Error help

Discussion in 'Bukkit Help' started by THG3, Jan 26, 2012.

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

    THG3

    I see MyWarp, boosCooldowns, and Spout listed here.
    I need to know which of them is causing this specific error.
    Now, MyWarp triggered the error but it doesn't mean that it's the problem.
    It LOOKS like the problem is coming from boos warmup.

    Code:
    26.01 16:20:18 [Server] INFO Connection reset
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.World.tickEntities(World.java:1196)
    26.01 16:19:33 [Server] INFO java.lang.NullPointerException
    26.01 16:19:33 [Server] SEVERE Unexpected exception
    26.01 16:19:33 [Server] SEVERE    at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    26.01 16:19:33 [Server] SEVERE    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:434)
    26.01 16:19:33 [Server] SEVERE    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
    26.01 16:19:33 [Server] SEVERE    at net.minecraft.server.World.tickEntities(World.java:1196)
    26.01 16:19:33 [Server] SEVERE java.lang.NullPointerException
    26.01 16:19:33 [Server] INFO    ... 8 more
    26.01 16:19:33 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    26.01 16:19:33 [Server] INFO    at me.taylorkelly.mywarp.MyWarp.onCommand(MyWarp.java:434)
    26.01 16:19:33 [Server] INFO    at me.taylorkelly.mywarp.WarpList.warpTo(WarpList.java:111)
    26.01 16:19:33 [Server] INFO    at me.taylorkelly.mywarp.Warp.warp(Warp.java:136)
    26.01 16:19:33 [Server] INFO    at org.bukkit.craftbukkit.entity.CraftEntity.teleport(CraftEntity.java:157)
    26.01 16:19:33 [Server] INFO    at org.bukkit.craftbukkit.entity.CraftPlayer.teleport(CraftPlayer.java:316)
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.NetServerHandler.teleport(NetServerHandler.java:440)
    26.01 16:19:33 [Server] INFO    at org.getspout.spout.SpoutNetServerHandler.sendPacket(SpoutNetServerHandler.java:521)
    26.01 16:19:33 [Server] INFO    at org.getspout.spout.SpoutNetServerHandler.queueOutputPacket(SpoutNetServerHandler.java:530)
    26.01 16:19:33 [Server] INFO    at org.getspout.spout.SpoutNetServerHandler.updateActiveChunks(SpoutNetServerHandler.java:674)
    26.01 16:19:33 [Server] INFO    at org.getspout.spout.SpoutNetServerHandler.playerTeleported(SpoutNetServerHandler.java:806)
    26.01 16:19:33 [Server] INFO    at org.getspout.spout.SpoutNetServerHandler.sendChunkTiles(SpoutNetServerHandler.java:779)
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.WorldServer.getTileEntities(WorldServer.java:146)
    26.01 16:19:33 [Server] INFO Caused by: java.lang.NullPointerException
    26.01 16:19:33 [Server] INFO    at java.util.TimerThread.run(Timer.java:505)
    26.01 16:19:33 [Server] INFO    at java.util.TimerThread.mainLoop(Timer.java:555)
    26.01 16:19:33 [Server] INFO    at cz.boosik.boosCooldown.boosWarmUpTimer.run(boosWarmUpTimer.java:32)
    26.01 16:19:33 [Server] INFO    at org.bukkit.craftbukkit.entity.CraftPlayer.chat(CraftPlayer.java:204)
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
    26.01 16:19:33 [Server] INFO    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
    26.01 16:19:33 [Server] INFO    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:457)
    26.01 16:19:33 [Server] INFO    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
    26.01 16:19:33 [Server] INFO    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    26.01 16:19:33 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'warp' in plugin MyWarp v2.0.1
    26.01 16:19:33 [Server] SEVERE null
     
  2. Offline

    Pezmantbh

    Try removing one of them, and keep doing so until the error stops. When it stops, ensure you have the latest version of the broken plugin ;)
     
  3. Offline

    THG3

    Sorry but that's just not an option.
    My question was which plugin was the problem, I've already provided the error above so there is no need to test anything...
     
  4. Offline

    CainFoool

    Remove Spout.
     
  5. Offline

    Pezmantbh

    I beg to differ. Like you said, there is an error from all three plugins - That is probably due to one of them breaking the other two. If I had to take a guess, I would say it is Spout.
    When you ask for help here, you should be willing and prepared to follow the troubleshooting steps asked - If you aren't willing to follow the troubleshooting steps, why ask for help? :)
     
  6. Offline

    THG3

    Just because there are 3 plugins listed doesn't mean that they are all the problem. Someone who understands what that says can tell exactly what the problems was, infact they have and PM'd me about it and fixed it, and it wasn't Spout.
    On a highly populated server you can't just remove plugins that people depend on whenever you wish. If you ran a server you would understand that. I asked for help from someone who knew what they were talking about not someone who wants to play the trial and error game and guess. There is no "troubleshooting" needed when the error is clearly stated above. Thanks. ":)"
     
  7. Offline

    wires

    so...what was it? im having the same problem
     
Thread Status:
Not open for further replies.

Share This Page