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

InCellReader: ArrayIndexOutOfBoundsException #3895

Open
dominikl opened this issue Oct 24, 2022 · 0 comments · May be fixed by #3898
Open

InCellReader: ArrayIndexOutOfBoundsException #3895

dominikl opened this issue Oct 24, 2022 · 0 comments · May be fixed by #3898

Comments

@dominikl
Copy link
Member

See QA 31270

java.lang.ArrayIndexOutOfBoundsException: 0
	at loci.formats.in.InCellReader$MinimalInCellHandler.startElement(InCellReader.java:885)
	at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
	at org.apache.xerces.parsers.AbstractXMLDocumentParser.emptyElement(Unknown Source)
	at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanStartElement(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 javax.xml.parsers.SAXParser.parse(SAXParser.java:195)
	at loci.common.xml.XMLTools.parseXML(XMLTools.java:551)
	at loci.common.xml.XMLTools.parseXML(XMLTools.java:533)
	at loci.formats.in.InCellReader.initFile(InCellReader.java:378)
...
melissalinkert added a commit to melissalinkert/bioformats that referenced this issue Oct 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant