[
https://issues.apache.org/jira/browse/TIKA-3235?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17238233#comment-17238233
]
Tim Allison commented on TIKA-3235:
-----------------------------------
The other bit of unhappiness I have around this part of the code base is that
some folks will get different parses depending on their environment and which
XML parsers are default/selected. Part of me wants to lock down the XML parser
to xerces2 or anything that we can rely on and is performant and secure. This
would improve consistency quite a bit.
> Build failure caused by timeouts in XMLReaderUtils
> --------------------------------------------------
>
> Key: TIKA-3235
> URL: https://issues.apache.org/jira/browse/TIKA-3235
> Project: Tika
> Issue Type: Task
> Reporter: Tim Allison
> Priority: Major
>
> [~kkrugler] was not able to build 1.25-rc1 because of timeouts from
> XMLReaderUtils. Let's use this issue to figure out what's going wrong.
> {noformat}
> >> org.apache.tika.parser.microsoft.ooxml.OOXMLParserTest.testUnsupportedPowerPoint(OOXMLParserTest.java:341)
> >> Caused by: org.xml.sax.SAXException: Waited more than 5 minutes for a
> >> SAXParser; This could indicate that a parser has not correctly released its
> >> SAXParser. Please report this to the Tika team: [email protected]
> >> <mailto:[email protected]>
> >> at
> >> org.apache.tika.parser.microsoft.ooxml.OOXMLParserTest.testUnsupportedPowerPoint(OOXMLParserTest.java:341)
> >> Caused by: org.apache.tika.exception.TikaException: Waited more than 5
> >> minutes for a SAXParser; This could indicate that a parser has not
> >> correctly released its SAXParser. Please report this to the Tika team:
> >> [email protected] <mailto:[email protected]>
> >> at
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)