Disconnected by Server: Internal Server Error???

Discussion in 'Bukkit Help' started by SilvrShadw, Apr 23, 2012.

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

    SilvrShadw

    [WARNING] Failed to handle packet: java.lang.NullPointerException
    java.lang.NullPointerException
    at net.minecraft.server.World.mayPlace(World.java:2551)
    at net.minecraft.server.ItemBlock.interactWith(ItemBlock.java:64)
    at net.minecraft.server.ItemStack.placeItem(ItemStack.java:83)
    at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:303)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:636)
    at net.minecraft.server.Packet15Place.handle(SourceFile:39)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
    at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)

    this only happens when i try and place a powered rail on my server. i havent run across any other blocks that cause this yet. as soon as it is placed, i get kicked off and "Internal Server Error" screen appears.

    Heres a list of my installed plugins:

    ChestShop
    craftscripts
    Essentials
    EssentialsGeoIP
    EssentialsXMPP
    Factions
    FalseBook
    iConomy
    MobDisguise
    OpenInv
    PluginMetrics
    PluginStats
    Reservations
    SOURCE
    Spout
    UltimateArena
    WorldEdit
    WorldGuard

    if you need any more info, just say so.

    Thanks
     
  2. Offline

    quickclay

    I would start by deleting your playername.dat file from your worlds folder, then logging in again. Your .dat file could've been corrupted. Failing that, disable all plugins and test, then start adding them one by one, with the most likely first.
     
  3. Offline

    ZeroZX4

    1st try without plugins to be sure that is plugin problem

    than try what quickclay said cause i think it is plugin problem but quickclay can be right
     
  4. Offline

    Lolmewn

    Seems to be a bukkit error, as no plugins are involved in the stacktrace. (see that dot? That's how you should spell)
    However, it might be Spout. Try your server without spout, and if it still does it, report it to http://leaky.bukkit.org/
     
  5. Offline

    Wulfspider

    Nothing to do with SpoutPlugin :p
     
  6. Offline

    Lolmewn

    I saw
    Code:
    at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:169)
    That's why I thought it might.
     
  7. Offline

    Wulfspider

    That's only there because of the portions of CraftBukkit that we reflect, override and such. ;)
     
  8. Offline

    Lolmewn

    Ah, that clears stuff up :)
     
Thread Status:
Not open for further replies.

Share This Page