[
https://issues.apache.org/jira/browse/TIKA-3841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17597934#comment-17597934
]
Hudson commented on TIKA-3841:
------------------------------
SUCCESS: Integrated in Jenkins build Tika » tika-main-jdk8 #766 (See
[https://ci-builds.apache.org/job/Tika/job/tika-main-jdk8/766/])
TIKA-3841 -- add defensive try/catch until we can fix the underlying POI issue.
(tallison:
[https://github.com/apache/tika/commit/437c852b2c5fc8c4bbb4aa21747fabb634897ff7])
* (edit)
tika-parsers/tika-parsers-standard/tika-parsers-standard-modules/tika-parser-microsoft-module/src/main/java/org/apache/tika/parser/microsoft/WordExtractor.java
> 使用tika解析部分word文档出现异常,tika_exception
> -----------------------------------
>
> Key: TIKA-3841
> URL: https://issues.apache.org/jira/browse/TIKA-3841
> Project: Tika
> Issue Type: Bug
> Components: parser
> Affects Versions: 1.24, 2.4.1, 1.28.4
> Environment: h3. Java Version
> java version "1.8.0_291"
> h3. OS Version
> Linux localhost.localdomain 3.10.0-957.el7.x86_64
> [#1|https://github.com/elastic/elasticsearch/issues/1] SMP Thu Nov 8 23:39:32
> UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
> Reporter: lxz
> Priority: Blocker
>
> {
> "error": {
> "root_cause": [
> { "type": "parse_exception", "reason": "Error parsing
> document in field [content]" }
> ],
> "type": "parse_exception",
> "reason": "Error parsing document in field [content]",
> "caused_by": {
> "type": "tika_exception",
> "reason": "Unexpected RuntimeException from
> org.apache.tika.parser.microsoft.OfficeParser@3b5e180a",
> "caused_by":
> { "type": "array_index_out_of_bounds_exception",
> "reason": "351" }
> }
> },
> "status": 400
> }
--
This message was sent by Atlassian Jira
(v8.20.10#820010)