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

Decompression of JPEG Loss Less Multiframe Images with padded Data Fragments fails #98

Closed
gunterze opened this issue Apr 22, 2016 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gunterze
Copy link
Member

10:39:45,909 INFO  [org.dcm4chee.arc.store.scu.impl.RetrieveTaskImpl] (EE-ManagedExecutorService-default-Thread-6) DCM4CHEE<-GETSCU(1): failed to send org.dcm4chee.arc.retrieve.impl.InstanceLocationsImpl@28a56f60 to GETSCU:: java.lang.IndexOutOfBoundsException: imageIndex out of bounds!
    at com.sun.media.imageioimpl.plugins.clib.CLibImageReader.seekToImage(CLibImageReader.java:437)
    at com.sun.media.imageioimpl.plugins.clib.CLibImageReader.read(CLibImageReader.java:566)
    at org.dcm4che3.imageio.codec.Transcoder.decompressFrame(Transcoder.java:470)
    at org.dcm4che3.imageio.codec.Transcoder.decompressPixelData(Transcoder.java:370)
    at org.dcm4che3.imageio.codec.Transcoder.processPixelData(Transcoder.java:354)
    at org.dcm4che3.imageio.codec.Transcoder.access$200(Transcoder.java:71)
    at org.dcm4che3.imageio.codec.Transcoder$1.readValue(Transcoder.java:311)
    at org.dcm4che3.io.DicomInputStream.readAttributes(DicomInputStream.java:545)
    at org.dcm4che3.imageio.codec.Transcoder.transcode(Transcoder.java:295)
    at org.dcm4chee.arc.store.scu.impl.TranscoderDataWriter.writeTo(TranscoderDataWriter.java:69)
    at org.dcm4che3.net.PDUEncoder.writeDIMSE(PDUEncoder.java:429)
    at org.dcm4che3.net.Association.invoke(Association.java:1207)
    at org.dcm4che3.net.Association.cstore(Association.java:834)
    at org.dcm4che3.net.Association.cstore(Association.java:824)
    at org.dcm4chee.arc.store.scu.impl.RetrieveTaskImpl.store(RetrieveTaskImpl.java:167)
    at org.dcm4chee.arc.store.scu.impl.RetrieveTaskImpl.run(RetrieveTaskImpl.java:132)
    at org.jboss.as.ee.concurrent.ControlPointUtils$ControlledRunnable.run(ControlPointUtils.java:105)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    at org.glassfish.enterprise.concurrent.internal.ManagedFutureTask.run(ManagedFutureTask.java:141)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
    at java.lang.Thread.run(Thread.java:745)
    at org.glassfish.enterprise.concurrent.ManagedThreadFactoryImpl$ManagedThread.run(ManagedThreadFactoryImpl.java:250)

@gunterze gunterze self-assigned this Apr 22, 2016
@gunterze gunterze added the bug Something isn't working label Apr 22, 2016
@gunterze gunterze added this to the 5.2.0 milestone Apr 22, 2016
gunterze added a commit to dcm4che/dcm4che that referenced this issue Apr 22, 2016
…rame Images with padded Data Fragments fails
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