ebourg commented on issue #46: URL: https://github.com/apache/tomcat-jakartaee-migration/issues/46#issuecomment-1511775702
I tried disabling the zip64 mode and the migration fails with: ``` Exception in thread "main" org.apache.tomcat.jakartaee.commons.compress.archivers.zip.Zip64RequiredException: Archive's size exceeds the limit of 4GByte. at org.apache.tomcat.jakartaee.commons.compress.archivers.zip.ZipArchiveOutputStream.createCentralFileHeader(ZipArchiveOutputStream.java:766) at org.apache.tomcat.jakartaee.commons.compress.archivers.zip.ZipArchiveOutputStream.writeCentralDirectoryInChunks(ZipArchiveOutputStream.java:1792) at org.apache.tomcat.jakartaee.commons.compress.archivers.zip.ZipArchiveOutputStream.finish(ZipArchiveOutputStream.java:1031) at org.apache.tomcat.jakartaee.commons.compress.archivers.zip.ZipArchiveOutputStream.close(ZipArchiveOutputStream.java:633) at org.apache.tomcat.jakartaee.Migration.migrateArchiveStreaming(Migration.java:323) at org.apache.tomcat.jakartaee.Migration.migrateStream(Migration.java:383) at org.apache.tomcat.jakartaee.Migration.migrateFile(Migration.java:274) at org.apache.tomcat.jakartaee.Migration.execute(Migration.java:241) at org.apache.tomcat.jakartaee.MigrationCLI.main(MigrationCLI.java:107) ``` It smells like a bug in commons-compress. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org