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

Attempt to export study which objects are no longer locally accessible fails with uninformative java.lang.IndexOutOfBoundsException #4357

Closed
gunterze opened this issue Jan 17, 2024 · 0 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@gunterze
Copy link
Member

gunterze commented Jan 17, 2024

Attempt to export study which objects are no longer locally accessible fails with uninformative

Caused by: java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0
        at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64)
        at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70)
        at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:266)
        at java.base/java.util.Objects.checkIndex(Objects.java:361)
        at java.base/java.util.ArrayList.get(ArrayList.java:427)
        at deployment.j4dcm4chee-arc-ear-5.31.1-psql-secure.ear//org.dcm4chee.arc.store.scu.impl.CStoreSCUImpl.isVideo(CStoreSCUImpl.java:148)

Should fail with status WARN - to avoid retry - and

outcomeMessage: Could not access ## objects of Study[uid=1.2.3.4] locally

@gunterze gunterze added the bug Something isn't working label Jan 17, 2024
@gunterze gunterze added this to the 5.31.3 milestone Jan 17, 2024
@gunterze gunterze self-assigned this Jan 17, 2024
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