-
Type:
Regression Bug
-
Status: Closed
-
Resolution: Fixed
-
Affects Version/s: Master
-
Fix Version/s: 7.0.0 DXP FP94, 7.0.10.15 DXP SP15, 7.0.X, 7.1.10 DXP FP18, 7.1.10.5 SP5, 7.1.X, 7.2.10 DXP FP6, 7.2.X, 7.3.10 DXP GA1, Master
-
Component/s: Documents & Media
-
Branch Version/s:7.2.x, 7.1.x, 7.0.x
-
Backported to Branch:Committed
-
Fix Priority:5
-
Last Working Version:
-
Git Pull Request:
-
QA Test Name:
-
QA Test Score:5
Steps to reproduce:
- Add Documents and Media portlet to the default page
- Add a .xls file via File Upload (Document_2.xls in this case)
- NoSuchMethodError is thrown in the console
2020-04-08 00:42:18.445 ERROR [http-nio-8080-exec-3][FileImpl:470] java.lang.NoSuchMethodError: org.apache.poi.hssf.record.common.UnicodeString.getExtendedRst()Lorg/apache/poi/hssf/record/common/UnicodeString$ExtRst; java.lang.NoSuchMethodError: org.apache.poi.hssf.record.common.UnicodeString.getExtendedRst()Lorg/apache/poi/hssf/record/common/UnicodeString$ExtRst; at org.apache.tika.parser.microsoft.ExcelExtractor$TikaHSSFListener.internalProcessRecord(ExcelExtractor.java:434)
- NoSuchMethodError is thrown in the console
- Click on the title of the added file > Expand the info panel in the detail view
Expected Result:
Upload files without errors and the "Automatically Extracted Metadata" should be displayed after expanding info.
Actual Result:
NoSuchMethodError is thrown and the "Automatically Extracted Metadata" is not displayed after expanding info.
- causes
-
LPS-111734 testLibDependencyJarsInVersionsExt fails due to tika-core version
-
- Closed
-