Ticking entity...?

Discussion in 'Bukkit Help' started by Pitazzo, Oct 20, 2014.

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

    Pitazzo

    Hi guys,

    for some reason, I've been experimenting this problem for a couple of hours withut having changed anything in my server.
    Whenever a concrete player joins the server, the server crashs with the following message:

    Code:java
    1. 2014-10-21 00:25:27 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    2. 2014-10-21 00:26:00 [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
    3. 2014-10-21 00:26:09 [SEVERE] Exception in thread "Connection #6 read thread"
    4. 2014-10-21 00:26:09 [SEVERE] java.lang.OutOfMemoryError: GC overhead limit exceeded
    5. 2014-10-21 00:26:10 [SEVERE] at java.lang.Long.valueOf(Long.java:577)
    6. 2014-10-21 00:26:11 [SEVERE] at net.minecraft.server.v1_6_R3.PacketCounter.a(SourceFile:50)
    7. 2014-10-21 00:26:11 [SEVERE] at net.minecraft.server.v1_6_R3.Packet.a(Packet.java:129)
    8. 2014-10-21 00:26:11 [SEVERE] at net.minecraft.server.v1_6_R3.NetworkManager.i(NetworkManager.java:195)
    9. 2014-10-21 00:26:11 [SEVERE] at net.minecraft.server.v1_6_R3.NetworkManager.c(NetworkManager.java:351)
    10. 2014-10-21 00:26:12 [SEVERE] at net.minecraft.server.v1_6_R3.NetworkReaderThread.run(SourceFile:94)
    11. 2014-10-21 00:26:27 [SEVERE] net.minecraft.server.v1_6_R3.ReportedException: Ticking entity
    12. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:578)
    13. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
    14. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
    15. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
    16. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
    17. 2014-10-21 00:26:27 [SEVERE] Caused by: java.lang.OutOfMemoryError: Java heap space
    18. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.Packet56MapChunkBulk.<init>(Packet56MapChunkBulk.java:50)
    19. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.EntityPlayer.l_(EntityPlayer.java:202)
    20. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.World.entityJoinedWorld(World.java:1354)
    21. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.World.playerJoinedWorld(World.java:1335)
    22. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.World.tickEntities(World.java:1223)
    23. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.WorldServer.tickEntities(WorldServer.java:480)
    24. 2014-10-21 00:26:27 [SEVERE] at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:574)
    25. 2014-10-21 00:26:27 [SEVERE] ... 4 more
    26. 2014-10-21 00:26:27 [SEVERE] Encountered an unexpected exception ReportedException
    27. net.minecraft.server.v1_6_R3.ReportedException: Ticking entity
    28. at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:578)
    29. at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:227)
    30. at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:488)
    31. at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:421)
    32. at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
    33. Caused by: java.lang.OutOfMemoryError: Java heap space
    34. at net.minecraft.server.v1_6_R3.Packet56MapChunkBulk.<init>(Packet56MapChunkBulk.java:50)
    35. at net.minecraft.server.v1_6_R3.EntityPlayer.l_(EntityPlayer.java:202)
    36. at net.minecraft.server.v1_6_R3.World.entityJoinedWorld(World.java:1354)
    37. at net.minecraft.server.v1_6_R3.World.playerJoinedWorld(World.java:1335)
    38. at net.minecraft.server.v1_6_R3.World.tickEntities(World.java:1223)
    39. at net.minecraft.server.v1_6_R3.WorldServer.tickEntities(WorldServer.java:480)
    40. at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:574)
    41. ... 4 more
    42. 2014-10-21 00:26:27 [SEVERE] Could not save crash report to ./crash-reports/crash-2014-10-21_00.26.27-server.txt
    43. java.io.FileNotFoundException: ./crash-reports/crash-2014-10-21_00.26.27-server.txt (Permission denied)
    44. at java.io.FileOutputStream.open(Native Method)
    45. at java.io.FileOutputStream.<init>(FileOutputStream.java:221)
    46. at java.io.FileOutputStream.<init>(FileOutputStream.java:171)
    47. at java.io.FileWriter.<init>(FileWriter.java:90)
    48. at net.minecraft.server.v1_6_R3.CrashReport.a(CrashReport.java:142)
    49. at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:443)
    50. at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
    51. 2014-10-21 00:26:27 [SEVERE] We were unable to save this crash report to disk.
    52. 2014-10-21 00:28:45 [INFO] Read timed out


    I've done a research in google about that "tricking entity" and I've tried already done the things that other people with the same problem did like scanning my world with Minecraft-Region-Fixer, whitout success. Also, there aren't any strange entity in the area where our problematic player spawns, like custom mobs or thing like these.

    Any help will be appreciated,
    thanks in advance.

    P.S: Banning the player isn't an option.
     
  2. Offline

    tcvs

    Pitazzo Your server seems to be running out of memory. How much ram do you have set to your server? it is possible you have some sort of memory leak. I would recommend try launching with default minecraft server and see if the problem persists.
     
  3. Offline

    Pitazzo

    tcvs My server has 5Gb of RAM memory, and there was just one player online. There are a lot of plugins, including my own, whuch is a little bit heavy, but for months it has been more than enough.

    I've to say that we use a custom minecraft client which needs to preload some cache brefore leting the player join the server, and the client of that concrete player who causes the crash takes a lot of time to join, actually, when the server crashes the player wasn't able to join yet.

    Thanks in advance.
     
  4. Offline

    tcvs

    Pitazzo So are you working on a modified server?? I think it might have to do with that pre check then. Can you try connecting with the normal client?
     
  5. Offline

    Pitazzo

    tcvs yeah, that was my next option, but I have not been able to contact with the player yet. If you're interested, the client is just Spoutcraft.
     
Thread Status:
Not open for further replies.

Share This Page