-
Notifications
You must be signed in to change notification settings - Fork 78
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
Unexpected exception lava.lang.ClassCastException in PDF-hul 1.11 JOHVE 1.20.1 #375
Labels
Milestone
Comments
carlwilson
added
the
P1
High priority issues to be scheduled in the upcoming release
label
Dec 19, 2018
karenhanson
added a commit
to karenhanson/jhove
that referenced
this issue
May 13, 2020
…le object This fix for issue openpreserve#375 repairs a ClassCastException relating to casting from an indirect object to a simple object. This seems to be a common conversion through PdfModule that has been handled using the `resolveIndirectObject` method. The fix simply passes the object causing the problem into that method.
karenhanson
added a commit
to karenhanson/jhove
that referenced
this issue
May 13, 2020
…ple object This fix for issue openpreserve#375 repairs a ClassCastException relating to casting from an indirect object to a simple object. This seems to be a common conversion through PdfModule that has been handled using the `resolveIndirectObject` method. The fix simply passes the object causing the problem into that method.
carlwilson
added a commit
that referenced
this issue
May 14, 2020
Fixes #375: Handle class cast from indirect object to simple object
carlwilson
added a commit
that referenced
this issue
Apr 6, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dev Effort
2D
Description
F-03-B-823.pdf
We have a large number of files all from the same collection that cause the same unexpected exception in JHOVE. I'm attaching one of them and happy to provide more if needed.
The text was updated successfully, but these errors were encountered: