Crazy Console Errors Causing Crashes

Discussion in 'Bukkit Help' started by snake4212, Feb 17, 2013.

Thread Status:
Not open for further replies.
  1. Offline

    snake4212

    Can someone tell me if this is a plugin or why this isn't working and causing crashes!
    Is there a plugin I should delete or is it just bukkit
    Code:
    18.02 05:10:06 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:1019)
    18.02 05:10:06 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    18.02 05:10:06 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    18.02 05:10:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    18.02 05:10:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    18.02 05:10:06 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    18.02 05:10:06 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    18.02 05:10:06 [Server] INFO org.bukkit.event.EventException
    18.02 05:10:06 [Server] SEVERE Could not pass event PlayerInteractEvent to InfiniteDispenser v0.03
    18.02 05:10:05 [Server] INFO Caused by: java.lang.NullPointerException
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.Packet18ArmAnimation.handle(SourceFile:41)
    18.02 05:10:05 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:1019)
    18.02 05:10:05 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    18.02 05:10:05 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    18.02 05:10:05 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    18.02 05:10:05 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    18.02 05:10:05 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    18.02 05:10:05 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    18.02 05:10:05 [Server] INFO org.bukkit.event.EventException
    18.02 05:10:05 [Server] SEVERE Could not pass event PlayerInteractEvent to InfiniteDispenser v0.03
    18.02 05:10:05 [Multicraft] Skipped 30 lines due to rate limit (30/s)
    18.02 05:10:03 [Server] INFO at net.minecraft.server.v1_4_R1.Packet18ArmAnimation.handle(SourceFile:41)
    18.02 05:10:03 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:1019)
    18.02 05:10:03 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    18.02 05:10:03 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    18.02 05:10:03 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    18.02 05:10:03 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    18.02 05:10:03 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    18.02 05:10:03 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    18.02 05:10:03 [Server] INFO org.bukkit.event.EventException
    18.02 05:10:03 [Server] SEVERE Could not pass event PlayerInteractEvent to InfiniteDispenser v0.03
    18.02 05:10:02 [Server] INFO Caused by: java.lang.NullPointerException
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.Packet18ArmAnimation.handle(SourceFile:41)
    18.02 05:10:02 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:1019)
    18.02 05:10:02 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    18.02 05:10:02 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    18.02 05:10:02 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    18.02 05:10:02 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    18.02 05:10:02 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    18.02 05:10:02 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    18.02 05:10:02 [Server] INFO org.bukkit.event.EventException
    18.02 05:10:02 [Server] SEVERE Could not pass event PlayerInteractEvent to InfiniteDispenser v0.03
    18.02 05:10:02 [Multicraft] Skipped 111 lines due to rate limit (30/s)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.Packet18ArmAnimation.handle(SourceFile:41)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:1019)
    18.02 05:10:01 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    18.02 05:10:01 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    18.02 05:10:01 [Server] INFO org.bukkit.event.EventException
    18.02 05:10:01 [Server] SEVERE Could not pass event PlayerInteractEvent to InfiniteDispenser v0.03
    18.02 05:10:01 [Server] INFO Caused by: java.lang.NullPointerException
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.Packet18ArmAnimation.handle(SourceFile:41)
    18.02 05:10:01 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:1019)
    18.02 05:10:01 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    18.02 05:10:01 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    18.02 05:10:01 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    18.02 05:10:01 [Server] INFO org.bukkit.event.EventException
    18.02 05:10:01 [Server] SEVERE Could not pass event PlayerInteractEvent to InfiniteDispenser v0.03
    18.02 05:09:42 [Server] INFO World saved.
    18.02 05:09:42 [Server] INFO CONSOLE: Forcing save..
    18.02 05:09:42 [Server] INFO CONSOLE: Enabled level saving..
    18.02 05:09:42 [Multicraft] Auto-saving world...
    18.02 05:09:39 [Server] INFO Caused by: java.lang.NullPointerException
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.r(MinecraftServer.java:598)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServerConnection.b(SourceFile:30)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.ServerConnection.b(SourceFile:39)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.d(PlayerConnection.java:113)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.NetworkManager.b(NetworkManager.java:290)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.Packet18ArmAnimation.handle(SourceFile:41)
    18.02 05:09:39 [Server] INFO at net.minecraft.server.v1_4_R1.PlayerConnection.a(PlayerConnection.java:1019)
    18.02 05:09:39 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:148)
    18.02 05:09:39 [Server] INFO at org.bukkit.craftbukkit.v1_4_R1.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:178)
    18.02 05:09:39 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    18.02 05:09:39 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    18.02 05:09:39 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    18.02 05:09:39 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    18.02 05:09:39 [Server] INFO org.bukkit.event.EventException
    18.02 05:09:39 [Server] SEVERE Could not pass event PlayerInteractEvent to InfiniteDispenser v0.03
    18.02 05:09:38 [Server] INFO Caused by: java.lang.NullPointerException
    18.02 05:09:38 [Server] INFO at net.minecraft.server.v1_4_R1.ThreadServerApplication.run(SourceFile:849)
    18.02 05:09:38 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.run(MinecraftServer.java:427)
    18.02 05:09:38 [Server] INFO at net.minecraft.server.v1_4_R1.MinecraftServer.q(MinecraftServer.java:494)
    18.02 05:09:38 [Server] INFO at net.minecraft.server.v1_4_R1.DedicatedServer.r(DedicatedServer.java:224)
    [CODE]
     
  2. Offline

    PimpDuck

    This is the plugin. If it's your plugin can you also paste the source code?
     
  3. Offline

    snake4212

    I dont know what plugin is maybe that would help
     
  4. Offline

    XeClutch

    Do you have Multicraft installed?
    That plugin causes that EXACT crash for alot of people
     
  5. Offline

    PimpDuck

    InfiniteDispenser v0.03 is causing this.
     
Thread Status:
Not open for further replies.

Share This Page