Created
April 11, 2013 18:23
-
-
Save kierdavis/5365884 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*** I get this error whenever a player logs in. Something to do with Metrics? | |
2013-04-11 20:11:59 [SEVERE] Could not pass event PlayerJoinEvent to xMail v1.5.0 | |
org.bukkit.event.EventException | |
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427) | |
at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) | |
at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477) | |
at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462) | |
at net.minecraft.server.v1_5_R2.PlayerList.c(PlayerList.java:204) | |
at net.minecraft.server.v1_5_R2.PlayerList.a(PlayerList.java:100) | |
at net.minecraft.server.v1_5_R2.PendingConnection.d(PendingConnection.java:129) | |
at net.minecraft.server.v1_5_R2.PendingConnection.c(PendingConnection.java:44) | |
at net.minecraft.server.v1_5_R2.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:41) | |
at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:29) | |
at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:578) | |
at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225) | |
at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:474) | |
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:407) | |
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) | |
Caused by: java.lang.IllegalAccessError: Tracker cannot be added once Metrics has started | |
at com.turt2live.metrics.xMail.EMetrics.addTracker(EMetrics.java:202) | |
at com.turt2live.xmail.external.Auth.<init>(Auth.java:56) | |
at com.turt2live.xmail.player.XMailEntity.<init>(XMailEntity.java:49) | |
at com.turt2live.xmail.player.XMailPlayer.<init>(XMailPlayer.java:27) | |
at com.turt2live.xmail.listener.XMailListener.onPlayerJoin(XMailListener.java:46) | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) | |
at java.lang.reflect.Method.invoke(Method.java:601) | |
at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425) | |
... 14 more | |
*** This error sometimes appears shortly after | |
2013-04-11 20:12:00 [SEVERE] org.apache.commons.lang.UnhandledException: Plugin xMail v1.5.0 generated an exception while executing task 77 | |
at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:56) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) | |
at java.lang.Thread.run(Thread.java:722) | |
Caused by: java.lang.NullPointerException | |
at com.turt2live.xmail.player.XMailPlayer.showWelcomeMessage(XMailPlayer.java:37) | |
at com.turt2live.xmail.external.Auth$2.run(Auth.java:167) | |
at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftTask.run(CraftTask.java:53) | |
at org.bukkit.craftbukkit.v1_5_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53) | |
... 3 more | |
*** And it throws an NPE when some subcommands are executed (including mute, unfortunately) | |
2013-04-11 20:20:00 [INFO] Minecraffter1000 issued server command: /xmail mute | |
2013-04-11 20:20:00 [SEVERE] null | |
org.bukkit.command.CommandException: Unhandled exception executing command 'xmail' in plugin xMail v1.5.0 | |
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) | |
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:187) | |
at org.bukkit.craftbukkit.v1_5_R2.CraftServer.dispatchCommand(CraftServer.java:523) | |
at net.minecraft.server.v1_5_R2.PlayerConnection.handleCommand(PlayerConnection.java:966) | |
at net.minecraft.server.v1_5_R2.PlayerConnection.chat(PlayerConnection.java:884) | |
at net.minecraft.server.v1_5_R2.PlayerConnection.a(PlayerConnection.java:841) | |
at net.minecraft.server.v1_5_R2.Packet3Chat.handle(Packet3Chat.java:44) | |
at net.minecraft.server.v1_5_R2.NetworkManager.b(NetworkManager.java:292) | |
at net.minecraft.server.v1_5_R2.PlayerConnection.d(PlayerConnection.java:110) | |
at net.minecraft.server.v1_5_R2.ServerConnection.b(SourceFile:35) | |
at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:30) | |
at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:578) | |
at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225) | |
at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:474) | |
at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:407) | |
at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573) | |
Caused by: java.lang.NullPointerException | |
at com.turt2live.xmail.commands.command.MuteCommand.runArgument(MuteCommand.java:28) | |
at com.turt2live.xmail.commands.XMailCommandHandler.onCommand(XMailCommandHandler.java:120) | |
... 15 more |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment