Nether isn't working!

Discussion in 'Bukkit Help' started by a_sulaitiqa97, Sep 15, 2011.

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

    a_sulaitiqa97

    Hello,
    I connected to the nether and it just keep kicking me and I can't even move/leave the nether
    Error log:
    2011-09-15 09:06:38 [INFO] a_sulaitiqa97 [/89.211.157.196:59212] logged in with entity id 35987 at ([AoGamers_nether] -21.0, 61.0, -24.0)
    2011-09-15 09:06:39 [INFO] a_sulaitiqa97 lost connection: disconnect.overflow
    2011-09-15 09:06:39 [INFO] Connection reset
    2011-09-15 09:06:39 [SEVERE] java.net.SocketException: Socket closed
    2011-09-15 09:06:39 [SEVERE] at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-09-15 09:06:39 [SEVERE] at java.net.SocketOutputStream.write(Unknown Source)
    2011-09-15 09:06:39 [SEVERE] at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-09-15 09:06:39 [SEVERE] at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-09-15 09:06:39 [SEVERE] at java.io.DataOutputStream.flush(Unknown Source)
    2011-09-15 09:06:39 [SEVERE] at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)

    I am not quiet sure if it's Bukkit or Minecraft core issue, I already posted on Minecraftforums and this forums to make sure :D
     
  2. Offline

    panade

    same here :-(

    Code:
    2011-10-01 23:25:35 [SEVERE] java.net.SocketException: Socket closed
    2011-10-01 23:25:35 [SEVERE]     at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2011-10-01 23:25:35 [SEVERE]     at java.net.SocketOutputStream.write(Unknown Source)
    2011-10-01 23:25:35 [SEVERE]     at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2011-10-01 23:25:35 [SEVERE]     at java.io.BufferedOutputStream.flush(Unknown Source)
    2011-10-01 23:25:35 [INFO] panade lost connection: disconnect.overflow
    2011-10-01 23:25:35 [SEVERE]     at java.io.DataOutputStream.flush(Unknown Source)
    2011-10-01 23:25:35 [SEVERE]     at net.minecraft.server.NetworkWriterThread.run(SourceFile:104)
     
  3. Offline

    Lookatmego

    its not bukkit nor minecraft what plugins you running?
     
  4. Offline

    Joren

    It is bukkit. Just verified the problem on bukkit 1317 with no plugins installed; was also happening on previous RBs.

    Going on the theory that it results from Minecraft sending too many small packets at once (some Googling seemed to agree with this) I managed to fix it by stopping the server, opening bukkit.yml, changing ping-packet-limit to a lower value, and starting it back up again. Default was 100, tried changing it to 25, and it worked. Not sure what the implications of having a lower value are other than that it works again.

    -- Joren

    Interesting. The issue cropped up again, along with a bunch of "can't keep up" messages whenever someone's in the Nether. However, it seems to resolve after reconnecting enough times... maybe the setting is only a partial answer, or maybe it was coincidental.

    After Googling, looks like the effect of the setting is to limit the maximum number of packets per tick being sent out.

    -- Joren

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

    Omen

    We also cannot stay connected to any nether worlds....
     
  6. Offline

    mrvertigo27

    is this still present in 1337?
     
  7. Offline

    Omen

    yes it is....nether still not working for me.
     
Thread Status:
Not open for further replies.

Share This Page