https://bz.apache.org/bugzilla/show_bug.cgi?id=63270
Bug ID: 63270
Summary: Issue related to ClassCastException which we are
facing while using poi-3.15 along with java 11.
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
This is regarding an issue related to ClassCastException which we are facing
while using poi-3.15 along with java 11.
org.apache.poi.openxml4j.exceptions.OpenXML4JRuntimeException: Fail to save: an
error occurs while saving the package : class
org.apache.poi.openxml4j.util.ZipSecureFile$ThresholdInputStream cannot be cast
to class java.util.zip.ZipFile$ZipFileInputStream
(org.apache.poi.openxml4j.util.ZipSecureFile$ThresholdInputStream is in unnamed
module of loader org.apache.catalina.loader.ParallelWebappClassLoader
@6e1d8f9e; java.util.zip.ZipFile$ZipFileInputStream is in module java.base of
loader 'bootstrap')
Caused by: java.lang.ClassCastException: class
org.apache.poi.openxml4j.util.ZipSecureFile$ThresholdInputStream cannot be cast
to class java.util.zip.ZipFile$ZipFileInputStream
(org.apache.poi.openxml4j.util.ZipSecureFile$ThresholdInputStream is in unnamed
module of loader org.apache.catalina.loader.ParallelWebappClassLoader
@6e1d8f9e; java.util.zip.ZipFile$ZipFileInputStream is in module java.base of
loader 'bootstrap')
This is occurring while trying to manipulate .xlsx. Could you please help us
resolving the same ?
Regards,
Sushmita
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]