Error but don't know what

Discussion in 'Bukkit Help' started by Phoroxs, Dec 23, 2012.

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

    Phoroxs

    23.12 12:07:05 [Server] SEVERE ... 7 more
    23.12 12:07:05 [Server] SEVERE at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:35)
    23.12 12:07:05 [Server] SEVERE at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    23.12 12:07:05 [Server] SEVERE at java.lang.ClassLoader.loadClass(ClassLoader.java:423)
    23.12 12:07:05 [Server] SEVERE at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:53)
    23.12 12:07:05 [Server] SEVERE at org.bukkit.plugin.java.PluginClassLoader.findClass0(PluginClassLoader.java:70)
    23.12 12:07:05 [Server] SEVERE Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_4_6.NetLoginHandler
    23.12 12:07:05 [Server] SEVERE at net.minecraft.server.v1_4_6.DedicatedServerConnectionThread.run(DedicatedServerConnectionThread.java:88)
    23.12 12:07:05 [Server] SEVERE at net.minecraft.server.v1_4_6.DedicatedServerConnectionThread.a(DedicatedServerConnectionThread.java:104)
    23.12 12:07:05 [Server] SEVERE at com.comphenix.protocol.injector.player.ReplacedArrayList.add(ReplacedArrayList.java:80)
    23.12 12:07:05 [Server] SEVERE at com.comphenix.protocol.injector.player.InjectedServerConnection$1.onInserting(InjectedServerConnection.java:232)
    23.12 12:07:05 [Server] SEVERE at com.comphenix.protocol.utility.MinecraftReflection.isLoginHandler(MinecraftReflection.java:196)
    23.12 12:07:05 [Server] SEVERE at com.comphenix.protocol.utility.MinecraftReflection.getNetLoginHandlerClass(MinecraftReflection.java:292)
    23.12 12:07:05 [Server] SEVERE at com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:517)
    23.12 12:07:05 [Server] SEVERE at com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:43)
    23.12 12:07:05 [Server] SEVERE java.lang.RuntimeException: Cannot find class NetLoginHandler
    23.12 12:07:05 [Server] SEVERE Exception in thread "Listen thread"
    23.12 12:07:05 [Multicraft] Skipped 5 lines due to rate limit (30/s)
    23.12 12:06:54 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    23.12 12:06:54 [Server] INFO at com.sk89q.worldguard.bukkit.WorldGuardEntityListener.onEndermanPickup(WorldGuardEntityListener.java:733)
    23.12 12:06:54 [Server] INFO Caused by: java.lang.NoSuchMethodError: org.bukkit.event.entity.EntityChangeBlockEvent.getEntity()Lorg/bukkit/entity/LivingEntity;
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.ThreadServerApplication.run(SourceFile:849)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.run(MinecraftServer.java:427)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.q(MinecraftServer.java:494)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.DedicatedServer.r(DedicatedServer.java:224)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.MinecraftServer.r(MinecraftServer.java:580)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.tickEntities(WorldServer.java:443)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.World.tickEntities(World.java:1193)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.World.playerJoinedWorld(World.java:1315)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.WorldServer.entityJoinedWorld(WorldServer.java:546)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.World.entityJoinedWorld(World.java:1334)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.j_(EntityLiving.java:523)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.c(EntitySheep.java:52)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.EntityAnimal.c(SourceFile:33)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.EntityAgeable.c(EntityAgeable.java:64)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.c(EntityLiving.java:1254)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.EntitySheep.bl(EntitySheep.java:44)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.EntityLiving.bl(EntityLiving.java:1457)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalSelector.a(PathfinderGoalSelector.java:104)
    23.12 12:06:54 [Server] INFO at net.minecraft.server.v1_4_6.PathfinderGoalEatTile.e(PathfinderGoalEatTile.java:59)
    23.12 12:06:54 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:441)
    23.12 12:06:54 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.event.CraftEventFactory.callEntityChangeBlockEvent(CraftEventFactory.java:457)
    23.12 12:06:54 [Server] INFO at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
    23.12 12:06:54 [Server] INFO at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
    23.12 12:06:54 [Server] INFO at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    23.12 12:06:54 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    23.12 12:06:54 [Server] INFO org.bukkit.event.EventException
    23.12 12:06:54 [Server] SEVERE Could not pass event EntityChangeBlockEvent to WorldGuard v5.6.5
    23.12 12:06:42 [Server] INFO at java.lang.Thread.run(Thread.java:722)
    23.12 12:06:42 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    23.12 12:06:42 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    23.12 12:06:42 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
    23.12 12:06:42 [Server] INFO at org.bukkit.craftbukkit.v1_4_6.scheduler.CraftTask.run(CraftTask.java:53)
    23.12 12:06:42 [Server] INFO at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:37)
    23.12 12:06:42 [Server] INFO at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
    23.12 12:06:42 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
    23.12 12:06:42 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
    23.12 12:06:42 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
    23.12 12:06:42 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
    23.12 12:06:42 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
    23.12 12:06:42 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
    23.12 12:06:42 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
    23.12 12:06:42 [Server] INFO at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:418)
    23.12 12:06:42 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
    23.12 12:06:42 [Server] INFO org.bukkit.plugin.AuthorNagException:
    23.12 12:06:42 [Server] WARNING Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
     
  2. Offline

    LaxWasHere

    Do you have protocolLib installed? If so remove it.
     
  3. Offline

    Necrodoom

    update essentials, update worldguard
     
Thread Status:
Not open for further replies.

Share This Page