When starting the Clarity upgrade the below error is thrown on extracting the install.jar file with jar -xvf command:
java.io.EOFException: Unexpected end of ZLIB input stream
at java.base/java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:245)
at java.base/java.util.zip.InflaterInputStream.read(InflaterInputStream.java:159)
at java.base/java.util.zip.ZipInputStream.read(ZipInputStream.java:197)
at java.base/java.util.zip.ZipInputStream.closeEntry(ZipInputStream.java:143)
at jdk.jartool/sun.tools.jar.Main.extractFile(Main.java:1456)
at jdk.jartool/sun.tools.jar.Main.extract(Main.java:1363)
at jdk.jartool/sun.tools.jar.Main.run(Main.java:409)
at jdk.jartool/sun.tools.jar.Main.main(Main.java:1680)
Any Supported Releases
Open the ISO file with Clarity installer and compare the file size for install.jar to the extracted / copied file. You will see a difference in size due to an issue with ISO mounting limits
On Windows:
On Linux:
Example solution on Linux: