https://bz.apache.org/bugzilla/show_bug.cgi?id=62571

            Bug ID: 62571
           Summary: InputStream of class class
                    org.apache.commons.compress.archivers.zip.ZipFile$1 is
                    not implementing InputStreamStatistics
           Product: POI
           Version: 4.0-dev
          Hardware: Macintosh
                OS: Mac OS X 10.1
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: POI Overall
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

It seams, we have runtime issues after commons-compress was introduced (because
of Java10 reasons).
Might be in connection with issue
[https://bz.apache.org/bugzilla/show_bug.cgi?id=62187],
and fix [https://svn.apache.org/viewvc?view=revision&revision=1832789]

Running with with Java 10.0.2

Stack trace:
java.lang.IllegalArgumentException: InputStream of class class
org.apache.commons.compress.archivers.zip.ZipFile$1 is not implementing
InputStreamStatistics.
     [java]     at
org.apache.poi.openxml4j.util.ZipArchiveThresholdInputStream.<init>(ZipArchiveThresholdInputStream.java:63)
     [java]     at
org.apache.poi.openxml4j.util.ZipSecureFile.getInputStream(ZipSecureFile.java:147)
     [java]     at
org.apache.poi.openxml4j.util.ZipSecureFile.getInputStream(ZipSecureFile.java:34)
     [java]     at
org.apache.poi.openxml4j.util.ZipFileZipEntrySource.getInputStream(ZipFileZipEntrySource.java:66)
     [java]     at
org.apache.poi.openxml4j.opc.ZipPackage.getPartsImpl(ZipPackage.java:255)
     [java]     at
org.apache.poi.openxml4j.opc.OPCPackage.getParts(OPCPackage.java:725)
     [java]     at
org.apache.poi.openxml4j.opc.OPCPackage.open(OPCPackage.java:238)
...

-- 
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]

Reply via email to