Advertisement
Guest User

Untitled

a guest
Sep 2nd, 2018
311
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.98 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Ooh. Shiny.
  3.  
  4. Time: 9/1/18, 7:24 PM
  5. Description: Watching Server
  6.  
  7. java.lang.Error
  8. at java.base@10.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  9. at java.base@10.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  10. at java.base@10.0.2/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796)
  11. at java.base@10.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3156)
  12. at java.base@10.0.2/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823)
  13. at java.base@10.0.2/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043)
  14. at app//tc.a(SourceFile:122)
  15. at app//tk.a(SourceFile:87)
  16. at app//tl.c(SourceFile:123)
  17. at app//td.a(SourceFile:219)
  18. at app//net.minecraft.server.MinecraftServer.b(SourceFile:747)
  19. at app//so.b(SourceFile:360)
  20. at app//net.minecraft.server.MinecraftServer.a(SourceFile:681)
  21. at app//net.minecraft.server.MinecraftServer.run(SourceFile:584)
  22. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  23.  
  24.  
  25. A detailed walkthrough of the error, its code path and all known details is as follows:
  26. ---------------------------------------------------------------------------------------
  27.  
  28. -- Head --
  29. Thread: Server Watchdog
  30. Stacktrace:
  31. at java.base@10.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  32. at java.base@10.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  33. at java.base@10.0.2/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796)
  34. at java.base@10.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3156)
  35. at java.base@10.0.2/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823)
  36. at java.base@10.0.2/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043)
  37. at app//tc.a(SourceFile:122)
  38. at app//tk.a(SourceFile:87)
  39. at app//tl.c(SourceFile:123)
  40. at app//td.a(SourceFile:219)
  41. at app//net.minecraft.server.MinecraftServer.b(SourceFile:747)
  42. at app//so.b(SourceFile:360)
  43. at app//net.minecraft.server.MinecraftServer.a(SourceFile:681)
  44.  
  45. -- Thread Dump --
  46. Details:
  47. Threads: "Reference Handler" daemon prio=10 Id=2 RUNNABLE
  48. at java.base@10.0.2/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
  49. at java.base@10.0.2/java.lang.ref.Reference.processPendingReferences(Reference.java:174)
  50. at java.base@10.0.2/java.lang.ref.Reference.access$000(Reference.java:44)
  51. at java.base@10.0.2/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:138)
  52.  
  53.  
  54. "Finalizer" daemon prio=8 Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@6d077116
  55. at java.base@10.0.2/java.lang.Object.wait(Native Method)
  56. - waiting on java.lang.ref.ReferenceQueue$Lock@6d077116
  57. at java.base@10.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  58. at java.base@10.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:172)
  59. at java.base@10.0.2/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  60.  
  61.  
  62. "Signal Dispatcher" daemon prio=9 Id=4 RUNNABLE
  63.  
  64.  
  65. "Common-Cleaner" daemon prio=8 Id=9 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@63c082c6
  66. at java.base@10.0.2/java.lang.Object.wait(Native Method)
  67. - waiting on java.lang.ref.ReferenceQueue$Lock@63c082c6
  68. at java.base@10.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  69. at java.base@10.0.2/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
  70. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  71. at java.base@10.0.2/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
  72.  
  73.  
  74. "Snooper Timer" daemon prio=5 Id=14 WAITING on java.util.TaskQueue@67ff1a66
  75. at java.base@10.0.2/java.lang.Object.wait(Native Method)
  76. - waiting on java.util.TaskQueue@67ff1a66
  77. at java.base@10.0.2/java.lang.Object.wait(Object.java:328)
  78. at java.base@10.0.2/java.util.TimerThread.mainLoop(Timer.java:527)
  79. at java.base@10.0.2/java.util.TimerThread.run(Timer.java:506)
  80.  
  81.  
  82. "Server Infinisleeper" daemon prio=5 Id=15 TIMED_WAITING
  83. at java.base@10.0.2/java.lang.Thread.sleep(Native Method)
  84. at app//so$1.run(SourceFile:94)
  85.  
  86.  
  87. "Server thread" prio=5 Id=16 WAITING on java.util.concurrent.CompletableFuture$Signaller@22fd88fd
  88. at java.base@10.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  89. - waiting on java.util.concurrent.CompletableFuture$Signaller@22fd88fd
  90. at java.base@10.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  91. at java.base@10.0.2/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796)
  92. at java.base@10.0.2/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3156)
  93. at java.base@10.0.2/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823)
  94. at java.base@10.0.2/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043)
  95. at app//tc.a(SourceFile:122)
  96. at app//tk.a(SourceFile:87)
  97. ...
  98.  
  99.  
  100. "DestroyJavaVM" prio=5 Id=18 RUNNABLE
  101.  
  102.  
  103. "Server console handler" daemon prio=5 Id=19 RUNNABLE (in native)
  104. at java.base@10.0.2/java.io.FileInputStream.readBytes(Native Method)
  105. at java.base@10.0.2/java.io.FileInputStream.read(FileInputStream.java:280)
  106. at java.base@10.0.2/java.io.BufferedInputStream.read1(BufferedInputStream.java:290)
  107. at java.base@10.0.2/java.io.BufferedInputStream.read(BufferedInputStream.java:351)
  108. - locked java.io.BufferedInputStream@7424d275
  109. at java.base@10.0.2/sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  110. at java.base@10.0.2/sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  111. at java.base@10.0.2/sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  112. - locked java.io.InputStreamReader@1315a885
  113. at java.base@10.0.2/java.io.InputStreamReader.read(InputStreamReader.java:185)
  114. ...
  115.  
  116.  
  117. "ObjectCleanerThread" daemon prio=1 Id=20 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@c26acab
  118. at java.base@10.0.2/java.lang.Object.wait(Native Method)
  119. - waiting on java.lang.ref.ReferenceQueue$Lock@c26acab
  120. at java.base@10.0.2/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  121. at app//io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
  122. at app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  123. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  124.  
  125.  
  126. "Netty Epoll Server IO #0" daemon prio=5 Id=21 RUNNABLE (in native)
  127. at app//io.netty.channel.epoll.Native.epollWait0(Native Method)
  128. at app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
  129. at app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  130. at app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  131. at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  132. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  133.  
  134.  
  135. "WorldGen-Scheduler-1" prio=5 Id=22 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42d277b2
  136. at java.base@10.0.2/jdk.internal.misc.Unsafe.park(Native Method)
  137. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@42d277b2
  138. at java.base@10.0.2/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  139. at java.base@10.0.2/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2075)
  140. at java.base@10.0.2/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:435)
  141. at java.base@10.0.2/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1061)
  142. at java.base@10.0.2/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
  143. at java.base@10.0.2/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  144. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  145.  
  146.  
  147. "WorldGen-Worker-1" daemon prio=5 Id=23 RUNNABLE
  148. at app//bzz.a(SourceFile:25)
  149. at app//can.a(SourceFile:16)
  150. at app//can$$Lambda$1539/610510397.apply(Unknown Source)
  151. at app//bzh.a(SourceFile:30)
  152. - locked it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap@10b7b2e7
  153. at app//cai.a(SourceFile:52)
  154. at app//cam.b(SourceFile:14)
  155. at app//cam$$Lambda$1538/1331589858.apply(Unknown Source)
  156. at app//bzh.a(SourceFile:30)
  157. - locked it.unimi.dsi.fastutil.longs.Long2IntLinkedOpenHashMap@2e5871f4
  158. ...
  159.  
  160.  
  161. "Server Watchdog" daemon prio=5 Id=24 RUNNABLE
  162. at java.management@10.0.2/sun.management.ThreadImpl.dumpThreads0(Native Method)
  163. at java.management@10.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502)
  164. at java.management@10.0.2/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490)
  165. at app//sp.run(SourceFile:45)
  166. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  167.  
  168.  
  169. "File IO Thread" prio=1 Id=25 TIMED_WAITING
  170. at java.base@10.0.2/java.lang.Thread.sleep(Native Method)
  171. at app//cdv.c(SourceFile:59)
  172. at app//cdv.run(SourceFile:35)
  173. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  174.  
  175.  
  176. "Netty Epoll Server IO #1" daemon prio=5 Id=26 RUNNABLE
  177. at app//io.netty.channel.epoll.Native.epollWait0(Native Method)
  178. at app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
  179. at app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  180. at app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  181. at app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  182. at java.base@10.0.2/java.lang.Thread.run(Thread.java:844)
  183.  
  184.  
  185.  
  186. Stacktrace:
  187. at sp.run(SourceFile:61)
  188. at java.base/java.lang.Thread.run(Thread.java:844)
  189.  
  190. -- System Details --
  191. Details:
  192. Minecraft Version: 1.13.1
  193. Operating System: Linux (amd64) version 4.15.0-30-generic
  194. Java Version: 10.0.2, Oracle Corporation
  195. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  196. Memory: 1594004744 bytes (1520 MB) / 2075918336 bytes (1979 MB) up to 2075918336 bytes (1979 MB)
  197. JVM Flags: 2 total; -Xmx2G -Xms2G
  198. Profiler Position: N/A (disabled)
  199. Player Count: 1 / 20; [tf['SharonH'/492, l='world', x=-156.91, y=70.00, z=-1.96]]
  200. Data Packs: vanilla
  201. Is Modded: Unknown (can't tell)
  202. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement