Samir Huremovic created SOLR-14973:
--------------------------------------

             Summary: Solr 8.6 is shipping libraries that are incompatible with 
each other
                 Key: SOLR-14973
                 URL: https://issues.apache.org/jira/browse/SOLR-14973
             Project: Solr
          Issue Type: Bug
      Security Level: Public (Default Security Level. Issues are Public)
          Components: contrib - Solr Cell (Tika extraction)
    Affects Versions: 8.6
            Reporter: Samir Huremovic


Hi,

since Solr 8.6 the version of `tika-parsers` was updated to `1.24`. This 
version of `tika-parsers` needs the `poi` library in version `4.1.2` (see 
https://issues.apache.org/jira/browse/TIKA-3047) 

Solr has version `4.1.1` of poi included.

This creates (at least) a problem for parsing `.xls` files. The following 
exception gets thrown by trying to post an `.xls` file in the techproducts 
example:
```
java.lang.NoSuchMethodError: 
org.apache.poi.hssf.record.common.UnicodeString.getExtendedRst()Lorg/apache/poi/hssf/record/common/ExtRst;
```



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to