[URGENT] Odd plugin spam in server console?!?!

Discussion in 'Bukkit Help' started by HazedCube, Jan 1, 2013.

Thread Status:
Not open for further replies.
  1. Every 5-10 seconds on my server, the console is filled with this spam:

    01.01 23:43:15 [Server] INFO ... 24 more
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    01.01 23:43:15 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    01.01 23:43:15 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    01.01 23:43:15 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    01.01 23:43:15 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    01.01 23:43:15 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
    01.01 23:43:15 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    01.01 23:43:15 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    01.01 23:43:15 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    01.01 23:43:15 [Server] INFO org.bukkit.event.EventException
    01.01 23:43:15 [Server] SEVERE Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
    01.01 23:43:15 [Server] INFO ... 24 more
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    01.01 23:43:15 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    01.01 23:43:15 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    01.01 23:43:15 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    01.01 23:43:15 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    01.01 23:43:15 [Server] INFO at a.a.a.d.a(CoreProtectionEntityListener.java:34)
    01.01 23:43:15 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    01.01 23:43:15 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    01.01 23:43:15 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    01.01 23:43:15 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    01.01 23:43:15 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    01.01 23:43:15 [Server] INFO org.bukkit.event.EventException
    01.01 23:43:15 [Server] SEVERE Could not pass event EntityChangeBlockEvent to CoreProtect v1.52
    01.01 23:42:40 [Server] INFO ... 18 more
    01.01 23:42:40 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    01.01 23:42:40 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    01.01 23:42:40 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    01.01 23:42:40 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    01.01 23:42:40 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    01.01 23:42:40 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
    01.01 23:42:40 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.EntityMonster.j_(EntityMonster.java:24)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.EntityEnderman.c(EntityEnderman.java:106)
    01.01 23:42:40 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:445)
    01.01 23:42:40 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    01.01 23:42:40 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    01.01 23:42:40 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    01.01 23:42:40 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    01.01 23:42:40 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    01.01 23:42:40 [Server] INFO org.bukkit.event.EventException
    01.01 23:42:40 [Server] SEVERE Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
    01.01 23:42:40 [Server] INFO ... 18 more
    01.01 23:42:40 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    01.01 23:42:40 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    01.01 23:42:40 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    01.01 23:42:40 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
    01.01 23:42:40 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    01.01 23:42:40 [Server] INFO at a.a.a.d.a(CoreProtectionEntityListener.java:34)
    01.01 23:42:40 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    01.01 23:42:40 [Server] INFO at net.minecraft.server.v1_4_6.EntityMonster.j_(EntityMonster.java:24)

    I have no idea what the hell it is about, but from what i can tell is that it has something to do with the plugins WorldGuard and CoreProtect, which are both protection plugins on my server. This is REALLY annoying as its spams up my console really bad, and i cant really see what commands are being used on my server because of this.

    Also, i am running a server from a third-party host in France (Meaning i pay them x-amount of money per month to host the server via MultiCraft).

    Also, these are my other plugins:
    Plugins (40): TheThuum, MultiWorld, NoCheatPlus, WorldEdit, Buycraft, blFriends, ColoredSigns, Islands, Vault, PlotMe, PermissionsEx, Stargate, MyCommand, SelfPromote, WorldGuard, TreeAssist, Lottery, iConomy, OnTime, CoreProtect, Nordic, MasterPromote, ButtonCommands, ProtocolLib, DeathMessages, Modifyworld, WorldWarp, AutoAnnouncer, Essentials, BananaGen, Citizens, ChatManager, EssentialsSpawn, PluginsBaker, LWC, iGates, DisguiseCraft, ChestShop, EssentialsChat, AntiCheat
     
  2. Offline

    MyPictures

    Be sure you use the latest version of CoreProtect, WorldEdit and WorldGuard:
    http://build.sk89q.com/job/WorldEdit - 1.4.6 Compatible/
    http://build.sk89q.com/job/WorldGuard/
    http://dev.bukkit.org/server-mods/coreprotect/

    Also be sure you use the right Craftbukkit version:
    http://dl.bukkit.org/downloads/craftbukkit/

    Also some other things:
    NoCheatPlus - AntiCheat: Same thing dont use them together please
    ColoredSigns - Essentials: Essentials gives you colored sign and more
    Essentials - iConomy: I recommend using the EssentialsEco because iConomy is outdated
    WorldWarp - Essentials/EssentialsSpawn: Essentials has /warp /setwarp already included, don't need a extra plugin for that if you use Essentials
    EssentialsChat - ChatManager: Both do the same thing drop one of them
    Stargate - iGates: Do the same thing ?

    Also check all your plugins one by one please, some of them might break with the new Craftbukkit builds.
     
    HazedCube likes this.
  3. Offline

    ifly6

    "java.lang.NoSuchMethodError" - Your server is trying to reference nonexistent Methods and Classes. Update your plugins to 1.4.6 compatible levels.
     
    HazedCube likes this.
  4. Thanks, ill try and update them all.

    Would you recommened AntiCheat over NoCheatPlus, or the other way round? I dont know which one too choose...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  5. Offline

    frdmn

    NoCheatPlus has probably more features and is more active in development and bugtracking, etc.
     
    HazedCube likes this.
  6. Thank you. I have actually had some issues with AntiCheat kicking people randomly for breaking blocks, even at normal speed.

    Turns out it hasn't made any difference updating the plugins. I still get the error.


    Code:
    03.01 20:54:06 [Server] INFO ... 24 more
    03.01 20:54:06 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    03.01 20:54:06 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    03.01 20:54:06 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    03.01 20:54:06 [Server] INFO at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source)
    03.01 20:54:06 [Server] INFO at a.a.a.d.a(CoreProtectionEntityListener.java:34)
    03.01 20:54:06 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    03.01 20:54:06 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    03.01 20:54:06 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    03.01 20:54:06 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    03.01 20:54:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    03.01 20:54:06 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    03.01 20:54:06 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    03.01 20:54:06 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    03.01 20:54:06 [Server] INFO org.bukkit.event.EventException
    03.01 20:54:06 [Server] SEVERE Could not pass event EntityChangeBlockEvent to CoreProtect v1.52
    03.01 20:53:14 [Server] INFO ... 24 more
    03.01 20:53:14 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    03.01 20:53:14 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    03.01 20:53:14 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    03.01 20:53:14 [Server] INFO at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source)
    03.01 20:53:14 [Server] INFO at a.a.a.d.a(CoreProtectionEntityListener.java:34)
    03.01 20:53:14 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    03.01 20:53:14 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:67)
    03.01 20:53:14 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    03.01 20:53:14 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    03.01 20:53:14 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    03.01 20:53:14 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    03.01 20:53:14 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    03.01 20:53:14 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    03.01 20:53:14 [Server] INFO org.bukkit.event.EventException
    03.01 20:53:14 [Server] SEVERE Could not pass event EntityChangeBlockEvent to CoreProtect v1.52
    03.01 20:52:00 [Server] INFO Want to help out the server? Visit this website TODAY! vinefex.buycraft.net - Click here to donate to the server and earn rewards!
    03.01 20:49:00 [Server] INFO Type /help into the chat to list ALL of the permissions you can do.
    03.01 20:48:42 [Server] INFO CONSOLE: Save complete.
    03.01 20:48:42 [Server] INFO CONSOLE: Forcing save..
    03.01 20:48:42 [Server] INFO CONSOLE: Enabled level saving..
    03.01 20:48:42 [Multicraft] Auto-saving world...
    03.01 20:48:10 [Disconnect] User [HeadAdmin] ~JamesTehMagicRainbowNinja has disconnected, reason: unknown
    03.01 20:47:48 [Server] INFO Connection reset
    03.01 20:47:48 [Disconnect] User ItalianPizzaMan has disconnected, reason: disconnect.quitting
    03.01 20:47:20 [Server] INFO ... 18 more
    03.01 20:47:20 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    03.01 20:47:20 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    03.01 20:47:20 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    03.01 20:47:20 [Server] INFO at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source)
    03.01 20:47:20 [Server] INFO at a.a.a.d.a(CoreProtectionEntityListener.java:34)
    03.01 20:47:20 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.EntityMonster.j_(EntityMonster.java:24)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
    03.01 20:47:20 [Server] INFO at net.minecraft.server.v1_4_6.EntityEnderman.c(EntityEnderman.java:106)
    03.01 20:47:20 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:445)
    03.01 20:47:20 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    03.01 20:47:20 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    03.01 20:47:20 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    03.01 20:47:20 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    03.01 20:47:20 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    03.01 20:47:20 [Server] INFO org.bukkit.event.EventException
    03.01 20:47:20 [Server] SEVERE Could not pass event EntityChangeBlockEvent to CoreProtect v1.52
    03.01 20:47:08 [Server] INFO ... 18 more
    03.01 20:47:08 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    03.01 20:47:08 [Server] INFO at java.lang.reflect.Method.invoke(Method.java:601)
    03.01 20:47:08 [Server] INFO at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    03.01 20:47:08 [Server] INFO at sun.reflect.GeneratedMethodAccessor111.invoke(Unknown Source)
    03.01 20:47:08 [Server] INFO at a.a.a.d.a(CoreProtectionEntityListener.java:34)
    03.01 20:47:08 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    03.01 20:47:08 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    03.01 20:47:08 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    03.01 20:47:08 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    03.01 20:47:08 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    03.01 20:47:08 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    03.01 20:47:08 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    03.01 20:47:08 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    
    It still mentions CoreProtect though...

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 30, 2016
  7. Offline

    falkensmaze

    It mentions CoreProtect 1.52, when the latest for 1.4.6 is 1.73. Either CoreProtect is lying, or something has gone awry in your upgrade procedure.
     
    HazedCube likes this.
  8. It seems that I forgot to remove the 1.52 version of CoreProtect and added the 1.73 with 1.52, so my server still got issues from 1.52, I'll remove 1.52 now.
     
  9. Offline

    Perkun

  10. Done that already, and it still dd the error before removing the old version of CoreProtect.
     
  11. Offline

    falkensmaze

    What's the latest error you get now? Does it still report 1.52?
     
    HazedCube likes this.
  12. Nope, looks like removing 1.52 and re-placing it with 1.73 did the trick. I left my console up on my screen for around 10 minutes and none of that spam came up on it, so I'm guessing its fine now. Thanks everyone!
     
Thread Status:
Not open for further replies.

Share This Page