---- Minecraft Crash Report ----
// I let you down. Sorry :(

Time: 4/24/18 11:45 PM
Description: Watching Server

java.lang.Error
	at java.io.RandomAccessFile.read0(Native Method)
	at java.io.RandomAccessFile.read(RandomAccessFile.java:337)
	at java.io.RandomAccessFile.readInt(RandomAccessFile.java:798)
	at bjw.a(SourceFile:194)
	at bjx.d(SourceFile:113)
	at bjs.c(SourceFile:85)
	at bjs.b(SourceFile:80)
	at bjs.a(SourceFile:92)
	at sg.g(SourceFile:93)
	at sg.d(SourceFile:146)
	at bpf.a(SourceFile:231)
	at bpf.a(SourceFile:163)
	at biy.a(SourceFile:76)
	at sg.a(SourceFile:321)
	at sh.a(SourceFile:1023)
	at byl.a(SourceFile:56)
	at byb.a(SourceFile:32)
	at byc.a(SourceFile:55)
	at byc.b(SourceFile:67)
	at bye.a(SourceFile:39)
	at bye.a(SourceFile:49)
	at bgt.d(SourceFile:73)
	at bgd.a(SourceFile:225)
	at sj.a(SourceFile:758)
	at baa.a(SourceFile:218)
	at bhu.a(SourceFile:228)
	at sk.a(SourceFile:310)
	at tg.a(SourceFile:671)
	at mz.a(SourceFile:53)
	at mz.a(SourceFile:11)
	at iq$1.run(SourceFile:13)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at k.a(SourceFile:146)
	at net.minecraft.server.MinecraftServer.w(SourceFile:673)
	at rs.w(SourceFile:367)
	at net.minecraft.server.MinecraftServer.v(SourceFile:629)
	at net.minecraft.server.MinecraftServer.run(SourceFile:534)
	at java.lang.Thread.run(Thread.java:745)


A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Server Watchdog
Stacktrace:
	at java.io.RandomAccessFile.read0(Native Method)
	at java.io.RandomAccessFile.read(RandomAccessFile.java:337)
	at java.io.RandomAccessFile.readInt(RandomAccessFile.java:798)
	at bjw.a(SourceFile:194)
	at bjx.d(SourceFile:113)
	at bjs.c(SourceFile:85)
	at bjs.b(SourceFile:80)
	at bjs.a(SourceFile:92)
	at sg.g(SourceFile:93)
	at sg.d(SourceFile:146)
	at bpf.a(SourceFile:231)
	at bpf.a(SourceFile:163)
	at biy.a(SourceFile:76)
	at sg.a(SourceFile:321)
	at sh.a(SourceFile:1023)
	at byl.a(SourceFile:56)
	at byb.a(SourceFile:32)
	at byc.a(SourceFile:55)
	at byc.b(SourceFile:67)
	at bye.a(SourceFile:39)
	at bye.a(SourceFile:49)
	at bgt.d(SourceFile:73)
	at bgd.a(SourceFile:225)
	at sj.a(SourceFile:758)
	at baa.a(SourceFile:218)
	at bhu.a(SourceFile:228)
	at sk.a(SourceFile:310)
	at tg.a(SourceFile:671)
	at mz.a(SourceFile:53)
	at mz.a(SourceFile:11)
	at iq$1.run(SourceFile:13)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at k.a(SourceFile:146)
	at net.minecraft.server.MinecraftServer.w(SourceFile:673)
	at rs.w(SourceFile:367)
	at net.minecraft.server.MinecraftServer.v(SourceFile:629)

-- Thread Dump --
Details:
	Threads: "File IO Thread" Id=33 TIMED_WAITING
	at java.lang.Thread.sleep(Native Method)
	at bzk.c(SourceFile:56)
	at bzk.run(SourceFile:35)
	at java.lang.Thread.run(Thread.java:745)


"threadDeathWatcher-2-1" Id=28 TIMED_WAITING
	at java.lang.Thread.sleep(Native Method)
	at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
	at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
	at java.lang.Thread.run(Thread.java:745)


"Netty Epoll Server IO #1" Id=27 BLOCKED on java.util.ArrayDeque@1e29ab1a owned by "Server thread" Id=13
	at net.minecraft.server.MinecraftServer.a(SourceFile:1288)
	-  blocked on java.util.ArrayDeque@1e29ab1a
	at net.minecraft.server.MinecraftServer.a(SourceFile:1305)
	at sh.a(SourceFile:1012)
	at iq.a(SourceFile:10)
	at tg.a(SourceFile:436)
	at mj.a(SourceFile:126)
	at mj$a.a(SourceFile:57)
	at hq.a(SourceFile:129)
	...


"Java2D Disposer" Id=25 WAITING on java.lang.ref.ReferenceQueue$Lock@10ee56af
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@10ee56af
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at sun.java2d.Disposer.run(Disposer.java:148)
	at java.lang.Thread.run(Thread.java:745)


"Server Watchdog" Id=24 RUNNABLE
	at sun.management.ThreadImpl.dumpThreads0(Native Method)
	at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
	at rt.run(SourceFile:43)
	at java.lang.Thread.run(Thread.java:745)


"Resource IO {0}" Id=18 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14d1c06a
	at sun.misc.Unsafe.park(Native Method)
	-  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@14d1c06a
	at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
	at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
	at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
	at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)


"Netty Epoll Server IO #0" Id=17 RUNNABLE (in native)
	at io.netty.channel.epoll.Native.epollWait0(Native Method)
	at io.netty.channel.epoll.Native.epollWait(Native.java:117)
	at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
	at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
	at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
	at java.lang.Thread.run(Thread.java:745)


"Server console handler" Id=16 RUNNABLE (in native)
	at java.io.FileInputStream.readBytes(Native Method)
	at java.io.FileInputStream.read(FileInputStream.java:255)
	at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
	at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
	-  locked java.io.BufferedInputStream@51d35c94
	at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
	at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
	at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
	-  locked java.io.InputStreamReader@2f14ccf
	at java.io.InputStreamReader.read(InputStreamReader.java:184)
	...


"DestroyJavaVM" Id=15 RUNNABLE


"Server thread" Id=13 RUNNABLE
	at java.io.RandomAccessFile.read0(Native Method)
	at java.io.RandomAccessFile.read(RandomAccessFile.java:337)
	at java.io.RandomAccessFile.readInt(RandomAccessFile.java:798)
	at bjw.a(SourceFile:194)
	-  locked bjw@60482910
	at bjx.d(SourceFile:113)
	at bjs.c(SourceFile:85)
	at bjs.b(SourceFile:80)
	at bjs.a(SourceFile:92)
	-  locked bjs@7a8067e3
	...


"Server Infinisleeper" Id=12 TIMED_WAITING
	at java.lang.Thread.sleep(Native Method)
	at rs$1.run(SourceFile:94)


"Snooper Timer" Id=11 TIMED_WAITING on java.util.TaskQueue@3963061f
	at java.lang.Object.wait(Native Method)
	-  waiting on java.util.TaskQueue@3963061f
	at java.util.TimerThread.mainLoop(Timer.java:552)
	at java.util.TimerThread.run(Timer.java:505)


"Signal Dispatcher" Id=4 RUNNABLE


"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@1842a88a
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.ReferenceQueue$Lock@1842a88a
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
	at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
	at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)


"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@61846b1e
	at java.lang.Object.wait(Native Method)
	-  waiting on java.lang.ref.Reference$Lock@61846b1e
	at java.lang.Object.wait(Object.java:502)
	at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
	at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)



Stacktrace:
	at rt.run(SourceFile:59)
	at java.lang.Thread.run(Thread.java:745)

-- System Details --
Details:
	Minecraft Version: 18w16a
	Operating System: Linux (amd64) version 3.10.0-229.14.1.el7.x86_64
	Java Version: 1.8.0_91, Oracle Corporation
	Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
	Memory: 1637133440 bytes (1561 MB) / 2075918336 bytes (1979 MB) up to 2075918336 bytes (1979 MB)
	JVM Flags: 2 total; -Xmx2048M -Xms2048M
	Profiler Position: N/A (disabled)
	Player Count: 1 / 10; [sj['Teewan'/547, l='world', x=-470.70, y=32.46, z=2308.60]]
	Data Packs: vanilla, file/CraftingPack (incompatible), file/InstaBed (incompatible), file/NoTNT (incompatible)
	Is Modded: Unknown (can't tell)
	Type: Dedicated Server (map_server.txt)