java.io.IOException: Multi input/output stream coders are not yet supported at org.apache.commons.compress.archivers.sevenz.SevenZFile.buildDecoderStack(SevenZFile.java:1796) at org.apache.commons.compress.archivers.sevenz.SevenZFile.reopenFolderInputStream(SevenZFile.java:1669) at org.apache.commons.compress.archivers.sevenz.SevenZFile.buildDecodingStream(SevenZFile.java:1625) at org.apache.commons.compress.archivers.sevenz.SevenZFile.getNextEntry(SevenZFile.java:414) at reyo.sdk.utils.file.zip.compress.ZipUtils.read7zFile(ZipUtils.java:148) at reyo.sdk.utils.file.zip.compress.ZipUtils.main(ZipUtils.java:270)
Previous code:
while ((entry = zIn.getNextEntry()) != null) {}
Correction:
for (SevenZArchiveEntry entry : zIn.getEntries()) {}
Similar Posts:
- IO exception: socket read timed out always appears in Oracle program
- [Solved] Exception in thread “main” java.lang.NoSuchMethodError: org.apache.hadoop.security.HadoopKerberosName.setRuleMechanism(Ljava/lang/String;)V
- ERROR Shell: Failed to locate the winutils binary in the hadoop binary path
- How to Solve Struts2 Error: java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils
- [Solved] An attempt was made to call a method that does not exist. The attempt was made from the following location:
- Ubuntu Error: Invalid or corrupt jarfile xxx.jar [How to Solve]
- [Solved] Spring Boot Error: Failed to instantiate SLF4J LoggerFactory Reported exception:
- java.lang.NoClassDefFoundError: org/apache/commons/fileupload/FileItemFactory
- [How to Solve] Exception starting filter struts2
- [Solved] ava.io.IOException: HADOOP_HOME or hadoop.home.dir are not set