Replies: 1 comment
-
For queries related to Dcm4chee archive version 2.x, please ask in dcm4che user forum |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I'm new in dcm4chee usage, and i've got some problems with this when i try to send MRI images from 3DSlicer. I'm using dcm4chee-2.18.3-mysql.
08:52:56,041 INFO [FsmImpl] closing connection - Socket[addr=/127.0.0.1,port=50711,localport=11112]
08:52:56,043 ERROR [ActiveAssociationImpl] Connection reset
java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(SocketInputStream.java:196)
at java.net.SocketInputStream.read(SocketInputStream.java:122)
at org.dcm4cheri.net.UnparsedPDUImpl.readFully(UnparsedPDUImpl.java:113)
at org.dcm4cheri.net.UnparsedPDUImpl.(UnparsedPDUImpl.java:60)
at org.dcm4cheri.net.FsmImpl.read(FsmImpl.java:502)
at org.dcm4cheri.net.DimseReaderImpl.nextPDataTF(DimseReaderImpl.java:188)
at org.dcm4cheri.net.DimseReaderImpl.nextPDV(DimseReaderImpl.java:168)
at org.dcm4cheri.net.DimseReaderImpl.read(DimseReaderImpl.java:78)
at org.dcm4cheri.net.AssociationImpl.read(AssociationImpl.java:313)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:219)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.net.ActiveAssociationImpl.run(ActiveAssociationImpl.java:164)
at org.dcm4cheri.server.DcmHandlerImpl.handle(DcmHandlerImpl.java:249)
at org.dcm4cheri.server.ServerImpl.run(ServerImpl.java:288)
at org.dcm4cheri.util.LF_ThreadPool.join(LF_ThreadPool.java:174)
at org.dcm4cheri.util.LF_ThreadPool$1.run(LF_ThreadPool.java:221)
at java.lang.Thread.run(Thread.java:745)
08:52:56,044 INFO [ServerImpl] finished - Socket[addr=/127.0.0.1,port=50711,localport=11112]
Beta Was this translation helpful? Give feedback.
All reactions