Bukkit lots of messages in consle

Discussion in 'Bukkit Help' started by frenchfri12, Jan 8, 2013.

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

    frenchfri12

    Now I can't read anything in my log! What is the cause?

    Code:
    08.01 21:58:04 [Server] INFO at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
    08.01 21:58:04 [Server] INFO at se.troed.plugin.Courier.CourierEventListener.onEntityChangeBlock(CourierEventListener.java:252)
    08.01 21:58:04 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1273)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1476)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    08.01 21:58:04 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    08.01 21:58:04 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    08.01 21:58:04 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    08.01 21:58:04 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    08.01 21:58:04 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    08.01 21:58:04 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    08.01 21:58:04 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    08.01 21:58:04 [Server] INFO org.bukkit.event.EventException
    08.01 21:58:04 [Server] SEVERE Could not pass event EntityChangeBlockEvent to Courier v1.1.6
    08.01 21:58:04 [Multicraft] Skipped 6 lines due to rate limit (30/s)
    08.01 21:57:59 [Server] INFO at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
    08.01 21:57:59 [Server] INFO at se.troed.plugin.Courier.CourierEventListener.onEntityChangeBlock(CourierEventListener.java:252)
    08.01 21:57:59 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1273)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1476)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    08.01 21:57:59 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    08.01 21:57:59 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    08.01 21:57:59 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    08.01 21:57:59 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    08.01 21:57:59 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    08.01 21:57:59 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    08.01 21:57:59 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    08.01 21:57:59 [Server] INFO org.bukkit.event.EventException
    08.01 21:57:59 [Server] SEVERE Could not pass event EntityChangeBlockEvent to Courier v1.1.6
    08.01 21:57:38 [Server] INFO ... 18 more
    08.01 21:57:38 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    08.01 21:57:38 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    08.01 21:57:38 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    08.01 21:57:38 [Server] INFO at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
    08.01 21:57:38 [Server] INFO at se.troed.plugin.Courier.CourierEventListener.onEntityChangeBlock(CourierEventListener.java:252)
    08.01 21:57:38 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.EntityMonster.j_(EntityMonster.java:24)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
    08.01 21:57:38 [Server] INFO at net.minecraft.server.v1_4_6.EntityEnderman.c(EntityEnderman.java:106)
    08.01 21:57:38 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:445)
    08.01 21:57:38 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    08.01 21:57:38 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    08.01 21:57:38 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    08.01 21:57:38 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    08.01 21:57:38 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    08.01 21:57:38 [Server] INFO org.bukkit.event.EventException
    08.01 21:57:38 [Server] SEVERE Could not pass event EntityChangeBlockEvent to Courier v1.1.6
    08.01 21:57:32 [Server] INFO ... 18 more
    08.01 21:57:32 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    08.01 21:57:32 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    08.01 21:57:32 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    08.01 21:57:32 [Server] INFO at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
    08.01 21:57:32 [Server] INFO at se.troed.plugin.Courier.CourierEventListener.onEntityChangeBlock(CourierEventListener.java:252)
    08.01 21:57:32 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.EntityMonster.j_(EntityMonster.java:24)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:534)
    08.01 21:57:32 [Server] INFO at net.minecraft.server.v1_4_6.EntityEnderman.c(EntityEnderman.java:123)
    08.01 21:57:32 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:452)
    08.01 21:57:32 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    08.01 21:57:32 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    08.01 21:57:32 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    08.01 21:57:32 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    08.01 21:57:32 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    08.01 21:57:32 [Server] INFO org.bukkit.event.EventException
    08.01 21:57:32 [Server] SEVERE Could not pass event EntityChangeBlockEvent to Courier v1.1.6
    08.01 21:57:24 [Multicraft] Skipped 4 lines due to rate limit (30/s)
    08.01 21:57:14 [Server] INFO at sun.reflect.GeneratedMethodAccessor44.invoke(Unknown Source)
    08.01 21:57:14 [Server] INFO at se.troed.plugin.Courier.CourierEventListener.onEntityChangeBlock(CourierEventListener.java:252)
    
     
  2. Offline

    chaseoes

    Courier
     
  3. Offline

    frenchfri12

    What should I do?
     
  4. Offline

    chaseoes

    Remove it? Or update it?
     
Thread Status:
Not open for further replies.

Share This Page