dcm4chee-arc-light storage commitment

184 views
Skip to first unread message

svvin1

unread,
Nov 28, 2019, 7:25:40 AM11/28/19
to dcm4che
Hi everybody!

I'm using dcm4chee-arc of version 5.18.1. When I just send C-STORE request it works but if I try to send Storage Commitment request after C-STORE I get an error: Unknown Calling AET. The called AET for C-STORE and storage commitment is the same.
I have read https://github.com/dcm4che/dcm4chee-arc-light/wiki/Archive-as-SCP but I don't find any differences in configuration.
Is there any configuration for calling AET for storage commitment?

Here what I have got in debug:

[org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(422): Create Instance[pk=138, uid=1.2.208.154.1.42163.64396.1530.20223.46402.48160.18894.40919, class=1.2.840.10008.5.1.4.1.1.6.1, no=3]
INFO  [org.dcm4chee.arc.store.impl.StoreServiceEJB] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(422): Create Location[pk=138, systemID=fs1, path=2019/11/28/E17F026C/678D5A0B/2DCC53FE, tsuid=1.2.840.10008.1.2.1, size=1040518, status=OK, objectType=DICOM_FILE]
INFO  [org.dcm4chee.arc.store.impl.StoreServiceImpl] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(422): Updated DB in 397 ms
INFO  [org.dcm4che3.net.Dimse] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(422) << 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.208.154.1.42163.64396.1530.20223.46402.48160.18894.40919 - ?
  tsuid=1.2.840.10008.1.2.1 - Explicit VR Little Endian]
INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(422) >> A-RELEASE-RQ
INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(422) << A-RELEASE-RP

....

INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(423) >> A-ASSOCIATE-RQ
INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(423) << A-ASSOCIATE-AC
INFO  [org.dcm4che3.net.Association] (EE-ManagedExecutorService-default-Thread-1165) DCM4CHEE_NOTLS<-BK_TEST(423): processing 1:N-ACTION-RQ[pcid=3, actionID=1
  cuid=1.2.840.10008.1.20.1 - Storage Commitment Push Model SOP Class
  iuid=1.2.840.10008.1.20.1.1 - Storage Commitment Push Model SOP Instance
  tsuid=1.2.840.10008.1.2 - Implicit VR Little Endian] failed. Caused by:       : org.dcm4che3.net.service.DicomServiceException: Unknown Calling AET: BK_TEST
        at org.dcm4chee.arc.stgcmt.impl.StgCmtImpl.onNActionRQ(StgCmtImpl.java:192)
        at org.dcm4chee.arc.stgcmt.impl.StgCmtImpl.onDimseRQ(StgCmtImpl.java:117)
        at org.dcm4che3.net.service.AbstractDicomService.onDimseRQ(AbstractDicomService.java:74)
        at sun.reflect.GeneratedMethodAccessor139.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.lang.reflect.Method.invoke(Method.java:498)
        at org.jboss.weld.bean.proxy.AbstractBeanInstance.invoke(AbstractBeanInstance.java:38)
        at org.jboss.weld.bean.proxy.ProxyMethodHandler.invoke(ProxyMethodHandler.java:106)
        at org.dcm4chee.arc.stgcmt.DicomService$StgCmtSCP$StgCmtSCU$1622436373$Proxy$_$$_WeldClientProxy.onDimseRQ(Unknown Source)
        at org.dcm4che3.net.service.DicomServiceRegistry.onDimseRQ(DicomServiceRegistry.java:86)
        at org.dcm4che3.net.ApplicationEntity.onDimseRQ(ApplicationEntity.java:474)
        at org.dcm4che3.net.Association.onDimseRQ(Association.java:713)
        at org.dcm4che3.net.PDUDecoder.decodeDIMSE(PDUDecoder.java:467)
        at org.dcm4che3.net.Association.handlePDataTF(Association.java:696)
        at org.dcm4che3.net.State$4.onPDataTF(State.java:103)
        at org.dcm4che3.net.Association.onPDataTF(Association.java:692)
        at org.dcm4che3.net.PDUDecoder.nextPDU(PDUDecoder.java:177)
        at org.dcm4che3.net.Association$2.run(Association.java:529)
        at org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:105)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:141)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
        at java.lang.Thread.run(Thread.java:748)
        at org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:250)

Thank you in advance!

Gunter Zeilinger

unread,
Nov 28, 2019, 7:58:14 AM11/28/19
to dcm...@googlegroups.com

Configure a Remote Application Entity for system acting as the modality storing objects to the archive. (In below tests, STORESCU)



Sent with ProtonMail Secure Email.

‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐
--
You received this message because you are subscribed to the Google Groups "dcm4che" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dcm4che+u...@googlegroups.com.

Reply all
Reply to author
Forward
0 new messages