Problem connecting to Gateway from remote device

163 views
Skip to first unread message

Greg Silverman

unread,
May 20, 2013, 2:22:33 PM5/20/13
to xnat_di...@googlegroups.com
I am able to access images on a local viewer (OsiriX) through a local XNAT Gateway to a local XNAT VM. We're now trying to access the Gateway from a remote machine (Windows running K-PACS). It is able to communicate with the gateway and it is able to retrieve meta data for the images, but it is not able to actually retrieve the images. I have disabled the firewall on the machine running the gateway and the XNAT VM, so that cannot be an issue. I have also triple checked the AE configuration information and everything is happily configured. I am wondering where else to look as to why we are unable to retrieve images to the remote client? 

Below is the gateway log from one of our sessions (I notice the "ERROR - Operation timed out" as a glaring issue). Any ideas?

Thanks in advance!

-- 
Greg M. Silverman
Lead Developer Analyst
University of Minnesota


null
INFO - May 20, 2013 12:21:57 PM XNAT Gateway server v. Aug 2012 started
INFO - Start Server listening on 0.0.0.0:4008
INFO - handle - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:22:42 PM: REST query string:
/experiments?&columns=xnat:experimentdata/label,xnat:subjectdata/label,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/gender,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/dob,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/age,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/height,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/weight,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/ethnicity,xnat:experimentdata/visit_id,xnat:imagesessiondata/uid,project,xnat:experimentdata/project,xsitype,xnat:imagesessiondata/date,xnat:imagesessiondata/time
ERROR - May 20, 2013 12:22:42 PM: Error parsing the response to REST query
org.dom4j.DocumentException: Error on line 1 of document  : Content is not allowed in prolog. Nested exception: Content is not allowed in prolog.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:77)
at org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
at org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
at org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
at org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:233)
at java.lang.Thread.run(Thread.java:680)
Nested exception: 
org.xml.sax.SAXParseException: Content is not allowed in prolog.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1427)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1036)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.dom4j.io.SAXReader.read(SAXReader.java:465)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:77)
at org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
at org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
at org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
at org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:233)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:37 PM: REST query string:
/experiments?xnat:subjectdata/label=prj001_sub001*&columns=xnat:experimentdata/label,xnat:subjectdata/label,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/gender,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/dob,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/age,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/height,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/weight,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/ethnicity,xnat:experimentdata/visit_id,xnat:imagesessiondata/uid,project,xnat:experimentdata/project,xsitype,xnat:imagesessiondata/date,xnat:imagesessiondata/time
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:40 PM: REST query string:
/experiments?xsiType=xnat:imageSessionData&xnat:imageSessionData/UID=1.2.840.113654.2.45.2.108105&columns=xnat:imagescandata/uid,xnat:imagescandata/type,xnat:imagescandata/uid,xnat:imagescandata/modality,xnat:imagescandata/id,xnat:imagescandata/series_description,xnat:imagescandata/frames,
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:45 PM: REST query string:
/experiments?xsiType=xnat:imageSessionData&xnat:imageSessionData/UID=1.2.840.113654.2.45.2.108105&columns=xnat:imagescandata/uid,xnat:imagescandata/type,xnat:imagescandata/uid,xnat:imagescandata/modality,xnat:imagescandata/id,xnat:imagescandata/series_description,xnat:imagescandata/frames,
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:24:45 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:25:10 PM: REST query string:
null
ERROR - May 20, 2013 12:25:10 PM: Error generating REST query
org.nrg.xnat.gateway.Tools.LogMessage(Tools.java:18)
org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:52)
org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:25:13 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:26:03 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:27:19 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:28:30 PM: REST query string:
null
ERROR - May 20, 2013 12:28:30 PM: Error generating REST query
org.nrg.xnat.gateway.Tools.LogMessage(Tools.java:18)
org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:52)
org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:28:35 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:28:37 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:29:51 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:31:08 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:32:25 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:33:42 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:34:59 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:36:17 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Stop Server listening at port 4008
INFO - Blocking ServerSocket.accept method canceled
.247.96,port=54495,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Stop Server listening at port 4008
INFO - Blocking ServerSocket.accept method canceled
INFO - May 20, 2013 12:21:57 PM XNAT Gateway server v. Aug 2012 started
INFO - Start Server listening on 0.0.0.0:4008
INFO - handle - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:22:42 PM: REST query string:
/experiments?&columns=xnat:experimentdata/label,xnat:subjectdata/label,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/gender,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/dob,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/age,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/height,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/weight,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/ethnicity,xnat:experimentdata/visit_id,xnat:imagesessiondata/uid,project,xnat:experimentdata/project,xsitype,xnat:imagesessiondata/date,xnat:imagesessiondata/time
ERROR - May 20, 2013 12:22:42 PM: Error parsing the response to REST query
org.dom4j.DocumentException: Error on line 1 of document  : Content is not allowed in prolog. Nested exception: Content is not allowed in prolog.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:77)
at org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
at org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
at org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
at org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:233)
at java.lang.Thread.run(Thread.java:680)
Nested exception: 
org.xml.sax.SAXParseException: Content is not allowed in prolog.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1427)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1036)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.dom4j.io.SAXReader.read(SAXReader.java:465)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:77)
at org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
at org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
at org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
at org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:233)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:37 PM: REST query string:
/experiments?xnat:subjectdata/label=prj001_sub001*&columns=xnat:experimentdata/label,xnat:subjectdata/label,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/gender,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/dob,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/age,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/height,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/weight,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/ethnicity,xnat:experimentdata/visit_id,xnat:imagesessiondata/uid,project,xnat:experimentdata/project,xsitype,xnat:imagesessiondata/date,xnat:imagesessiondata/time
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:40 PM: REST query string:
/experiments?xsiType=xnat:imageSessionData&xnat:imageSessionData/UID=1.2.840.113654.2.45.2.108105&columns=xnat:imagescandata/uid,xnat:imagescandata/type,xnat:imagescandata/uid,xnat:imagescandata/modality,xnat:imagescandata/id,xnat:imagescandata/series_description,xnat:imagescandata/frames,
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:45 PM: REST query string:
/experiments?xsiType=xnat:imageSessionData&xnat:imageSessionData/UID=1.2.840.113654.2.45.2.108105&columns=xnat:imagescandata/uid,xnat:imagescandata/type,xnat:imagescandata/uid,xnat:imagescandata/modality,xnat:imagescandata/id,xnat:imagescandata/series_description,xnat:imagescandata/frames,
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:24:45 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:25:10 PM: REST query string:
null
ERROR - May 20, 2013 12:25:10 PM: Error generating REST query
org.nrg.xnat.gateway.Tools.LogMessage(Tools.java:18)
org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:52)
org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:25:13 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:26:03 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:27:19 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:28:30 PM: REST query string:
null
ERROR - May 20, 2013 12:28:30 PM: Error generating REST query
org.nrg.xnat.gateway.Tools.LogMessage(Tools.java:18)
org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:52)
org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:28:35 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:28:37 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:29:51 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:31:08 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:32:25 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:33:42 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:34:59 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:36:17 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Stop Server listening at port 4008
INFO - Blocking ServerSocket.accept method canceled
INFO - May 20, 2013 12:22:42 PM: REST query string:
/experiments?&columns=xnat:experimentdata/label,xnat:subjectdata/label,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/gender,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/dob,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/age,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/height,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/weight,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/ethnicity,xnat:experimentdata/visit_id,xnat:imagesessiondata/uid,project,xnat:experimentdata/project,xsitype,xnat:imagesessiondata/date,xnat:imagesessiondata/time
ERROR - May 20, 2013 12:22:42 PM: Error parsing the response to REST query
org.dom4j.DocumentException: Error on line 1 of document  : Content is not allowed in prolog. Nested exception: Content is not allowed in prolog.
at org.dom4j.io.SAXReader.read(SAXReader.java:482)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:77)
at org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
at org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
at org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
at org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:233)
at java.lang.Thread.run(Thread.java:680)
Nested exception: 
org.xml.sax.SAXParseException: Content is not allowed in prolog.
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.createSAXParseException(ErrorHandlerWrapper.java:195)
at com.sun.org.apache.xerces.internal.util.ErrorHandlerWrapper.fatalError(ErrorHandlerWrapper.java:174)
at com.sun.org.apache.xerces.internal.impl.XMLErrorReporter.reportError(XMLErrorReporter.java:388)
at com.sun.org.apache.xerces.internal.impl.XMLScanner.reportFatalError(XMLScanner.java:1427)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver.next(XMLDocumentScannerImpl.java:1036)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocumentScannerImpl.java:647)
at com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNSDocumentScannerImpl.java:140)
at com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scanDocument(XMLDocumentFragmentScannerImpl.java:511)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:808)
at com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Configuration.java:737)
at com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:119)
at com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(AbstractSAXParser.java:1205)
at com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(SAXParserImpl.java:522)
at org.dom4j.io.SAXReader.read(SAXReader.java:465)
at org.dom4j.io.SAXReader.read(SAXReader.java:343)
at org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:77)
at org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
at org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
at org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
at org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.server.ServerImpl$1.run(ServerImpl.java:233)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54328,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:37 PM: REST query string:
/experiments?xnat:subjectdata/label=prj001_sub001*&columns=xnat:experimentdata/label,xnat:subjectdata/label,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/gender,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/dob,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/age,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/height,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/weight,xnat:subjectdata/demographics[@xsi:type=xnat:demographicdata]/ethnicity,xnat:experimentdata/visit_id,xnat:imagesessiondata/uid,project,xnat:experimentdata/project,xsitype,xnat:imagesessiondata/date,xnat:imagesessiondata/time
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54336,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:40 PM: REST query string:
/experiments?xsiType=xnat:imageSessionData&xnat:imageSessionData/UID=1.2.840.113654.2.45.2.108105&columns=xnat:imagescandata/uid,xnat:imagescandata/type,xnat:imagescandata/uid,xnat:imagescandata/modality,xnat:imagescandata/id,xnat:imagescandata/series_description,xnat:imagescandata/frames,
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54337,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=/?
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:24:45 PM: REST query string:
/experiments?xsiType=xnat:imageSessionData&xnat:imageSessionData/UID=1.2.840.113654.2.45.2.108105&columns=xnat:imagescandata/uid,xnat:imagescandata/type,xnat:imagescandata/uid,xnat:imagescandata/modality,xnat:imagescandata/id,xnat:imagescandata/series_description,xnat:imagescandata/frames,
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: ff00
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:24:45 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54338,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:25:10 PM: REST query string:
null
ERROR - May 20, 2013 12:25:10 PM: Error generating REST query
org.nrg.xnat.gateway.Tools.LogMessage(Tools.java:18)
org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:52)
org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54340,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:25:13 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:26:03 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54339,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54341,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:27:19 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54342,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - handle - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_FIND_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
INFO - May 20, 2013 12:28:30 PM: REST query string:
null
ERROR - May 20, 2013 12:28:30 PM: Error generating REST query
org.nrg.xnat.gateway.Tools.LogMessage(Tools.java:18)
org.nrg.xnat.gateway.XNATCFindRsp.executeQuery(XNATCFindRsp.java:52)
org.nrg.xnat.gateway.XNATGatewayServer.getMultiCFindRsp(XNATGatewayServer.java:137)
org.dcm4chex.archive.dcm.qrscp.FindScp.newMultiCFindRsp(FindScp.java:374)
org.dcm4chex.archive.dcm.qrscp.FindScp.doCFind(FindScp.java:180)
org.dcm4che.net.DcmServiceBase.c_find(DcmServiceBase.java:154)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:231)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:157)
org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:279)
org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_FIND_RSP
class: 1.2.840.10008.5.1.4.1.2.2.1/Study Root Query/Retrieve Information Model - FIND
status: 0
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54346,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:28:35 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - closing connection - Socket[addr=/128.101.247.96,port=54345,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:28:37 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:29:51 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54347,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54348,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:31:08 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54356,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:32:25 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54488,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:33:42 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54490,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:34:59 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54492,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - handle - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - received AAssociateRQ
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.826.0.1.3680043.2.1396.999
implVersion: CharruaVista
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16384
asyncOpsWindow:
pc-1: as=1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - sending AAssociateAC
appCtxName: 1.2.840.10008.3.1.1.1/DICOM Application Context Name
implClass: 1.2.40.0.13.1.1
implVersion: dcm4che-1.4.27
calledAET: XNATGATEWAY
callingAET: k-pacs
maxPDULen: 16352
asyncOpsWindow:
pc-1: 0 - acceptance
ts=1.2.840.10008.1.2/Implicit VR Little Endian
INFO - received [pc-1] 3:C_MOVE_RQ with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
move dest: k-pacs
INFO - May 20, 2013 12:36:17 PM: Series retrieve request received
WARN - Going to buffer response body of large or unknown size. Using getResponseBodyAsStream instead is recommended.
INFO - closing connection - Socket[addr=/128.101.247.96,port=54494,localport=4008]
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
INFO - sending [pc-1] 3:C_MOVE_RSP
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: ff00
ERROR - Operation timed out
java.net.ConnectException: Operation timed out
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:432)
at java.net.Socket.connect(Socket.java:529)
at java.net.Socket.connect(Socket.java:478)
at org.dcm4chex.archive.mbean.TLSConfigDelegate.createSocket(TLSConfigDelegate.java:211)
at org.dcm4chex.archive.dcm.qrscp.QueryRetrieveScpService.createSocket(QueryRetrieveScpService.java:1392)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.openAssociation(MoveTask.java:207)
at org.dcm4chex.archive.dcm.qrscp.MoveTask.run(MoveTask.java:357)
at java.lang.Thread.run(Thread.java:680)
INFO - sending [pc-1] 3:C_MOVE_RSP with Dataset
class: 1.2.840.10008.5.1.4.1.2.2.2/Study Root Query/Retrieve Information Model - MOVE
status: a702
INFO - received A-RELEASE-RQ
INFO - sending A-RELEASE-RP
INFO - finished - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Stop Server listening at port 4008
INFO - Blocking ServerSocket.accept method canceled
.247.96,port=54495,localport=4008]
INFO - closing connection - Socket[addr=/128.101.247.96,port=54495,localport=4008]
INFO - Stop Server listening at port 4008
INFO - Blocking ServerSocket.accept method canceled

Mikhail Milchenko

unread,
May 20, 2013, 3:09:13 PM5/20/13
to xnat_di...@googlegroups.com
Greg,
Can you post your K-PACS DICOM log as well? For K-PACS version 1.6.0, this is done as follows:
hit the "Jobs" button, set process log level to debug and check "log DICOM network communication", then attempt retrieve.


--
You received this message because you are subscribed to the Google Groups "xnat_discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to xnat_discussi...@googlegroups.com.
To post to this group, send email to xnat_di...@googlegroups.com.
Visit this group at http://groups.google.com/group/xnat_discussion?hl=en-US.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Greg Silverman

unread,
May 20, 2013, 3:56:21 PM5/20/13
to xnat_di...@googlegroups.com
Thanks Mikhail! I will try to get this sent ASAP (the user of the machine is gone for the day)

Greg--
...

Greg Silverman

unread,
May 22, 2013, 10:39:52 AM5/22/13
to xnat_di...@googlegroups.com
Hi Mikhail,
Sorry about the delay. Here is the K_PACS log:

\rtf1\ansi\ansicpg1252\deff0\deflang1033{\fonttbl{\f0\fnil MS Sans Serif;}}
{\colortbl ;\red0\green0\blue0;\red0\green128\blue0;\red0\green0\blue128;\red255\green0\blue0;}
\viewkind4\uc1\pard\cf1\f0\fs16 *******************************************************
\par \cf2 5/22/2013 9:22:26 AM ThreadID[0] : C-Find request on STUDY level with XNATGATEWAY      initiated.
\par \cf1 *******************************************************
\par \cf3 [DICOM SCU]        >> : Connected to: 128.101.247.106:4008
\par [DICOM SCU]        >> : Item Type: 2
\par [DICOM SCU]        >> : Association Accept::ReadDynamic
\par [DICOM SCU]        >> : Presentation Context Accept, Transfer Syntax: 1.2.840.10008.1.2
\par \cf1 [0]        >> : c-Find association with XNATGATEWAY      opened
\par [0]        >> : c-Find request processed
\par [0]        >> : STATUS: $0000
\par [0]        >> : Result 0 :IT_IT 
\par [0]        >> : STATUS: $0001
\par *******************************************************
\par \cf2 5/22/2013 9:22:29 AM ThreadID[0] : Closed.
\par Task processed successfully
\par \cf1 *******************************************************
\par *******************************************************
\par \cf2 5/22/2013 9:22:48 AM ThreadID[568] : Retrieving images from XNATGATEWAY started
\par \cf1 *******************************************************
\par [568]        >> : c-find request for StudyInstanceUID: 1.2.840.113857.1129.121048.1410.152921 initated
\par \cf3 [DICOM SCU]        >> : Connected to: 128.101.247.106:4008
\par [DICOM SCU]        >> : Item Type: 2
\par [DICOM SCU]        >> : Association Accept::ReadDynamic
\par [DICOM SCU]        >> : Presentation Context Accept, Transfer Syntax: 1.2.840.10008.1.2
\par \cf1 [568]        >> : c-find result: 0 sequences in study with UID 1.2.840.113857.1129.121048.1410.152921
\par [568]        >> : c-move request for sequence 1.2.840.113857.1129.121048.1410.152921.1 initiated.
\par \cf3 [DICOM SCU]        >> : Connected to: 128.101.247.106:4008
\par [DICOM SCU]        >> : Item Type: 2
\par [DICOM SCU]        >> : Association Accept::ReadDynamic
\par [DICOM SCU]        >> : Presentation Context Accept, Transfer Syntax: 1.2.840.10008.1.2
\par [DICOM SCU]        >> : k-pacs >> XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "90" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "33" - Command Field
\par [DICOM SCU]        >> : (0000,0110),  2,\tab US, "3" - Message ID
\par [DICOM SCU]        >> : (0000,0600),  6,\tab AE, "k-pacs" - Move Destination
\par [DICOM SCU]        >> : (0000,0700),  2,\tab US, "0" - Priority
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "258" - Data Set Type
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs >> XNATGATEWAY
\par [DICOM SCU]        >> : (0008,0021),  0,\tab DA, "" - Series Date
\par [DICOM SCU]        >> : (0008,0031),  0,\tab TM, "" - Series Time
\par [DICOM SCU]        >> : (0008,0052),  6,\tab CS, "SERIES" - Query/Retrieve Level
\par [DICOM SCU]        >> : (0008,0060),  0,\tab CS, "" - Modality
\par [DICOM SCU]        >> : (0008,103E),  0,\tab LO, "" - Series Description
\par [DICOM SCU]        >> : (0018,0015),  0,\tab CS, "" - Body Part Examined
\par [DICOM SCU]        >> : (0018,1030),  0,\tab LO, "" - Protocol Name
\par [DICOM SCU]        >> : (0018,5100),  0,\tab CS, "" - Patient Position
\par [DICOM SCU]        >> : (0020,000D), 38,\tab UI, "1.2.840.113857.1129.121048.1410.152921" - Study Instance UID
\par [DICOM SCU]        >> : (0020,000E), 40,\tab UI, "1.2.840.113857.1129.121048.1410.152921.1" - Series Instance UID
\par [DICOM SCU]        >> : (0020,0011),  0,\tab IS, "" - Series Number
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "116" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "257" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "65280" - Status
\par [DICOM SCU]        >> : (0000,1020),  2,\tab US, "1" - Number of Remaining Sub-Operations
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "0" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0000,0000),  4,\tab UL, "106" - Group Length
\par [DICOM SCU]        >> : (0000,0002), 28,\tab UI, "1.2.840.10008.5.1.4.1.2.2.2" - Affected SOP Class UID
\par [DICOM SCU]        >> : (0000,0100),  2,\tab US, "32801" - Command Field
\par [DICOM SCU]        >> : (0000,0120),  2,\tab US, "3" - Message ID Being Responded To
\par [DICOM SCU]        >> : (0000,0800),  2,\tab US, "0" - Data Set Type
\par [DICOM SCU]        >> : (0000,0900),  2,\tab US, "42754" - Status
\par [DICOM SCU]        >> : (0000,1021),  2,\tab US, "0" - Number of Completed Sub-Operations
\par [DICOM SCU]        >> : (0000,1022),  2,\tab US, "1" - Number of Failed Sub-Operations
\par [DICOM SCU]        >> : (0000,1023),  2,\tab US, "0" - Number of Warning Sub-Operations
\par [DICOM SCU]        >> : 
\par [DICOM SCU]        >> : k-pacs << XNATGATEWAY
\par [DICOM SCU]        >> : (0008,0000),  4,\tab UL, "50" - Group Length
\par [DICOM SCU]        >> : (0008,0058), 42,\tab UI, "1.2.840.113857.1129.121048.1410.152921.1.1" - Failed SOP Instance UID List
\par [DICOM SCU]        >> : 
\par \cf4 [568]        >> : Error: retreive failed for IT_IT , Study: prj001, Sequence: 1 
\par \cf1 *******************************************************
\par \cf4 5/22/2013 9:24:10 AM ThreadID[568] : Closed.
\par Task processed with errors
\par \cf1 *******************************************************
\par \cf0 
\par }

On Monday, May 20, 2013 2:09:13 PM UTC-5, Mikhail Milchenko wrote:

Greg Silverman

unread,
Jun 4, 2013, 5:35:54 PM6/4/13
to xnat_di...@googlegroups.com
Resolution was to run Gateway locally on the Windows machine with K-PACS as the viewer. We were never able to get Gingko CadX to work though. 

Greg--
<span class="Apple-tab-span" style="white
...

Mikhail Milchenko

unread,
Jun 5, 2013, 12:54:57 PM6/5/13
to xnat_di...@googlegroups.com
Greg,
Thanks for the update.
This does seem strange as I have CadX working (tested it with local Gateway). I'll try to run a couple of tests later with CadX. Was Windows firewall an issue?


--
Reply all
Reply to author
Forward
0 new messages