-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Description
I'm receiving this error when attempting to load an excel spreadsheet into Elasticsearch as file content.
I turned on ignore errors to false and I see this error now when loading .xlsx files.
{"error":
{"root_cause":[
{"type":"mapper_parsing_exception","reason":"Failed to extract [-1] characters of text for [null] :
Could not initialize class org.apache.poi.POIXMLProperties"}],
"type":"mapper_parsing_exception","reason":"Failed to extract [-1] characters of text for [null] :
Could not initialize class org.apache.poi.POIXMLProperties","caused_by":{"type":"no_class_def_found_error","reason":"Could not initialize class org.apache.poi.POIXMLProperties"}},
"status":400}
These are the jars that my application is using:
ooxml-schemas-1.0.jar
poi-3.8.jar
poi-ooxml-3.8.jar
poi-ooxml-schemas-3.8.jar