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.lang.ArrayIndexOutOfBoundsException #1554

Open
Matt-1 opened this issue Feb 5, 2024 · 1 comment
Open

java.lang.ArrayIndexOutOfBoundsException #1554

Matt-1 opened this issue Feb 5, 2024 · 1 comment
Assignees
Labels
status: has PR The issue is being processed in a pull request type: bug The issue describes a bug

Comments

@Matt-1
Copy link

Matt-1 commented Feb 5, 2024

I have an EPUB for which epubcheck v5.1.0 runs into an error:

Validating using EPUB version 3.3 rules.
java.lang.ArrayIndexOutOfBoundsException: 2048
        at org.apache.xerces.impl.io.UTF8Reader.read(Unknown Source)
        at org.apache.xerces.impl.XMLEntityScanner.load(Unknown Source)
        at org.apache.xerces.impl.XMLEntityScanner.scanContent(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanContent(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
        at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
        at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
        at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
        at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
        at com.adobe.epubcheck.xml.XMLParser.process(XMLParser.java:176)
        at com.adobe.epubcheck.ops.OPSChecker.validate(OPSChecker.java:127)
        at com.adobe.epubcheck.ops.OPSChecker.checkContent(OPSChecker.java:97)
        at com.adobe.epubcheck.opf.PublicationResourceChecker.check(PublicationResourceChecker.java:45)
        at com.adobe.epubcheck.opf.OPFChecker.checkItemContent(OPFChecker.java:398)
        at com.adobe.epubcheck.opf.OPFChecker.checkPackage(OPFChecker.java:136)
        at com.adobe.epubcheck.opf.OPFChecker30.checkPackage(OPFChecker30.java:67)
        at com.adobe.epubcheck.opf.OPFChecker.check(OPFChecker.java:94)
        at com.adobe.epubcheck.ocf.OCFChecker.check(OCFChecker.java:173)
        at com.adobe.epubcheck.api.EpubCheck.doValidate(EpubCheck.java:218)
        at com.adobe.epubcheck.tool.EpubChecker.validateFile(EpubChecker.java:250)
        at com.adobe.epubcheck.tool.EpubChecker.processFile(EpubChecker.java:325)
        at com.adobe.epubcheck.tool.EpubChecker.run(EpubChecker.java:150)
        at com.adobe.epubcheck.tool.Checker.main(Checker.java:31)

I cannot publicly share the EPUB but I could email it to you.

@rdeltour rdeltour self-assigned this Dec 26, 2024
@rdeltour rdeltour added this to the Next maintenance release milestone Dec 26, 2024
@rdeltour rdeltour added type: bug The issue describes a bug status: has PR The issue is being processed in a pull request labels Dec 26, 2024
@rdeltour
Copy link
Member

rdeltour commented Dec 26, 2024

Fixed in #1579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: has PR The issue is being processed in a pull request type: bug The issue describes a bug
Projects
None yet
Development

No branches or pull requests

2 participants