java.util.zip.ZipError: zip END header not found at com.sun.nio.zipfs.ZipFileSystem.zerror(ZipFileSystem.java:1612) at com.sun.nio.zipfs.ZipFileSystem.findEND(ZipFileSystem.java:1021) at com.sun.nio.zipfs.ZipFileSystem.initCEN(ZipFileSystem.java:1030) at com.sun.nio.zipfs.ZipFileSystem.(ZipFileSystem.java:130) at com.sun.nio.zipfs.ZipFileSystemProvider.newFileSystem(ZipFileSystemProvider.java:117) at java.nio.file.FileSystems.newFileSystem(FileSystems.java:326) at java.nio.file.FileSystems.newFileSystem(FileSystems.java:276) at com.firstgw.homeplate.commons.files.Archiver.unzip(Archiver.java:43) at com.firstgw.homeplate.installer.Downloader.lambda$downloadArchive$5(Downloader.java:133) at com.firstgw.homeplate.installer.HttpClientDownloader$2.handleEntity(HttpClientDownloader.java:87) at com.firstgw.homeplate.installer.HttpClientDownloader$2.handleEntity(HttpClientDownloader.java:74) at org.apache.http.impl.client.AbstractResponseHandler.handleResponse(AbstractResponseHandler.java:73) at com.firstgw.homeplate.installer.HttpClientDownloader.download(HttpClientDownloader.java:104) at com.firstgw.homeplate.installer.Downloader.downloadArchive(Downloader.java:144) at com.firstgw.homeplate.installer.Installer.install(Installer.java:130) at com.firstgw.homeplate.installer.application.InstallSceneState.lambda$perform$12(InstallSceneState.java:130) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)