Plugin wont load after server restart #190


Open
  • Forge_User_06807131 created this issue Oct 3, 2017

    Got Clearlag working perfectly , but when my server autorestart which it does every 12 hours. The plugin wont load ..

     

    Is there a fix for this problem?

  • bob7l posted a comment Oct 3, 2017

    Show the logs

  • Forge_User_06807131 posted a comment Oct 16, 2017

    [12:00:51] [Server thread/ERROR] [Minecraft/]: Could not load 'plugins/Clearlag(1).jar' in folder 'plugins'
    org.bukkit.plugin.InvalidDescriptionException: Invalid plugin.yml
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:196) ~[JavaPluginLoader.class:1.7.10-R0.1-SNAPSHOT]
    at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:133) [SimplePluginManager.class:1.7.10-R0.1-SNAPSHOT]
    at org.bukkit.craftbukkit.v1_7_R4.CraftServer.loadPlugins(CraftServer.java:320) [CraftServer.class:1.7.10-R0.1-SNAPSHOT]
    at net.minecraft.world.storage.SaveHandler.initBukkitData(SaveHandler.java:461) [ayq.class:?]
    at net.minecraft.world.storage.SaveHandler.func_75757_d(SaveHandler.java:137) [ayq.class:?]
    at net.minecraft.world.World.<init>(World.java:360) [ahb.class:?]
    at net.minecraft.world.WorldServer.<init>(WorldServer.java:160) [mt.class:?]
    at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:367) [MinecraftServer.class:?]
    at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:336) [lt.class:?]
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:631) [MinecraftServer.class:?]
    at java.lang.Thread.run(Thread.java:745) [?:1.8.0_111]
    Caused by: java.util.zip.ZipException: error in opening zip file
    at java.util.zip.ZipFile.open(Native Method) ~[?:1.8.0_111]
    at java.util.zip.ZipFile.<init>(ZipFile.java:219) ~[?:1.8.0_111]
    at java.util.zip.ZipFile.<init>(ZipFile.java:149) ~[?:1.8.0_111]
    at java.util.jar.JarFile.<init>(JarFile.java:166) ~[?:1.8.0_111]
    at java.util.jar.JarFile.<init>(JarFile.java:130) ~[?:1.8.0_111]
    at org.bukkit.plugin.java.JavaPluginLoader.getPluginDescription(JavaPluginLoader.java:184) ~[JavaPluginLoader.class:1.7.10-R0.1-SNAPSHOT]
    ... 10 more
    [12:00:52] [Server thread/INFO] [/]: Mapping loaded 11 packages, 7841 classes, 26711 fields, 53884 methods, flags 1ffa
    [12:00:52] [Server thread/INFO] [/]: Loaded inheritance map of 895 classes
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:52] [Server thread/WARN] [FML/]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
    [12:00:52] [Server thread/WARN] [FML/]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
    [12:00:52] [Server thread/WARN] [FML/]: Use FMLCommonHandler.exitJava instead
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:52] [Server thread/WARN] [FML/]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
    [12:00:52] [Server thread/WARN] [FML/]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
    [12:00:52] [Server thread/WARN] [FML/]: Use FMLCommonHandler.exitJava instead
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:52] [Server thread/WARN] [FML/]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
    [12:00:52] [Server thread/WARN] [FML/]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
    [12:00:52] [Server thread/WARN] [FML/]: Use FMLCommonHandler.exitJava instead
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:52] [Server thread/WARN] [FML/]: MOD HAS DIRECT REFERENCE System.exit() THIS IS NOT ALLOWED REROUTING TO FML!
    [12:00:52] [Server thread/WARN] [FML/]: Offendor: net/md_5/specialsource/SpecialSource.main([Ljava/lang/String;)V
    [12:00:52] [Server thread/WARN] [FML/]: Use FMLCommonHandler.exitJava instead
    [12:00:52] [Server thread/WARN] [FML/]: =============================================================
    [12:00:54] [Server thread/INFO] [net.coreprotect.CoreProtect/]: [CoreProtect] Loading CoreProtect v2.10.0
    [12:00:54] [Server thread/INFO] [com.sk89q.worldedit.bukkit.WorldEditPlugin/]: [WorldEdit] Loading WorldEdit v5.6.3
    [12:00:54] [Server thread/INFO] [com.earth2me.essentials.Essentials/]: [Essentials] Loading Essentials v2.13.1
    [12:00:54] [Server thread/INFO] [com.earth2me.essentials.protect.EssentialsProtect/]: [EssentialsProtect] Loading EssentialsProtect v2.13.1
    [12:00:54] [Server thread/INFO] [com.earth2me.essentials.chat.EssentialsChat/]: [EssentialsChat] Loading EssentialsChat v2.13.1
    [12:00:54] [Server thread/INFO] [com.earth2me.essentials.antibuild.EssentialsAntiBuild/]: [EssentialsAntiBuild] Loading EssentialsAntiBuild v2.13.1
    [12:00:54] [Server thread/INFO] [ru.tehkode.permissions.bukkit.PermissionsEx/]: [PermissionsEx] Loading PermissionsEx v1.22.10
    [12:00:54] [Server thread/INFO] [net.buycraft.plugin.bukkit.BuycraftPlugin/]: [BuycraftX] Loading BuycraftX v10.3.0
    [12:00:54] [Server thread/INFO] [net.milkbowl.vault.Vault/]: [Vault] Loading Vault v1.2.31-b411
    [12:00:54] [Server thread/INFO] [org.wargamer2010.signshop.SignShop/]: [SignShop] Loading SignShop v2.11.2
    [12:00:54] [Server thread/INFO] [com.earth2me.essentials.spawn.EssentialsSpawn/]: [EssentialsSpawn] Loading EssentialsSpawn v2.13.1
    [12:00:54] [Server thread/INFO] [com.sk89q.worldguard.bukkit.WorldGuardPlugin/]: [WorldGuard] Loading WorldGuard v6.0.0-beta-03.1514-
    [12:00:54] [Server thread/INFO] [com.gamingmesh.jobs.Jobs/]: [Jobs] Loading Jobs v4.0.1
    [12:00:54] [Server thread/INFO] [com.region.BuyRegion/]: [BuyRegion] Loading BuyRegion v1.1.7
    [12:00:54] [Server thread/INFO] [me.ryanhamshire.GriefPrevention.GriefPrevention/]: [GriefPrevention] Loading GriefPrevention v9.9

  • bob7l posted a comment Oct 16, 2017

    Redownload Clearlag. That jar you're using isn't from me


To post a comment, please login or register a new account.