Storing Images to AWS-S3 Failing due to java.io.IOException: Pipe closed #3710
RenukaPrasad-sai
started this conversation in
General
Replies: 2 comments
-
I am having trouble in attaching the DICOM image used to upload. I did try at least 6 different images > 800 MB in size and all of them failed with the same error. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Looks rather for an (configuration or runtime) error on AWS side. |
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.
-
Describe the bug
I configured dcm4chee-arc-ear-5.25.2-psql to store to the AWS S3 bucket. But C-Store is falling with "Caused by: java.io.IOException: Pipe closed" exception
command used to CStore :
storescu -c DCM4CHEE@localhost:11112 /c/RenukaTools/RenukaTools/SampleDICOMImages/Dog_15x15_40x.dcm
A clear and concise description of what the bug is.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Store should be successful and study can be viewed/exported without any issues
Screenshots

Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
Attaching the server.log from my testing
server.log
Beta Was this translation helpful? Give feedback.
All reactions