You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Manojkumar M (Jira)" <ji...@apache.org> on 2021/05/07 12:12:00 UTC

[jira] [Updated] (TIKA-3387) Unexpected RuntimeException from org.apache.tika.parser.microsoft.ooxml.OOXMLParser

     [ https://issues.apache.org/jira/browse/TIKA-3387?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manojkumar M updated TIKA-3387:
-------------------------------
    Description: 
org.apache.tika.exception.TikaException: Unexpected RuntimeException from org.apache.tika.parser.microsoft.ooxml.OOXMLParser@7b6359a0
  
  
 This is the only exception trace we are getting in the code. 

 

This is what is put in the pom.xml

 
<*dependency*>

<*groupId*>org.apache.tika</*groupId*>

<*artifactId*>tika-core</*artifactId*>

</*dependency*>

<*dependency*>

<*groupId*>org.apache.tika</*groupId*>

<*artifactId*>tika-parsers</*artifactId*>

<*exclusions*>

<*exclusion*>

<*groupId*>com.fasterxml.jackson.core</*groupId*>

<*artifactId*>jackson-core</*artifactId*>

</*exclusion*>

<*exclusion*>

<*groupId*>com.fasterxml.jackson.core</*groupId*>

<*artifactId*>jackson-annotations</*artifactId*>

</*exclusion*>

</*exclusions*>

</*dependency*>

*Version*

tika-parsers: 1.24.1

poi-ooxml: 4.1.2

  was:
org.apache.tika.exception.TikaException: Unexpected RuntimeException from org.apache.tika.parser.microsoft.ooxml.OOXMLParser@7b6359a0
 
 
This is the only exception trace we are getting in the code. 


> Unexpected RuntimeException from org.apache.tika.parser.microsoft.ooxml.OOXMLParser
> -----------------------------------------------------------------------------------
>
>                 Key: TIKA-3387
>                 URL: https://issues.apache.org/jira/browse/TIKA-3387
>             Project: Tika
>          Issue Type: Bug
>          Components: parser
>         Environment: dev testing
>            Reporter: Manojkumar M
>            Priority: Critical
>
> org.apache.tika.exception.TikaException: Unexpected RuntimeException from org.apache.tika.parser.microsoft.ooxml.OOXMLParser@7b6359a0
>   
>   
>  This is the only exception trace we are getting in the code. 
>  
> This is what is put in the pom.xml
>  
> <*dependency*>
> <*groupId*>org.apache.tika</*groupId*>
> <*artifactId*>tika-core</*artifactId*>
> </*dependency*>
> <*dependency*>
> <*groupId*>org.apache.tika</*groupId*>
> <*artifactId*>tika-parsers</*artifactId*>
> <*exclusions*>
> <*exclusion*>
> <*groupId*>com.fasterxml.jackson.core</*groupId*>
> <*artifactId*>jackson-core</*artifactId*>
> </*exclusion*>
> <*exclusion*>
> <*groupId*>com.fasterxml.jackson.core</*groupId*>
> <*artifactId*>jackson-annotations</*artifactId*>
> </*exclusion*>
> </*exclusions*>
> </*dependency*>
> *Version*
> tika-parsers: 1.24.1
> poi-ooxml: 4.1.2



--
This message was sent by Atlassian Jira
(v8.3.4#803005)