Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SEVERE] Plugin attempted to register task while disabled #141

Open
ventaur opened this issue May 5, 2013 · 2 comments
Open

[SEVERE] Plugin attempted to register task while disabled #141

ventaur opened this issue May 5, 2013 · 2 comments
Labels

Comments

@ventaur
Copy link

ventaur commented May 5, 2013

2013-05-05 17:34:13 [INFO] This server is running CraftBukkit version git-Bukkit-1.5.2-R0.1-b2771jnks (MC: 1.5.2) (Implementing API version 1.5.2-R0.1)
2013-05-05 17:34:13 [INFO] [Backup] Loading Backup v2.0
2013-05-05 17:34:13 [SEVERE] Plugin attempted to register task while disabled initializing Backup v2.0 (Is it up to date?)
org.bukkit.plugin.IllegalPluginAccessException: Plugin attempted to register task while disabled
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.validate(CraftScheduler.java:394)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.runTaskTimerAsynchronously(CraftScheduler.java:137)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.scheduleAsyncRepeatingTask(CraftScheduler.java:133)
at com.bukkitbackup.full.utils.MetricUtils.start(MetricUtils.java:73)
at com.bukkitbackup.full.BackupFull.onLoad(BackupFull.java:68)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.loadPlugins(CraftServer.java:244)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.(CraftServer.java:217)
at net.minecraft.server.v1_5_R3.PlayerList.(PlayerList.java:55)
at net.minecraft.server.v1_5_R3.DedicatedPlayerList.(SourceFile:11)
at net.minecraft.server.v1_5_R3.DedicatedServer.init(DedicatedServer.java:106)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:382)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)

@digitalruse
Copy link

Second this issue. The plugin still appears to function... but it is definitely kicking out this error every time it runs.

@tgxn
Copy link
Owner

tgxn commented Jun 4, 2013

This is related to this fix:

6a56983

Will be fixed on next push.

@ghost ghost assigned tgxn Jun 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants