You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
My Docker Bitbucket 8.14 instance refuses to start with the following error. No matter which version of Bitbucket I try, I get the same error (zip file is empty). Does anyone know which zip file is empty causing this issue?
Starting Bitbucket webapp at http://localhost:7990#
Exception in thread "main" java.util.zip.ZipException: zip file is empty
at java.base/java.util.zip.ZipFile$Source.zerror(ZipFile.java:1769)
at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1565)
at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1659)
at java.base/java.util.zip.ZipFile$Source.<init>(ZipFile.java:1463)
at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1426)
at java.base/java.util.zip.ZipFile$CleanableResource.<init>(ZipFile.java:840)
at java.base/java.util.zip.ZipFile$CleanableResource$FinalizableResource.<init>(ZipFile.java:866)
at java.base/java.util.zip.ZipFile$CleanableResource.get(ZipFile.java:855)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:257)
at java.base/java.util.zip.ZipFile.<init>(ZipFile.java:186)
at java.base/java.util.jar.JarFile.<init>(JarFile.java:348)
at java.base/java.util.jar.JarFile.<init>(JarFile.java:319)
at java.base/java.util.jar.JarFile.<init>(JarFile.java:285)
at org.springframework.boot.loader.jar.AbstractJarFile.<init>(AbstractJarFile.java:39)
at org.springframework.boot.loader.jar.JarFile.<init>(JarFile.java:130)
at org.springframework.boot.loader.jar.JarFile.<init>(JarFile.java:125)
at org.springframework.boot.loader.jar.JarFile.<init>(JarFile.java:111)
at org.springframework.boot.loader.jar.JarFile.<init>(JarFile.java:102)
at org.springframework.boot.loader.archive.JarFileArchive.<init>(JarFileArchive.java:73)
at org.springframework.boot.loader.archive.JarFileArchive.<init>(JarFileArchive.java:69)
at com.atlassian.bitbucket.internal.launcher.BitbucketServerLauncher.postProcessClassPathArchives(BitbucketServerLauncher.java:146)
at org.springframework.boot.loader.ExecutableArchiveLauncher.applyClassPathArchivePostProcessing(ExecutableArchiveLauncher.java:142)
at org.springframework.boot.loader.ExecutableArchiveLauncher.getClassPathArchivesIterator(ExecutableArchiveLauncher.java:125)
at com.atlassian.bitbucket.internal.launcher.BitbucketServerLauncher.start(BitbucketServerLauncher.java:156)
at com.atlassian.bitbucket.internal.launcher.BitbucketServerLauncher.main(BitbucketServerLauncher.java:99)