tgxn / Backup

A Backup plugin for the Bukkit Server API.
http://bukkitbackup.com
GNU General Public License v3.0
23 stars 14 forks source link

Error occurs when loading the plugin #152

Open PatchGuru opened 11 years ago

PatchGuru commented 11 years ago

I've been experiencing large server.log files lately, the cause, error logs from this plugin that look like this.

2013-08-18 10:35:08 [SEVERE] Plugin attempted to register task while disabled initializing Backup v2.5 (Is it up to date?) org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftScheduler.validate(CraftScheduler.java:394) at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:137) at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftScheduler.scheduleAsyncRepeatingTask(CraftScheduler.java:133) at com.bukkitbackup.full.utils.MetricUtils.start(MetricUtils.java:108) at com.bukkitbackup.full.BackupFull.onLoad(BackupFull.java:63) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.loadPlugins(CraftServer.java:244) at org.bukkit.craftbukkit.v1_6_R2.CraftServer.(CraftServer.java:217) at net.minecraft.server.v1_6_R2.PlayerList.(PlayerList.java:56) at net.minecraft.server.v1_6_R2.DedicatedPlayerList.(SourceFile:11) at net.minecraft.server.v1_6_R2.DedicatedServer.init(DedicatedServer.java:106) at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:391) at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)

This occurs everytime it starts. I've been using this system for about two weeks. I need to stream line my servers processes to reduce memory usage by server side files. This issue i'm getting causes very large server.log files which require me to delete daily to maintain proper memory usage.