• Hello Guest! Did you know that ProjectKorra has an official Discord server? A lot of discussion about the official server, development process, and community discussion happens over there. Feel free to join now by clicking the link below.

    Join the Discord Server

Bug Report Logging crash while restarting server

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
I'm not sure what caused this, but this one time after having lots of people on and reloading, the server crashed while saving. This did cause lots of lost progress and a lot of people feeling very frustrated.

Code:
[16:38:05 ERROR]: Exception stopping the server
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:400) ~[spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.runTaskTimer(CraftScheduler.java:123) ~[spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.runTaskLater(CraftScheduler.java:106) ~[spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at com.projectkorra.ProjectKorra.Utilities.logging.LogFilter.isLoggable(LogFilter.java:64) ~[?:?]
    at java.util.logging.Handler.isLoggable(Handler.java:292) ~[?:1.7.0_21]
    at java.util.logging.StreamHandler.isLoggable(StreamHandler.java:233) ~[?:1.7.0_21]
    at java.util.logging.FileHandler.publish(FileHandler.java:572) ~[?:1.7.0_21]
    at com.projectkorra.ProjectKorra.Utilities.logging.PKLogHandler.publish(PKLogHandler.java:34) ~[?:?]
    at java.util.logging.Logger.log(Logger.java:565) ~[?:1.7.0_21]
    at java.util.logging.Logger.doLog(Logger.java:586) ~[?:1.7.0_21]
    at java.util.logging.Logger.log(Logger.java:675) ~[?:1.7.0_21]
    at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:426) ~[spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:417) ~[spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at org.bukkit.craftbukkit.v1_8_R3.CraftServer.disablePlugins(CraftServer.java:335) ~[spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at net.minecraft.server.v1_8_R3.MinecraftServer.stop(MinecraftServer.java:464) ~[spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:596) [spigot-1.8.7.jar:git-Spigot-f928e7a-f27339c]
    at java.lang.Thread.run(Thread.java:722) [?:1.7.0_21]
And yes, this is the complete log. The rest is just normal stuff.
 

StrangeOne101

Staff member
Plugin Developer
Moderator
Verified Member
In future, post code in pastebin.com because it's easier to read :p I've done it for you -> http://pastebin.com/2EzFnLVu

I'm not sure what's causing this tho, what's your PK version and do you have any addons / side plugins?
Ok, will do.

As for plugins and whatnot: I'm running PK Beta 12, with JedCore (1.1.3c?), BendingPreview and BendingGUI.

And I don't know if it is relevant or not either, but we ran into this crash after we discovered fire destroys glass panes with bending. I tried reloading the server (/reload) to see if it would revert and that is when the crash occurred.
 
Top