Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
MythicMobs MythicMobs
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 140
    • Issues 140
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Members
    • Members
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • MythicCraft
  • MythicMobsMythicMobs
  • Issues
  • #1713

Closed
Open
Created Sep 06, 2024 by SliderKP@SliderKP

Error starting server 1.21.1

Summary

Describe the bug encountered in detail.

Steps to reproduce

Provide a full set of steps used to reproduce the bug, including links to SEPARATE Pastebin pastes for each relevant configuration file.

Current behavior

Describe what happens currently, while the bug is affecting your server.

i cant start the plugin on my server

Intended correct behavior

plugins works

Describe what you think should happen instead of the bug.

Server log file

[21:06:10] [ServerMain/ERROR]: [DirectoryProviderSource] Error preparing plugin context: Directory 'plugins/MythicMobs-5.7.2-SNAPSHOT (1).jar' failed to update! java.lang.RuntimeException: Directory 'plugins/MythicMobs-5.7.2-SNAPSHOT (1).jar' failed to update! at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:62) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.lambda$prepareContext$1(DirectoryProviderSource.java:33) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184) ~[?:?] at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179) ~[?:?] at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197) ~[?:?] at java.base/java.util.Iterator.forEachRemaining(Iterator.java:133) ~[?:?] at java.base/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1939) ~[?:?] at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509) ~[?:?] at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499) ~[?:?] at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151) ~[?:?] at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174) ~[?:?] at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234) ~[?:?] at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596) ~[?:?] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.walkFiles(DirectoryProviderSource.java:64) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:31) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.provider.source.DirectoryProviderSource.prepareContext(DirectoryProviderSource.java:17) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.util.EntrypointUtil.registerProvidersFromSource(EntrypointUtil.java:14) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.PluginInitializerManager.load(PluginInitializerManager.java:113) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at net.minecraft.server.Main.main(Main.java:123) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.PaperBootstrap.boot(PaperBootstrap.java:21) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at org.bukkit.craftbukkit.Main.main(Main.java:281) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paperclip.Paperclip.lambda$main$0(Paperclip.java:42) ~[app:?] at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?] Caused by: org.bukkit.plugin.InvalidPluginException: java.util.zip.ZipException: zip END header not found at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:131) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] ... 22 more Caused by: java.util.zip.ZipException: zip END header not found at java.base/java.util.zip.ZipFile$Source.findEND(ZipFile.java:1649) ~[?:?] at java.base/java.util.zip.ZipFile$Source.initCEN(ZipFile.java:1657) ~[?:?] at java.base/java.util.zip.ZipFile$Source.(ZipFile.java:1495) ~[?:?] at java.base/java.util.zip.ZipFile$Source.get(ZipFile.java:1458) ~[?:?] at java.base/java.util.zip.ZipFile$CleanableResource.(ZipFile.java:724) ~[?:?] at java.base/java.util.zip.ZipFile.(ZipFile.java:251) ~[?:?] at java.base/java.util.zip.ZipFile.(ZipFile.java:180) ~[?:?] at java.base/java.util.jar.JarFile.(JarFile.java:345) ~[?:?] at java.base/java.util.jar.JarFile.(JarFile.java:316) ~[?:?] at java.base/java.util.jar.JarFile.(JarFile.java:282) ~[?:?] at io.papermc.paper.plugin.provider.source.FileProviderSource.getPluginName(FileProviderSource.java:137) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.provider.source.FileProviderSource.checkUpdate(FileProviderSource.java:112) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] at io.papermc.paper.plugin.provider.source.FileProviderSource.prepareContext(FileProviderSource.java:60) ~[pufferfish-1.21.1.jar:1.21.1-15-3554f78] ... 22 more

Provide a link to a Pastebin paste with a copy of your server's latest.log file from startup to "Done!" AND includes a player connecting. https://paste.helpch.at/epanufafav.makefile

Debug log snippet

Provide a link to a Pastebin paste with an excerpt of your latest.log file that includes debug output where you trigger the bugged behavior.

Proposed fixes

Describe what you think the issue or any potential fixes may be.

Edited Sep 06, 2024 by SliderKP
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking