Advertisement
Zimzyx

02/09/14 Out of memory log file

Feb 9th, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 KB | None | 0 0
  1. 2014-02-09 18:29:45 [SERVER] [INFO] Starting integrated minecraft server version 1.6.4
  2. 2014-02-09 18:29:45 [SERVER] [INFO] Generating keypair
  3. 2014-02-09 18:29:47 [SERVER] [INFO] Preparing start region for level 0
  4. 2014-02-09 18:29:48 [SERVER] [INFO] Preparing spawn area: 61%
  5. 2014-02-09 18:29:49 [SERVER] [INFO] Preparing spawn area: 76%
  6. 2014-02-09 18:29:51 [SERVER] [INFO] Zimzyx[/127.0.0.1:0] logged in with entity id 359 at (-158.18484357141327, 70.0, 96.57519170257339)
  7. 2014-02-09 18:29:51 [SERVER] [INFO] Zimzyx joined the game
  8. 2014-02-09 18:29:53 [SERVER] [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  9. 2014-02-09 18:30:10 [SERVER] [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  10. 2014-02-09 18:30:36 [SERVER] [WARNING] The save is being accessed from another location, aborting
  11. 2014-02-09 18:31:21 [SERVER] [WARNING] The save is being accessed from another location, aborting
  12. 2014-02-09 18:31:44 [SERVER] [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  13. 2014-02-09 18:32:07 [SERVER] [WARNING] The save is being accessed from another location, aborting
  14. 2014-02-09 18:32:52 [SERVER] [WARNING] The save is being accessed from another location, aborting
  15. 2014-02-09 18:32:58 [SERVER] [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  16. 2014-02-09 18:33:38 [SERVER] [WARNING] The save is being accessed from another location, aborting
  17. 2014-02-09 18:34:24 [SERVER] [WARNING] The save is being accessed from another location, aborting
  18. 2014-02-09 18:34:28 [SERVER] [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  19. 2014-02-09 18:34:48 [SERVER] [WARNING] Zimzyx moved wrongly!
  20. 2014-02-09 18:34:56 [SERVER] [INFO] Saving and pausing game...
  21. 2014-02-09 18:34:56 [SERVER] [INFO] Saving chunks for level 'Finally'/Overworld
  22. 2014-02-09 18:34:56 [SERVER] [WARNING] The save is being accessed from another location, aborting
  23. 2014-02-09 18:34:56 [SERVER] [INFO] Saving chunks for level 'Finally'/Nether
  24. 2014-02-09 18:34:58 [SERVER] [INFO] Saving chunks for level 'Finally'/The Moo Moo Farm
  25. 2014-02-09 18:34:58 [SERVER] [INFO] Saving chunks for level 'Finally'/Underdark
  26. 2014-02-09 18:34:58 [SERVER] [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  27. 2014-02-09 18:35:32 [SERVER] [WARNING] Can't keep up! Did the system time change, or is the server overloaded?
  28. 2014-02-09 18:35:59 [SERVER] [SEVERE] Encountered an unexpected exception OutOfMemoryError
  29. java.lang.OutOfMemoryError: GC overhead limit exceeded
  30. at net.minecraft.world.chunk.storage.ExtendedBlockStorage.<init>(SourceFile:22)
  31. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75823_a(AnvilChunkLoader.java:375)
  32. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75822_a(AnvilChunkLoader.java:103)
  33. at net.minecraft.world.chunk.storage.AnvilChunkLoader.func_75815_a(AnvilChunkLoader.java:83)
  34. at net.minecraft.world.gen.ChunkProviderServer.func_73239_e(ChunkProviderServer.java:182)
  35. at net.minecraft.world.gen.ChunkProviderServer.func_73158_c(ChunkProviderServer.java:118)
  36. at net.minecraft.server.management.PlayerInstance.<init>(PlayerInstance.java:43)
  37. at net.minecraft.server.management.PlayerManager.func_72690_a(SourceFile:208)
  38. at net.minecraft.server.management.PlayerManager.func_72683_a(SourceFile:240)
  39. at net.minecraft.server.management.ServerConfigurationManager.func_72375_a(ServerConfigurationManager.java:220)
  40. at com.xcompwiz.mystcraft.linking.LinkController.teleportEntity(LinkController.java:118)
  41. at com.xcompwiz.mystcraft.linking.LinkController.travelEntity(LinkController.java:60)
  42. at com.xcompwiz.mystcraft.tileentity.TileEntityBookDisplay.link(TileEntityBookDisplay.java:79)
  43. at com.xcompwiz.mystcraft.inventory.ContainerBook.processMessage(ContainerBook.java:278)
  44. at com.xcompwiz.mystcraft.network.MPacketGUIMessage.handle(MPacketGUIMessage.java:36)
  45. at com.xcompwiz.mystcraft.network.MystcraftPacketHandler.onPacketData(MystcraftPacketHandler.java:45)
  46. at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:255)
  47. at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:245)
  48. at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:85)
  49. at net.minecraft.network.NetServerHandler.func_72501_a(NetServerHandler.java:1130)
  50. at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(SourceFile:61)
  51. at net.minecraft.network.MemoryConnection.func_74428_b(MemoryConnection.java:89)
  52. at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:141)
  53. at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java:54)
  54. at net.minecraft.server.integrated.IntegratedServerListenThread.func_71747_b(IntegratedServerListenThread.java:109)
  55. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:691)
  56. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:587)
  57. at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:129)
  58. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:484)
  59. at net.minecraft.server.ThreadMinecraftServer.run(SourceFile:583)
  60. 2014-02-09 18:36:05 [SERVER] [INFO] Stopping server
  61. 2014-02-09 18:36:05 [SERVER] [INFO] Saving players
  62. 2014-02-09 18:36:07 [SERVER] [INFO] Zimzyx left the game
  63. 2014-02-09 18:36:10 [SERVER] [INFO] Saving worlds
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement