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

WADO URI RESTful service : Return 405-Not Allowed when user tries to downlaod uncompressed DICOM object for video files #786

Closed
vrindanayak opened this issue Jun 14, 2017 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@vrindanayak
Copy link
Member

Caused by: java.lang.UnsupportedOperationException: Unsupported Transfer Syntax: 1.2.840.10008.1.2.4.100
	at org.dcm4che3.imageio.codec.Transcoder.initDecompressor(Transcoder.java:255)
	at org.dcm4che3.imageio.codec.Transcoder.setDestinationTransferSyntax(Transcoder.java:235)
	at org.dcm4chee.arc.retrieve.impl.RetrieveServiceImpl.openTranscoder(RetrieveServiceImpl.java:677)
	at org.dcm4chee.arc.wado.DicomObjectOutput.write(DicomObjectOutput.java:71)
	at org.jboss.resteasy.plugins.providers.StreamingOutputProvider.writeTo(StreamingOutputProvider.java:32)
@vrindanayak vrindanayak added the enhancement New feature or request label Jun 14, 2017
@vrindanayak vrindanayak added this to the 5.10.4 milestone Jun 14, 2017
@vrindanayak vrindanayak self-assigned this Jun 14, 2017
@vrindanayak vrindanayak added bug Something isn't working and removed enhancement New feature or request labels Jun 14, 2017
@vrindanayak vrindanayak changed the title Return 405-Not Allowed when user tries to downlaod uncompressed DICOM object for video files WADO URI RESTful service : Return 405-Not Allowed when user tries to downlaod uncompressed DICOM object for video files Jun 14, 2017
@vrindanayak
Copy link
Member Author

Resolved by #787

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant