Advertisement
Guest User

Untitled

a guest
Mar 24th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.39 KB | None | 0 0
  1. [09:09:16] [HikariPool-1 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=50s754ms451µs173ns).
  2. [09:09:53] [pool-4-thread-360/INFO] [net.minecraft.server.dedicated.DedicatedServer]: [Broadcast] Support and help the server grow by voting! To vote, visit our website or do /vote! [Website]
  3. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  4. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.Executors$DefaultThreadFactory.newThread(Executors.java:612)
  5. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:619)
  6. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:932)
  7. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1378)
  8. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:112)
  9. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.common.scheduler.AsyncScheduler.executeTaskRunnable(AsyncScheduler.java:133)
  10. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.common.scheduler.SchedulerBase.startTask(SchedulerBase.java:183)
  11. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.common.scheduler.SchedulerBase.processTask(SchedulerBase.java:169)
  12. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.common.scheduler.SchedulerBase$$Lambda$502/731355638.accept(Unknown Source)
  13. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ConcurrentHashMap$ValuesView.forEach(ConcurrentHashMap.java:4707)
  14. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:112)
  15. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.common.scheduler.AsyncScheduler.mainLoop(AsyncScheduler.java:66)
  16. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at org.spongepowered.common.scheduler.AsyncScheduler$$Lambda$101/1452414600.run(Unknown Source)
  17. [09:10:11] [Sponge Async Scheduler Thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
  18. [09:10:32] [Server thread/ERROR] [Sponge]: Could not pass LoadWorldEvent$Impl to Plugin{id=griefprevention, name=GriefPrevention, version=1.12.2-4.3.0.679, description=This plugin is designed to prevent all forms of grief., url=https://github.com/MinecraftPortCentral/GriefPrevention, source=./mods/griefprevention-1.12.2-4.3.0.679.jar}
  19. java.lang.OutOfMemoryError: GC overhead limit exceeded
  20. at java.util.Arrays.copyOfRange(Arrays.java:3664) ~[?:1.8.0_161]
  21. at java.lang.String.<init>(String.java:207) ~[?:1.8.0_161]
  22. at java.lang.String.substring(String.java:1969) ~[?:1.8.0_161]
  23. at java.io.UnixFileSystem.parentOrNull(UnixFileSystem.java:227) ~[?:1.8.0_161]
  24. at java.io.UnixFileSystem.canonicalize(UnixFileSystem.java:160) ~[?:1.8.0_161]
  25. at java.io.File.getCanonicalPath(File.java:618) ~[?:1.8.0_161]
  26. at java.io.FilePermission$1.run(FilePermission.java:215) ~[?:1.8.0_161]
  27. at java.io.FilePermission$1.run(FilePermission.java:203) ~[?:1.8.0_161]
  28. at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_161]
  29. at java.io.FilePermission.init(FilePermission.java:203) ~[?:1.8.0_161]
  30. at java.io.FilePermission.<init>(FilePermission.java:277) ~[?:1.8.0_161]
  31. at java.lang.SecurityManager.checkRead(SecurityManager.java:888) ~[?:1.8.0_161]
  32. at java.io.File.isFile(File.java:877) ~[?:1.8.0_161]
  33. at me.ryanhamshire.griefprevention.FlatFileDataStore.loadPlayerData(FlatFileDataStore.java:310) ~[FlatFileDataStore.class:1.12.2-4.3.0.679]
  34. at me.ryanhamshire.griefprevention.FlatFileDataStore.loadWorldData(FlatFileDataStore.java:213) ~[FlatFileDataStore.class:1.12.2-4.3.0.679]
  35. at me.ryanhamshire.griefprevention.listener.WorldEventHandler.onWorldLoad(WorldEventHandler.java:63) ~[WorldEventHandler.class:1.12.2-4.3.0.679]
  36. at org.spongepowered.common.event.listener.LoadWorldEventListener_WorldEventHandler_onWorldLoad326.handle(Unknown Source) ~[?:?]
  37. at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95) ~[RegisteredListener.class:1.12.2-2768-7.1.6-RC3613]
  38. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:383) ~[SpongeModEventManager.class:1.12.2-2768-7.1.6-RC3613]
  39. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:333) ~[SpongeModEventManager.class:1.12.2-2768-7.1.6-RC3613]
  40. at org.spongepowered.mod.event.SpongeModEventManager.extendedPost(SpongeModEventManager.java:435) ~[SpongeModEventManager.class:1.12.2-2768-7.1.6-RC3613]
  41. at org.spongepowered.mod.event.SpongeModEventManager.post(SpongeModEventManager.java:404) ~[SpongeModEventManager.class:1.12.2-2768-7.1.6-RC3613]
  42. at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:465) ~[SpongeEventManager.class:1.12.2-2768-7.1.6-RC3613]
  43. at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:246) ~[SpongeImpl.class:1.12.2-2768-7.1.6-RC3613]
  44. at org.spongepowered.common.world.WorldManager.createWorldFromProperties(WorldManager.java:824) ~[WorldManager.class:1.12.2-2768-7.1.6-RC3613]
  45. at org.spongepowered.common.world.WorldManager.loadWorld(WorldManager.java:628) ~[WorldManager.class:1.12.2-2768-7.1.6-RC3613]
  46. at org.spongepowered.common.world.WorldManager.loadWorld(WorldManager.java:569) ~[WorldManager.class:1.12.2-2768-7.1.6-RC3613]
  47. at net.minecraftforge.common.DimensionManager.initDimension(DimensionManager.java:809) ~[DimensionManager.class:?]
  48. at net.minecraft.server.MinecraftServer.func_71218_a(MinecraftServer.java:5629) ~[MinecraftServer.class:?]
  49. at net.minecraft.entity.Entity.func_184204_a(Entity.java:2543) ~[vg.class:?]
  50. at net.minecraft.entity.Entity.func_70030_z(Entity.java:442) ~[vg.class:?]
  51. at net.minecraft.entity.EntityLivingBase.func_70030_z(EntityLivingBase.java:226) ~[vp.class:?]
  52. [09:11:23] [Chunk I/O Executor Thread-1/ERROR] [FML]: Unhandled exception loading chunk:
  53. java.lang.OutOfMemoryError: GC overhead limit exceeded
  54. at java.util.HashMap.resize(HashMap.java:704) ~[?:1.8.0_161]
  55. at java.util.HashMap.putVal(HashMap.java:629) ~[?:1.8.0_161]
  56. at java.util.HashMap.put(HashMap.java:612) ~[?:1.8.0_161]
  57. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:60) ~[fy.class:?]
  58. at net.minecraft.nbt.NBTTagList.func_152446_a(NBTTagList.java:63) ~[ge.class:?]
  59. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:496) ~[fy.class:?]
  60. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58) ~[fy.class:?]
  61. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:496) ~[fy.class:?]
  62. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58) ~[fy.class:?]
  63. at net.minecraft.nbt.NBTTagCompound.func_152449_a(NBTTagCompound.java:496) ~[fy.class:?]
  64. at net.minecraft.nbt.NBTTagCompound.func_152446_a(NBTTagCompound.java:58) ~[fy.class:?]
  65. at net.minecraft.nbt.CompressedStreamTools.func_152455_a(CompressedStreamTools.java:133) ~[gi.class:?]
  66. at net.minecraft.nbt.CompressedStreamTools.func_152456_a(CompressedStreamTools.java:88) ~[gi.class:?]
  67. at net.minecraft.nbt.CompressedStreamTools.func_74794_a(CompressedStreamTools.java:83) ~[gi.class:?]
  68. at net.minecraft.world.chunk.storage.AnvilChunkLoader.loadChunk__Async(AnvilChunkLoader.java:89) ~[aye.class:?]
  69. at net.minecraftforge.common.chunkio.ChunkIOProvider.run(ChunkIOProvider.java:70) ~[ChunkIOProvider.class:?]
  70. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_161]
  71. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_161]
  72. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  73. [09:11:47] [Chunk I/O Executor Thread-1/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  74. x: 267
  75. z: 2010
  76. world: world
  77. dimension: 0
  78. provider: net.minecraft.world.WorldProviderSurface
  79. }
  80. [09:12:10] [Chunk I/O Executor Thread-1/ERROR] [FML]: World: (4272,64,32160), Chunk: (at 0,4,0 in 267,2010; contains blocks 4272,0,32160 to 4287,255,32175), Region: (8,62; contains chunks 256,1984 to 287,2015, blocks 4096,0,31744 to 4607,255,32255)
  81. [09:12:25] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  82. [09:12:25] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  83. [09:12:25] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOThreadPoolExecutor.afterExecute(ChunkIOThreadPoolExecutor.java:56)
  84. [09:12:25] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
  85. [09:12:25] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  86. [09:12:25] [Chunk I/O Executor Thread-1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
  87. [09:12:57] [pool-4-thread-359/ERROR] [Sponge]: The Scheduler tried to run the task nucleus-A-67 owned by Plugin{id=nucleus, name=Nucleus, version=1.4.6-S7.0, description=The Ultimate Essentials Plugin., url=http://nucleuspowered.org, source=./mods/Nucleus-1.4.6-S7.0-MC1.12.2-plugin (1).jar}, but an error occured.
  88. java.lang.OutOfMemoryError: GC overhead limit exceeded
  89. [09:14:27] [HikariPool-2 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-2 - Thread starvation or clock leap detected (housekeeper delta=47s613ms68µs399ns).
  90. [09:14:31] [Server thread/INFO] [STDOUT]: [net.minecraft.crash.CrashReport:func_85057_a:300]: Negative index in crash report handler (0/11)
  91. [09:14:31] [HikariPool-3 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-3 - Thread starvation or clock leap detected (housekeeper delta=47s613ms29µs492ns).
  92. [09:14:31] [HikariPool-1 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=47s613ms29µs602ns).
  93. [09:14:31] [Chunk I/O Executor Thread-2/ERROR] [FML]: Unhandled exception loading chunk:
  94. java.lang.OutOfMemoryError: GC overhead limit exceeded
  95. [09:14:31] [Chunk I/O Executor Thread-2/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  96. x: 271
  97. z: 2010
  98. world: world
  99. dimension: 0
  100. provider: net.minecraft.world.WorldProviderSurface
  101. }
  102. [09:14:31] [Query Listener #1/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  103. [09:14:31] [Chunk I/O Executor Thread-2/ERROR] [FML]: World: (4336,64,32160), Chunk: (at 0,4,0 in 271,2010; contains blocks 4336,0,32160 to 4351,255,32175), Region: (8,62; contains chunks 256,1984 to 287,2015, blocks 4096,0,31744 to 4607,255,32255)
  104. [09:14:31] [Chunk I/O Executor Thread-2/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  105. [09:14:31] [Chunk I/O Executor Thread-2/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  106. [09:14:50] [Chunk I/O Executor Thread-2/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOThreadPoolExecutor.afterExecute(ChunkIOThreadPoolExecutor.java:56)
  107. [09:14:50] [Chunk I/O Executor Thread-2/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
  108. [09:14:54] [Chunk I/O Executor Thread-2/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  109. [09:15:13] [HikariPool-1 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=1m10s140ms697µs624ns).
  110. [09:15:18] [Chunk I/O Executor Thread-2/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
  111. [09:15:43] [Server thread/WARN] [net.minecraft.network.NetworkSystem]: Failed to handle packet for /88.192.33.34:40909
  112. net.minecraft.util.ReportedException: Ticking player
  113. at net.minecraft.entity.player.EntityPlayerMP.func_71127_g(EntityPlayerMP.java:459) ~[oq.class:?]
  114. at net.minecraft.network.NetHandlerPlayServer.redirect$onPlayerTick$zja000(NetHandlerPlayServer.java:2053) ~[pa.class:?]
  115. at net.minecraft.network.NetHandlerPlayServer.func_73660_a(NetHandlerPlayServer.java:173) ~[pa.class:?]
  116. at net.minecraftforge.fml.common.network.handshake.NetworkDispatcher$1.func_73660_a(NetworkDispatcher.java:209) ~[NetworkDispatcher$1.class:?]
  117. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:285) ~[gw.class:?]
  118. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:180) [oz.class:?]
  119. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:790) [MinecraftServer.class:?]
  120. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397) [nz.class:?]
  121. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668) [MinecraftServer.class:?]
  122. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526) [MinecraftServer.class:?]
  123. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_161]
  124. Caused by: java.lang.OutOfMemoryError: GC overhead limit exceeded
  125. [09:16:07] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Encountered an unexpected exception
  126. java.lang.OutOfMemoryError: GC overhead limit exceeded
  127. [09:16:31] [Chunk I/O Executor Thread-3/ERROR] [FML]: Unhandled exception loading chunk:
  128. java.lang.OutOfMemoryError: GC overhead limit exceeded
  129. [09:16:36] [Chunk I/O Executor Thread-3/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  130. x: 272
  131. z: 2010
  132. world: world
  133. dimension: 0
  134. provider: net.minecraft.world.WorldProviderSurface
  135. }
  136. [09:16:36] [Chunk I/O Executor Thread-3/ERROR] [FML]: World: (4352,64,32160), Chunk: (at 0,4,0 in 272,2010; contains blocks 4352,0,32160 to 4367,255,32175), Region: (8,62; contains chunks 256,1984 to 287,2015, blocks 4096,0,31744 to 4607,255,32255)
  137. [09:16:36] [Chunk I/O Executor Thread-3/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  138. [09:16:36] [Chunk I/O Executor Thread-3/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  139. [09:16:36] [Chunk I/O Executor Thread-3/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOThreadPoolExecutor.afterExecute(ChunkIOThreadPoolExecutor.java:56)
  140. [09:17:13] [Netty Epoll Server IO #1/ERROR] [Sponge]: Could not pass ClientConnectionEvent$Auth$Impl to Plugin{id=luckperms, name=LuckPerms, version=4.3.94, description=A permissions plugin, url=https://luckperms.github.io, authors=[Luck], source=./mods/LuckPerms-Sponge-4.3.94.jar}
  141. java.lang.OutOfMemoryError: GC overhead limit exceeded
  142. [09:17:27] [Chunk I/O Executor Thread-3/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
  143. [09:17:36] [Chunk I/O Executor Thread-3/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  144. [09:18:05] [HikariPool-1 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=51s903ms704µs956ns).
  145. [09:18:47] [Chunk I/O Executor Thread-4/ERROR] [FML]: Unhandled exception loading chunk:
  146. java.lang.OutOfMemoryError: GC overhead limit exceeded
  147. [09:18:47] [Chunk I/O Executor Thread-4/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  148. x: 273
  149. z: 2010
  150. world: world
  151. dimension: 0
  152. provider: net.minecraft.world.WorldProviderSurface
  153. }
  154. [09:18:47] [Chunk I/O Executor Thread-4/ERROR] [FML]: World: (4368,64,32160), Chunk: (at 0,4,0 in 273,2010; contains blocks 4368,0,32160 to 4383,255,32175), Region: (8,62; contains chunks 256,1984 to 287,2015, blocks 4096,0,31744 to 4607,255,32255)
  155. [09:18:47] [Chunk I/O Executor Thread-4/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  156. [09:19:05] [Chunk I/O Executor Thread-4/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  157. [09:19:05] [Chunk I/O Executor Thread-4/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOThreadPoolExecutor.afterExecute(ChunkIOThreadPoolExecutor.java:56)
  158. [09:19:10] [Chunk I/O Executor Thread-4/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
  159. [09:19:10] [Chunk I/O Executor Thread-4/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  160. [09:19:10] [Chunk I/O Executor Thread-4/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
  161. [09:19:20] [Server thread/INFO] [STDOUT]: [net.minecraft.crash.CrashReport:func_85057_a:300]: Negative index in crash report handler (0/5)
  162. [09:19:47] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: Stopping server
  163. [09:20:23] [Chunk I/O Executor Thread-5/ERROR] [FML]: Unhandled exception loading chunk:
  164. java.lang.OutOfMemoryError: GC overhead limit exceeded
  165. [09:20:23] [Chunk I/O Executor Thread-5/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  166. x: 274
  167. z: 2010
  168. world: world
  169. dimension: 0
  170. provider: net.minecraft.world.WorldProviderSurface
  171. }
  172. [09:20:23] [Chunk I/O Executor Thread-5/ERROR] [FML]: World: (4384,64,32160), Chunk: (at 0,4,0 in 274,2010; contains blocks 4384,0,32160 to 4399,255,32175), Region: (8,62; contains chunks 256,1984 to 287,2015, blocks 4096,0,31744 to 4607,255,32255)
  173. [09:20:23] [Chunk I/O Executor Thread-5/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  174. [09:20:28] [Chunk I/O Executor Thread-5/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  175. [09:20:42] [Chunk I/O Executor Thread-5/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOThreadPoolExecutor.afterExecute(ChunkIOThreadPoolExecutor.java:56)
  176. [09:20:42] [Server thread/ERROR] [net.minecraft.server.MinecraftServer]: Exception stopping the server
  177. java.lang.OutOfMemoryError: GC overhead limit exceeded
  178. [09:20:52] [Chunk I/O Executor Thread-5/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
  179. [09:20:52] [Chunk I/O Executor Thread-5/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  180. [09:20:52] [Chunk I/O Executor Thread-5/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
  181. [09:21:14] [Chunk I/O Executor Thread-6/ERROR] [FML]: Unhandled exception loading chunk:
  182. java.lang.OutOfMemoryError: GC overhead limit exceeded
  183. [09:21:14] [Chunk I/O Executor Thread-6/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  184. x: -178
  185. z: 2250
  186. world: world
  187. dimension: 0
  188. provider: net.minecraft.world.WorldProviderSurface
  189. }
  190. [09:21:14] [Chunk I/O Executor Thread-6/ERROR] [FML]: World: (-2848,64,36000), Chunk: (at 0,4,0 in -178,2250; contains blocks -2848,0,36000 to -2833,255,36015), Region: (-6,70; contains chunks -192,2240 to -161,2271, blocks -3072,0,35840 to -2561,255,36351)
  191. [09:21:14] [Chunk I/O Executor Thread-6/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  192. [09:21:28] [Chunk I/O Executor Thread-6/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  193. [09:22:36] [Server thread/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  194. [09:22:36] [HikariPool-1 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=45s437ms628µs484ns).
  195. [09:23:14] [Chunk I/O Executor Thread-7/ERROR] [FML]: Unhandled exception loading chunk:
  196. java.lang.OutOfMemoryError: GC overhead limit exceeded
  197. [09:23:19] [Chunk I/O Executor Thread-7/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  198. x: -178
  199. z: 2252
  200. world: world
  201. dimension: 0
  202. provider: net.minecraft.world.WorldProviderSurface
  203. }
  204. [09:23:19] [Chunk I/O Executor Thread-7/ERROR] [FML]: World: (-2848,64,36032), Chunk: (at 0,4,0 in -178,2252; contains blocks -2848,0,36032 to -2833,255,36047), Region: (-6,70; contains chunks -192,2240 to -161,2271, blocks -3072,0,35840 to -2561,255,36351)
  205. [09:23:19] [Chunk I/O Executor Thread-7/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  206. [09:23:19] [Chunk I/O Executor Thread-7/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  207. [09:23:19] [Chunk I/O Executor Thread-7/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOThreadPoolExecutor.afterExecute(ChunkIOThreadPoolExecutor.java:56)
  208. [09:23:19] [Chunk I/O Executor Thread-7/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
  209. [09:23:19] [Chunk I/O Executor Thread-7/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  210. [09:23:19] [Chunk I/O Executor Thread-7/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Thread.run(Thread.java:748)
  211. [09:23:38] [Chunk I/O Executor Thread-8/ERROR] [FML]: Unhandled exception loading chunk:
  212. java.lang.OutOfMemoryError: GC overhead limit exceeded
  213. [09:23:48] [Chunk I/O Executor Thread-8/ERROR] [FML]: net.minecraftforge.common.chunkio.QueuedChunk {
  214. x: -178
  215. z: 2255
  216. world: world
  217. dimension: 0
  218. provider: net.minecraft.world.WorldProviderSurface
  219. }
  220. [09:24:07] [Chunk I/O Executor Thread-8/ERROR] [FML]: World: (-2848,64,36080), (Error finding chunk loc), Region: (-6,70; contains chunks -192,2240 to -161,2271, blocks -3072,0,35840 to -2561,255,36351)
  221. [09:25:21] [HikariPool-1 housekeeper/WARN] [com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Thread starvation or clock leap detected (housekeeper delta=49s819ms348µs703ns).
  222. [09:25:21] [Snooper Timer/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  223. [09:25:50] [Chunk I/O Executor Thread-9/ERROR] [FML]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  224. [09:26:09] [Chunk I/O Executor Thread-9/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  225. [09:28:36] [Server Watchdog/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  226. [09:29:06] [Chunk I/O Executor Thread-10/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  227. [09:28:46] [Chunk I/O Executor Thread-11/ERROR] [FML]: Unhandled exception loading chunk:
  228. java.lang.OutOfMemoryError: GC overhead limit exceeded
  229. [09:30:48] [Chunk I/O Executor Thread-11/ERROR] [FML]: java.lang.OutOfMemoryError: GC overhead limit exceeded
  230. [09:31:17] [Chunk I/O Executor Thread-11/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: java.lang.IllegalMonitorStateException
  231. [09:31:22] [Chunk I/O Executor Thread-11/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.lang.Object.notifyAll(Native Method)
  232. [09:32:44] [Chunk I/O Executor Thread-11/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at net.minecraftforge.common.chunkio.ChunkIOThreadPoolExecutor.afterExecute(ChunkIOThreadPoolExecutor.java:56)
  233. [09:33:57] [Chunk I/O Executor Thread-11/INFO] [STDERR]: [java.lang.ThreadGroup:uncaughtException:1052]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1157)
  234. [09:35:02] [Chunk I/O Executor Thread-12/ERROR] [FML]: Unhandled exception loading chunk:
  235. java.lang.OutOfMemoryError: GC overhead limit exceeded
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement