Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.util.zip.ZipException: duplicate entry: DICOM/ error when download from GUI #4536

Open
yuqian-liu opened this issue Jul 26, 2024 · 0 comments

Comments

@yuqian-liu
Copy link

We are running docker.io/dcm4che/dcm4chee-arc-psql:5.31.0-secure with podman on redhat8. The DICOMs are correct in storage and can be downloaded separately but when download the series I got error of:

WARN [org.dcm4chee.arc.wado.WadoRS] (default task-67) Response Internal Server Error caused by java.util.zip.ZipException: duplicate entry: DICOM/EA6C7868/1431DE4C/4A3715EB.dcm

What I tried:

  1. I backed up the 2 DICOMs in storage which were EA6C7868/1431DE4C/4A3715EB and EA6C7868/1431DE4C/CF6557BA They were sent from MRI scanners at beginning.
  2. I deleted the series from GUI and wait until the files in storage are also been deleted.
  3. Resent CF6557BA and got file as 4A3715EB in storage. Then resent 4A3715EB and got a random name.
  4. Download the series from GUI and got the above error.

The storage path format is: {now,date,yyyy/MM/dd}/{0020000D,hash}/{0020000E,hash}/{00080018,hash}
The 2 DICOM has different sop_iuid.
Already Exists on Storage Path is configured as RANDOM_PATH
I also checked the database the filenames are correct there:
storage_path

2024/07/26/EA6C7868/1431DE4C/4A3715EB
2024/07/26/EA6C7868/1431DE4C/C67B5BF6

Do you know what might be the problem? This happened with a few of our series.

Thanks
Yuqian

@vrindanayak vrindanayak removed their assignment Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants