TickNextTick list out of synch

Discussion in 'Bukkit Help' started by Kedama, Apr 1, 2012.

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

    Kedama

    Ive been encountering the following problem randomly, not sure what its caused by, but it prevents players from connecting until the server is restarted.

    Heres the error
    Code:
    2012-04-01 10:19:22 [SEVERE] java.lang.IllegalStateException: TickNextTick list out of synch
    2012-04-01 10:19:22 [SEVERE]    at net.minecraft.server.World.a(World.java:2383)
    2012-04-01 10:19:22 [SEVERE]    at net.minecraft.server.World.doTick(World.java:1758)
    2012-04-01 10:19:22 [SEVERE]    at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
    2012-04-01 10:19:22 [SEVERE]    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
    2012-04-01 10:19:22 [SEVERE]    at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    2012-04-01 10:19:22 [SEVERE] Unexpected exception
    java.lang.IllegalStateException: TickNextTick list out of synch
        at net.minecraft.server.World.a(World.java:2383)
        at net.minecraft.server.World.doTick(World.java:1758)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:541)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:490)
    
    Server has the following specs:
    Code:
    Windows 7 Ultimate 64bit
    4GB of RAM
    Latest version of Java 7 64bit
    AMD Phenom2 X2 560 @4GHZ
    CB Build #2126
    The following plugins are running:
    Code:
    2012-04-01 14:39:51 [INFO] Plugins (15):
    BorderGuard,
    MineBackup,
    WorldEdit,
    xAuth,
    BioMed,
    BKCommonLib,
    ChannelChat,
    PermissionsEx,
    LogBlock,
    LWC,
    mcMMO,
    Essentials,
    EssentialsSpawn,
    EssentialsGeoIP,
    EssentialsChat
    I also tend to get this error randomly when someone logs off, it doesnt seem to cause any problems aside from spam in my console:
    Code:
    2012-03-30 17:13:47 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2012-03-30 17:13:47 [SEVERE]    at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-03-30 17:13:47 [SEVERE]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.net.SocketOutputStream.write(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.io.DataOutputStream.flush(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    2012-03-30 17:13:47 [SEVERE] java.net.SocketException: Connection reset by peer: socket write error
    2012-03-30 17:13:47 [SEVERE]    at java.net.SocketOutputStream.socketWrite0(Native Method)
    2012-03-30 17:13:47 [SEVERE]    at java.net.SocketOutputStream.socketWrite(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.net.SocketOutputStream.write(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.io.BufferedOutputStream.flush(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at java.io.DataOutputStream.flush(Unknown Source)
    2012-03-30 17:13:47 [SEVERE]    at net.minecraft.server.NetworkWriterThread.run(SourceFile:103)
    Any help with these 2 issues would be greatly appreciated, thanks in advance!

    bump

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

    Kedama

    bump

    No one knows how to fix this?

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

    Alectriciti

    I've been getting the same thing with development of my plugins, and it's a little confusing. One of your plugins (most likely one that is using an async repeating task) is getting out of sync with the main thread. You do have a lot of plugins attached, so pinpointing it down to the one plugin that's causing the error may be difficult.
     
Thread Status:
Not open for further replies.

Share This Page