Advertisement
ctakan

Untitled

Apr 22nd, 2021
976
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 04-22 04:30:26 [FINE] [TickThreading] Started TT metrics reporting. This can be disabled in PluginMetrics.cfg
  2. 04-22 04:30:26 [FINEST] [TickThreading] Sent event FMLConstructionEvent to mod TickThreading
  3. 04-22 04:30:26 [FINEST] [TickThreading] Sending event FMLPreInitializationEvent to mod TickThreading
  4. 04-22 04:30:27 [FINEST] [TickThreading] Sent event FMLPreInitializationEvent to mod TickThreading
  5. 04-22 04:30:27 [FINEST] [TickThreading] Sending event FMLInitializationEvent to mod TickThreading
  6. 04-22 04:30:27 [FINEST] [TickThreading] Sent event FMLInitializationEvent to mod TickThreading
  7. 04-22 04:30:29 [FINEST] [TickThreading] Sending event IMCEvent to mod TickThreading
  8. 04-22 04:30:29 [FINEST] [TickThreading] Sent event IMCEvent to mod TickThreading
  9. 04-22 04:30:29 [FINEST] [TickThreading] Sending event FMLPostInitializationEvent to mod TickThreading
  10. 04-22 04:30:29 [FINEST] [TickThreading] Sent event FMLPostInitializationEvent to mod TickThreading
  11. 04-22 04:30:31 [FINEST] [TickThreading] Sending event FMLLoadCompleteEvent to mod TickThreading
  12. 04-22 04:30:31 [FINEST] [TickThreading] Sent event FMLLoadCompleteEvent to mod TickThreading
  13. 04-22 04:30:55 [FINEST] [TickThreading] Sending event FMLServerAboutToStartEvent to mod TickThreading
  14. 04-22 04:30:55 [FINEST] [TickThreading] Sent event FMLServerAboutToStartEvent to mod TickThreading
  15. 04-22 04:30:55 [FINE] [TickThreading] Set dimension ID for Overworld/0
  16. 04-22 04:30:55 [WARNING] [TickThreading] Failed to register corrected dimension ID with DimensionManager
  17. java.lang.IllegalArgumentException: Failed to register dimension for id -1, provider type 30 does not exist
  18.     at net.minecraftforge.common.DimensionManager.registerDimension(DimensionManager.java:144)
  19.     at net.minecraft.world.World.setDimension(World.java:107)
  20.     at net.minecraftforge.common.DimensionManager.setWorld(DimensionManager.java:275)
  21.     at net.minecraft.world.WorldServer.<init>(WorldServer.java:237)
  22.     at net.minecraft.world.WorldServerMulti.<init>(WorldServerMulti.java:14)
  23.     at net.minecraft.server.MinecraftServer.func_71247_a(MinecraftServer.java:407)
  24.     at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:224)
  25.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:141)
  26.     at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  27. 04-22 04:30:55 [WARNING] [TickThreading] World DIM-1/30's provider dimensionId is not the same as its real dimensionId. Provider ID: -1, real ID: -1
  28. 04-22 04:30:55 [FINE] [TickThreading] Set dimension ID for Nether/-1
  29. 04-22 04:31:02 [FINE] [TickThreading] Set dimension ID for bd/57
  30. 04-22 04:31:02 [FINE] [TickThreading] Set dimension ID for rpwars/58
  31. 04-22 04:31:02 [FINE] [TickThreading] Set dimension ID for wynn1/13
  32. 04-22 04:31:02 [FINE] [TickThreading] Set dimension ID for newbd/16
  33. 04-22 04:31:02 [FINE] [TickThreading] Set dimension ID for vanilla/29
  34. 04-22 04:31:39 [FINEST] [TickThreading] Sending event FMLServerStartingEvent to mod TickThreading
  35. 04-22 04:31:39 [SEVERE] [TickThreading] TickThreading v1.6.4.2 for MC1.6.4 on 1.6.4 tickthreading,mcpc,spigot,craftbukkit,forge,fml - 1.8.0_282-8u282-b08-0ubuntu1~20.04-b08 is installed on this server.
  36. If anything breaks, check if it is still broken without TickThreading
  37. We don't want to annoy mod developers with issue reports caused by TickThreading.
  38. Seriously, please don't.
  39. If it's only broken with TickThreading, report it at https://github.com/nallar/TickThreading/issues/new
  40. "0 read-write thread" RUNNABLE
  41.     at java.net.SocketInputStream.socketRead0(Native Method)
  42.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  43.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  44.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  45.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  46.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  47.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  48.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  49.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  50.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  51.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  52.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  53.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  54.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  55.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  56.     at java.lang.Thread.run(Thread.java:748)
  57.  
  58.     Number of locked synchronizers = 1
  59.     - java.util.concurrent.ThreadPoolExecutor$Worker@1bf7491e
  60.  
  61.  
  62. "1 read-write thread" TIMED_WAITING
  63.     at java.lang.Thread.sleep(Native Method)
  64.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  65.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  66.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  67.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  68.     at java.lang.Thread.run(Thread.java:748)
  69.  
  70.     Number of locked synchronizers = 1
  71.     - java.util.concurrent.ThreadPoolExecutor$Worker@4ddd8b7f
  72.  
  73.  
  74. "109 read-write thread" RUNNABLE
  75.     at java.net.SocketInputStream.socketRead0(Native Method)
  76.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  77.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  78.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  79.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  80.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  81.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  82.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  83.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  84.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  85.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  86.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  87.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  88.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  89.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  90.     at java.lang.Thread.run(Thread.java:748)
  91.  
  92.     Number of locked synchronizers = 1
  93.     - java.util.concurrent.ThreadPoolExecutor$Worker@710d587
  94.  
  95.  
  96. "110 read-write thread" TIMED_WAITING
  97.     at java.lang.Thread.sleep(Native Method)
  98.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  99.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  100.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  101.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  102.     at java.lang.Thread.run(Thread.java:748)
  103.  
  104.     Number of locked synchronizers = 1
  105.     - java.util.concurrent.ThreadPoolExecutor$Worker@592617ff
  106.  
  107.  
  108. "111 read-write thread" RUNNABLE
  109.     at java.net.SocketInputStream.socketRead0(Native Method)
  110.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  111.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  112.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  113.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  114.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  115.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  116.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  117.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  118.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  119.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  120.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  121.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  122.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  123.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  124.     at java.lang.Thread.run(Thread.java:748)
  125.  
  126.     Number of locked synchronizers = 1
  127.     - java.util.concurrent.ThreadPoolExecutor$Worker@590d48a2
  128.  
  129.  
  130. "112 read-write thread" TIMED_WAITING
  131.     at java.lang.Thread.sleep(Native Method)
  132.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  133.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  134.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  135.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  136.     at java.lang.Thread.run(Thread.java:748)
  137.  
  138.     Number of locked synchronizers = 1
  139.     - java.util.concurrent.ThreadPoolExecutor$Worker@64831c47
  140.  
  141.  
  142. "119 read-write thread" RUNNABLE
  143.     at java.net.SocketInputStream.socketRead0(Native Method)
  144.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  145.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  146.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  147.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  148.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  149.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  150.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  151.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  152.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  153.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  154.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  155.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  156.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  157.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  158.     at java.lang.Thread.run(Thread.java:748)
  159.  
  160.     Number of locked synchronizers = 1
  161.     - java.util.concurrent.ThreadPoolExecutor$Worker@148ce0b1
  162.  
  163.  
  164. "12 read-write thread" RUNNABLE
  165.     at java.net.SocketInputStream.socketRead0(Native Method)
  166.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  167.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  168.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  169.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  170.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  171.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  172.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  173.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  174.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  175.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  176.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  177.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  178.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  179.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  180.     at java.lang.Thread.run(Thread.java:748)
  181.  
  182.     Number of locked synchronizers = 1
  183.     - java.util.concurrent.ThreadPoolExecutor$Worker@7372bcf6
  184.  
  185.  
  186. "120 read-write thread" TIMED_WAITING
  187.     at java.lang.Thread.sleep(Native Method)
  188.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  189.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  190.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  191.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  192.     at java.lang.Thread.run(Thread.java:748)
  193.  
  194.     Number of locked synchronizers = 1
  195.     - java.util.concurrent.ThreadPoolExecutor$Worker@639af9da
  196.  
  197.  
  198. "121 read-write thread" RUNNABLE
  199.     at java.net.SocketInputStream.socketRead0(Native Method)
  200.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  201.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  202.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  203.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  204.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  205.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  206.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  207.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  208.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  209.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  210.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  211.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  212.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  213.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  214.     at java.lang.Thread.run(Thread.java:748)
  215.  
  216.     Number of locked synchronizers = 1
  217.     - java.util.concurrent.ThreadPoolExecutor$Worker@dda80ed
  218.  
  219.  
  220. "122 read-write thread" TIMED_WAITING
  221.     at java.lang.Thread.sleep(Native Method)
  222.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  223.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  224.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  225.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  226.     at java.lang.Thread.run(Thread.java:748)
  227.  
  228.     Number of locked synchronizers = 1
  229.     - java.util.concurrent.ThreadPoolExecutor$Worker@657a5b49
  230.  
  231.  
  232. "123 read-write thread" TIMED_WAITING
  233.     at java.lang.Thread.sleep(Native Method)
  234.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  235.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  236.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  237.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  238.     at java.lang.Thread.run(Thread.java:748)
  239.  
  240.     Number of locked synchronizers = 1
  241.     - java.util.concurrent.ThreadPoolExecutor$Worker@6926af18
  242.  
  243.  
  244. "124 read-write thread" TIMED_WAITING
  245.     at java.lang.Thread.sleep(Native Method)
  246.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  247.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  248.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  249.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  250.     at java.lang.Thread.run(Thread.java:748)
  251.  
  252.     Number of locked synchronizers = 1
  253.     - java.util.concurrent.ThreadPoolExecutor$Worker@5e63956c
  254.  
  255.  
  256. "125 read-write thread" RUNNABLE
  257.     at java.net.SocketInputStream.socketRead0(Native Method)
  258.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  259.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  260.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  261.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  262.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  263.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  264.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  265.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  266.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  267.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  268.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  269.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  270.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  271.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  272.     at java.lang.Thread.run(Thread.java:748)
  273.  
  274.     Number of locked synchronizers = 1
  275.     - java.util.concurrent.ThreadPoolExecutor$Worker@6f491f1
  276.  
  277.  
  278. "126 read-write thread" RUNNABLE
  279.     at java.net.SocketInputStream.socketRead0(Native Method)
  280.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  281.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  282.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  283.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  284.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  285.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  286.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  287.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  288.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  289.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  290.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  291.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  292.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  293.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  294.     at java.lang.Thread.run(Thread.java:748)
  295.  
  296.     Number of locked synchronizers = 1
  297.     - java.util.concurrent.ThreadPoolExecutor$Worker@7dc64893
  298.  
  299.  
  300. "129 read-write thread", "130 read-write thread", "131 read-write thread", "132 read-write thread" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@e5101b0
  301.     at sun.misc.Unsafe.park(Native Method)
  302.     -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@e5101b0
  303.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  304.     at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  305.     at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  306.     at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  307.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  308.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  309.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  310.     at java.lang.Thread.run(Thread.java:748)
  311.  
  312.  
  313. "13 read-write thread" TIMED_WAITING
  314.     at java.lang.Thread.sleep(Native Method)
  315.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  316.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  317.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  318.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  319.     at java.lang.Thread.run(Thread.java:748)
  320.  
  321.     Number of locked synchronizers = 1
  322.     - java.util.concurrent.ThreadPoolExecutor$Worker@3d5415f4
  323.  
  324.  
  325. "15 read-write thread" RUNNABLE
  326.     at java.net.SocketInputStream.socketRead0(Native Method)
  327.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  328.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  329.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  330.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  331.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  332.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  333.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  334.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  335.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  336.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  337.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  338.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  339.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  340.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  341.     at java.lang.Thread.run(Thread.java:748)
  342.  
  343.     Number of locked synchronizers = 1
  344.     - java.util.concurrent.ThreadPoolExecutor$Worker@63c0505a
  345.  
  346.  
  347. "17 read-write thread" TIMED_WAITING
  348.     at java.lang.Thread.sleep(Native Method)
  349.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  350.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  351.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  352.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  353.     at java.lang.Thread.run(Thread.java:748)
  354.  
  355.     Number of locked synchronizers = 1
  356.     - java.util.concurrent.ThreadPoolExecutor$Worker@57fc6367
  357.  
  358.  
  359. "20 read-write thread" RUNNABLE
  360.     at java.net.SocketInputStream.socketRead0(Native Method)
  361.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  362.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  363.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  364.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  365.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  366.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  367.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  368.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  369.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  370.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  371.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  372.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  373.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  374.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  375.     at java.lang.Thread.run(Thread.java:748)
  376.  
  377.     Number of locked synchronizers = 1
  378.     - java.util.concurrent.ThreadPoolExecutor$Worker@35910ef1
  379.  
  380.  
  381. "21 read-write thread" TIMED_WAITING
  382.     at java.lang.Thread.sleep(Native Method)
  383.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  384.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  385.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  386.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  387.     at java.lang.Thread.run(Thread.java:748)
  388.  
  389.     Number of locked synchronizers = 1
  390.     - java.util.concurrent.ThreadPoolExecutor$Worker@784f8ff
  391.  
  392.  
  393. "22 read-write thread" RUNNABLE
  394.     at java.net.SocketInputStream.socketRead0(Native Method)
  395.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  396.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  397.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  398.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  399.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  400.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  401.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  402.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  403.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  404.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  405.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  406.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  407.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  408.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  409.     at java.lang.Thread.run(Thread.java:748)
  410.  
  411.     Number of locked synchronizers = 1
  412.     - java.util.concurrent.ThreadPoolExecutor$Worker@40ff88ab
  413.  
  414.  
  415. "23 read-write thread" TIMED_WAITING
  416.     at java.lang.Thread.sleep(Native Method)
  417.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  418.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  419.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  420.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  421.     at java.lang.Thread.run(Thread.java:748)
  422.  
  423.     Number of locked synchronizers = 1
  424.     - java.util.concurrent.ThreadPoolExecutor$Worker@70bc0378
  425.  
  426.  
  427. "24 read-write thread" RUNNABLE
  428.     at java.net.SocketInputStream.socketRead0(Native Method)
  429.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  430.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  431.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  432.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  433.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  434.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  435.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  436.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  437.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  438.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  439.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  440.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  441.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  442.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  443.     at java.lang.Thread.run(Thread.java:748)
  444.  
  445.     Number of locked synchronizers = 1
  446.     - java.util.concurrent.ThreadPoolExecutor$Worker@41d8fb29
  447.  
  448.  
  449. "25 read-write thread" TIMED_WAITING
  450.     at java.lang.Thread.sleep(Native Method)
  451.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  452.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  453.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  454.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  455.     at java.lang.Thread.run(Thread.java:748)
  456.  
  457.     Number of locked synchronizers = 1
  458.     - java.util.concurrent.ThreadPoolExecutor$Worker@10d69502
  459.  
  460.  
  461. "26 read-write thread" RUNNABLE
  462.     at java.net.SocketInputStream.socketRead0(Native Method)
  463.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  464.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  465.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  466.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  467.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  468.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  469.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  470.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  471.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  472.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  473.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  474.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  475.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  476.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  477.     at java.lang.Thread.run(Thread.java:748)
  478.  
  479.     Number of locked synchronizers = 1
  480.     - java.util.concurrent.ThreadPoolExecutor$Worker@24d76e81
  481.  
  482.  
  483. "3 read-write thread" RUNNABLE
  484.     at java.net.SocketInputStream.socketRead0(Native Method)
  485.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  486.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  487.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  488.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  489.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  490.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  491.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  492.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  493.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  494.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  495.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  496.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  497.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  498.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  499.     at java.lang.Thread.run(Thread.java:748)
  500.  
  501.     Number of locked synchronizers = 1
  502.     - java.util.concurrent.ThreadPoolExecutor$Worker@6a2f39a7
  503.  
  504.  
  505. "31 read-write thread" TIMED_WAITING
  506.     at java.lang.Thread.sleep(Native Method)
  507.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  508.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  509.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  510.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  511.     at java.lang.Thread.run(Thread.java:748)
  512.  
  513.     Number of locked synchronizers = 1
  514.     - java.util.concurrent.ThreadPoolExecutor$Worker@5329e2e8
  515.  
  516.  
  517. "32 read-write thread" RUNNABLE
  518.     at java.net.SocketInputStream.socketRead0(Native Method)
  519.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  520.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  521.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  522.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  523.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  524.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  525.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  526.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  527.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  528.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  529.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  530.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  531.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  532.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  533.     at java.lang.Thread.run(Thread.java:748)
  534.  
  535.     Number of locked synchronizers = 1
  536.     - java.util.concurrent.ThreadPoolExecutor$Worker@21c63f2f
  537.  
  538.  
  539. "33 read-write thread" TIMED_WAITING
  540.     at java.lang.Thread.sleep(Native Method)
  541.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  542.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  543.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  544.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  545.     at java.lang.Thread.run(Thread.java:748)
  546.  
  547.     Number of locked synchronizers = 1
  548.     - java.util.concurrent.ThreadPoolExecutor$Worker@3de4a75d
  549.  
  550.  
  551. "34 read-write thread" RUNNABLE
  552.     at java.net.SocketInputStream.socketRead0(Native Method)
  553.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  554.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  555.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  556.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  557.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  558.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  559.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  560.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  561.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  562.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  563.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  564.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  565.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  566.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  567.     at java.lang.Thread.run(Thread.java:748)
  568.  
  569.     Number of locked synchronizers = 1
  570.     - java.util.concurrent.ThreadPoolExecutor$Worker@126a9c50
  571.  
  572.  
  573. "36 read-write thread" TIMED_WAITING
  574.     at java.lang.Thread.sleep(Native Method)
  575.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  576.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  577.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  578.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  579.     at java.lang.Thread.run(Thread.java:748)
  580.  
  581.     Number of locked synchronizers = 1
  582.     - java.util.concurrent.ThreadPoolExecutor$Worker@756f22a2
  583.  
  584.  
  585. "38 read-write thread" RUNNABLE
  586.     at java.net.SocketInputStream.socketRead0(Native Method)
  587.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  588.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  589.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  590.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  591.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  592.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  593.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  594.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  595.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  596.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  597.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  598.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  599.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  600.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  601.     at java.lang.Thread.run(Thread.java:748)
  602.  
  603.     Number of locked synchronizers = 1
  604.     - java.util.concurrent.ThreadPoolExecutor$Worker@3225f4e6
  605.  
  606.  
  607. "39 read-write thread" TIMED_WAITING
  608.     at java.lang.Thread.sleep(Native Method)
  609.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  610.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  611.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  612.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  613.     at java.lang.Thread.run(Thread.java:748)
  614.  
  615.     Number of locked synchronizers = 1
  616.     - java.util.concurrent.ThreadPoolExecutor$Worker@810dd7f
  617.  
  618.  
  619. "40 read-write thread" RUNNABLE
  620.     at java.net.SocketInputStream.socketRead0(Native Method)
  621.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  622.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  623.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  624.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  625.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  626.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  627.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  628.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  629.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  630.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  631.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  632.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  633.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  634.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  635.     at java.lang.Thread.run(Thread.java:748)
  636.  
  637.     Number of locked synchronizers = 1
  638.     - java.util.concurrent.ThreadPoolExecutor$Worker@763675ee
  639.  
  640.  
  641. "41 read-write thread" TIMED_WAITING
  642.     at java.lang.Thread.sleep(Native Method)
  643.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  644.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  645.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  646.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  647.     at java.lang.Thread.run(Thread.java:748)
  648.  
  649.     Number of locked synchronizers = 1
  650.     - java.util.concurrent.ThreadPoolExecutor$Worker@2c350d72
  651.  
  652.  
  653. "42 read-write thread" RUNNABLE
  654.     at java.net.SocketInputStream.socketRead0(Native Method)
  655.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  656.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  657.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  658.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  659.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  660.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  661.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  662.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  663.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  664.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  665.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  666.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  667.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  668.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  669.     at java.lang.Thread.run(Thread.java:748)
  670.  
  671.     Number of locked synchronizers = 1
  672.     - java.util.concurrent.ThreadPoolExecutor$Worker@405a4cfb
  673.  
  674.  
  675. "43 read-write thread" TIMED_WAITING
  676.     at java.lang.Thread.sleep(Native Method)
  677.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  678.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  679.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  680.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  681.     at java.lang.Thread.run(Thread.java:748)
  682.  
  683.     Number of locked synchronizers = 1
  684.     - java.util.concurrent.ThreadPoolExecutor$Worker@4480971f
  685.  
  686.  
  687. "45 read-write thread" TIMED_WAITING
  688.     at java.lang.Thread.sleep(Native Method)
  689.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  690.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  691.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  692.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  693.     at java.lang.Thread.run(Thread.java:748)
  694.  
  695.     Number of locked synchronizers = 1
  696.     - java.util.concurrent.ThreadPoolExecutor$Worker@17a0b2e1
  697.  
  698.  
  699. "48 read-write thread" RUNNABLE
  700.     at java.net.SocketInputStream.socketRead0(Native Method)
  701.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  702.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  703.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  704.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  705.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  706.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  707.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  708.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  709.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  710.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  711.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  712.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  713.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  714.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  715.     at java.lang.Thread.run(Thread.java:748)
  716.  
  717.     Number of locked synchronizers = 1
  718.     - java.util.concurrent.ThreadPoolExecutor$Worker@46a83707
  719.  
  720.  
  721. "49 read-write thread" TIMED_WAITING
  722.     at java.lang.Thread.sleep(Native Method)
  723.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  724.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  725.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  726.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  727.     at java.lang.Thread.run(Thread.java:748)
  728.  
  729.     Number of locked synchronizers = 1
  730.     - java.util.concurrent.ThreadPoolExecutor$Worker@37134c0f
  731.  
  732.  
  733. "50 read-write thread" RUNNABLE
  734.     at java.net.SocketInputStream.socketRead0(Native Method)
  735.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  736.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  737.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  738.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  739.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  740.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  741.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  742.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  743.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  744.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  745.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  746.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  747.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  748.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  749.     at java.lang.Thread.run(Thread.java:748)
  750.  
  751.     Number of locked synchronizers = 1
  752.     - java.util.concurrent.ThreadPoolExecutor$Worker@15136307
  753.  
  754.  
  755. "52 read-write thread" RUNNABLE
  756.     at java.net.SocketInputStream.socketRead0(Native Method)
  757.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  758.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  759.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  760.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  761.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  762.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  763.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  764.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  765.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  766.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  767.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  768.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  769.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  770.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  771.     at java.lang.Thread.run(Thread.java:748)
  772.  
  773.     Number of locked synchronizers = 1
  774.     - java.util.concurrent.ThreadPoolExecutor$Worker@640373d8
  775.  
  776.  
  777. "53 read-write thread" TIMED_WAITING
  778.     at java.lang.Thread.sleep(Native Method)
  779.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  780.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  781.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  782.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  783.     at java.lang.Thread.run(Thread.java:748)
  784.  
  785.     Number of locked synchronizers = 1
  786.     - java.util.concurrent.ThreadPoolExecutor$Worker@276b52ff
  787.  
  788.  
  789. "54 read-write thread" RUNNABLE
  790.     at java.net.SocketInputStream.socketRead0(Native Method)
  791.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  792.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  793.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  794.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  795.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  796.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  797.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  798.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  799.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  800.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  801.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  802.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  803.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  804.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  805.     at java.lang.Thread.run(Thread.java:748)
  806.  
  807.     Number of locked synchronizers = 1
  808.     - java.util.concurrent.ThreadPoolExecutor$Worker@2a1925d1
  809.  
  810.  
  811. "55 read-write thread" TIMED_WAITING
  812.     at java.lang.Thread.sleep(Native Method)
  813.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  814.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  815.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  816.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  817.     at java.lang.Thread.run(Thread.java:748)
  818.  
  819.     Number of locked synchronizers = 1
  820.     - java.util.concurrent.ThreadPoolExecutor$Worker@1c798273
  821.  
  822.  
  823. "56 read-write thread" RUNNABLE
  824.     at java.net.SocketInputStream.socketRead0(Native Method)
  825.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  826.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  827.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  828.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  829.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  830.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  831.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  832.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  833.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  834.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  835.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  836.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  837.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  838.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  839.     at java.lang.Thread.run(Thread.java:748)
  840.  
  841.     Number of locked synchronizers = 1
  842.     - java.util.concurrent.ThreadPoolExecutor$Worker@3d60a4d6
  843.  
  844.  
  845. "57 read-write thread" TIMED_WAITING
  846.     at java.lang.Thread.sleep(Native Method)
  847.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  848.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  849.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  850.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  851.     at java.lang.Thread.run(Thread.java:748)
  852.  
  853.     Number of locked synchronizers = 1
  854.     - java.util.concurrent.ThreadPoolExecutor$Worker@79b28023
  855.  
  856.  
  857. "6 read-write thread" TIMED_WAITING
  858.     at java.lang.Thread.sleep(Native Method)
  859.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  860.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  861.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  862.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  863.     at java.lang.Thread.run(Thread.java:748)
  864.  
  865.     Number of locked synchronizers = 1
  866.     - java.util.concurrent.ThreadPoolExecutor$Worker@1a00c778
  867.  
  868.  
  869. "60 read-write thread" RUNNABLE
  870.     at java.net.SocketInputStream.socketRead0(Native Method)
  871.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  872.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  873.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  874.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  875.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  876.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  877.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  878.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  879.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  880.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  881.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  882.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  883.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  884.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  885.     at java.lang.Thread.run(Thread.java:748)
  886.  
  887.     Number of locked synchronizers = 1
  888.     - java.util.concurrent.ThreadPoolExecutor$Worker@11a5e831
  889.  
  890.  
  891. "61 read-write thread" TIMED_WAITING
  892.     at java.lang.Thread.sleep(Native Method)
  893.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  894.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  895.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  896.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  897.     at java.lang.Thread.run(Thread.java:748)
  898.  
  899.     Number of locked synchronizers = 1
  900.     - java.util.concurrent.ThreadPoolExecutor$Worker@4669bc16
  901.  
  902.  
  903. "66 read-write thread" RUNNABLE
  904.     at java.net.SocketInputStream.socketRead0(Native Method)
  905.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  906.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  907.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  908.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  909.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  910.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  911.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  912.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  913.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  914.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  915.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  916.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  917.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  918.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  919.     at java.lang.Thread.run(Thread.java:748)
  920.  
  921.     Number of locked synchronizers = 1
  922.     - java.util.concurrent.ThreadPoolExecutor$Worker@5a481798
  923.  
  924.  
  925. "67 read-write thread" TIMED_WAITING
  926.     at java.lang.Thread.sleep(Native Method)
  927.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  928.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  929.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  930.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  931.     at java.lang.Thread.run(Thread.java:748)
  932.  
  933.     Number of locked synchronizers = 1
  934.     - java.util.concurrent.ThreadPoolExecutor$Worker@3b03e477
  935.  
  936.  
  937. "68 read-write thread" RUNNABLE
  938.     at java.net.SocketInputStream.socketRead0(Native Method)
  939.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  940.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  941.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  942.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  943.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  944.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  945.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  946.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  947.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  948.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  949.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  950.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  951.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  952.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  953.     at java.lang.Thread.run(Thread.java:748)
  954.  
  955.     Number of locked synchronizers = 1
  956.     - java.util.concurrent.ThreadPoolExecutor$Worker@e568ba3
  957.  
  958.  
  959. "69 read-write thread" TIMED_WAITING
  960.     at java.lang.Thread.sleep(Native Method)
  961.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  962.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  963.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  964.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  965.     at java.lang.Thread.run(Thread.java:748)
  966.  
  967.     Number of locked synchronizers = 1
  968.     - java.util.concurrent.ThreadPoolExecutor$Worker@4019ecc2
  969.  
  970.  
  971. "7 read-write thread" RUNNABLE
  972.     at java.net.SocketInputStream.socketRead0(Native Method)
  973.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  974.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  975.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  976.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  977.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  978.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  979.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  980.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  981.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  982.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  983.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  984.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  985.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  986.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  987.     at java.lang.Thread.run(Thread.java:748)
  988.  
  989.     Number of locked synchronizers = 1
  990.     - java.util.concurrent.ThreadPoolExecutor$Worker@9f1379e
  991.  
  992.  
  993. "84 read-write thread" RUNNABLE
  994.     at java.net.SocketInputStream.socketRead0(Native Method)
  995.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  996.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  997.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  998.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  999.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1000.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1001.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1002.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1003.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1004.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1005.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1006.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  1007.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1008.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1009.     at java.lang.Thread.run(Thread.java:748)
  1010.  
  1011.     Number of locked synchronizers = 1
  1012.     - java.util.concurrent.ThreadPoolExecutor$Worker@5c5b818b
  1013.  
  1014.  
  1015. "85 read-write thread" TIMED_WAITING
  1016.     at java.lang.Thread.sleep(Native Method)
  1017.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1018.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  1019.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1020.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1021.     at java.lang.Thread.run(Thread.java:748)
  1022.  
  1023.     Number of locked synchronizers = 1
  1024.     - java.util.concurrent.ThreadPoolExecutor$Worker@6bfede4f
  1025.  
  1026.  
  1027. "9 read-write thread" TIMED_WAITING
  1028.     at java.lang.Thread.sleep(Native Method)
  1029.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1030.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  1031.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1032.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1033.     at java.lang.Thread.run(Thread.java:748)
  1034.  
  1035.     Number of locked synchronizers = 1
  1036.     - java.util.concurrent.ThreadPoolExecutor$Worker@209b7118
  1037.  
  1038.  
  1039. "90 read-write thread" RUNNABLE
  1040.     at java.net.SocketInputStream.socketRead0(Native Method)
  1041.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1042.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1043.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1044.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1045.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1046.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1047.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1048.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1049.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1050.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1051.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1052.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  1053.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1054.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1055.     at java.lang.Thread.run(Thread.java:748)
  1056.  
  1057.     Number of locked synchronizers = 1
  1058.     - java.util.concurrent.ThreadPoolExecutor$Worker@7149534a
  1059.  
  1060.  
  1061. "91 read-write thread" TIMED_WAITING
  1062.     at java.lang.Thread.sleep(Native Method)
  1063.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1064.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  1065.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1066.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1067.     at java.lang.Thread.run(Thread.java:748)
  1068.  
  1069.     Number of locked synchronizers = 1
  1070.     - java.util.concurrent.ThreadPoolExecutor$Worker@741b701a
  1071.  
  1072.  
  1073. "92 read-write thread" TIMED_WAITING
  1074.     at java.lang.Thread.sleep(Native Method)
  1075.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1076.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  1077.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1078.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1079.     at java.lang.Thread.run(Thread.java:748)
  1080.  
  1081.     Number of locked synchronizers = 1
  1082.     - java.util.concurrent.ThreadPoolExecutor$Worker@1a6eb337
  1083.  
  1084.  
  1085. "93 read-write thread" RUNNABLE
  1086.     at java.net.SocketInputStream.socketRead0(Native Method)
  1087.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1088.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1089.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1090.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1091.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1092.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1093.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1094.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1095.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1096.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1097.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1098.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  1099.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1100.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1101.     at java.lang.Thread.run(Thread.java:748)
  1102.  
  1103.     Number of locked synchronizers = 1
  1104.     - java.util.concurrent.ThreadPoolExecutor$Worker@5dcf19eb
  1105.  
  1106.  
  1107. "94 read-write thread" RUNNABLE
  1108.     at java.net.SocketInputStream.socketRead0(Native Method)
  1109.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1110.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1111.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1112.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1113.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1114.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1115.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1116.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1117.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1118.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1119.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1120.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  1121.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1122.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1123.     at java.lang.Thread.run(Thread.java:748)
  1124.  
  1125.     Number of locked synchronizers = 1
  1126.     - java.util.concurrent.ThreadPoolExecutor$Worker@7bfbc15f
  1127.  
  1128.  
  1129. "95 read-write thread" TIMED_WAITING
  1130.     at java.lang.Thread.sleep(Native Method)
  1131.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1132.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  1133.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1134.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1135.     at java.lang.Thread.run(Thread.java:748)
  1136.  
  1137.     Number of locked synchronizers = 1
  1138.     - java.util.concurrent.ThreadPoolExecutor$Worker@523ab991
  1139.  
  1140.  
  1141. "96 read-write thread" RUNNABLE
  1142.     at java.net.SocketInputStream.socketRead0(Native Method)
  1143.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1144.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1145.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1146.     at java.io.FilterInputStream.read(FilterInputStream.java:133)
  1147.     at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  1148.     at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  1149.     at java.io.DataInputStream.readUnsignedByte(DataInputStream.java:288)
  1150.     at net.minecraft.network.packet.Packet.func_73272_a(Packet.java:159)
  1151.     at net.minecraft.network.TcpConnection.func_74447_i(TcpConnection.java:268)
  1152.     at net.minecraft.network.TcpConnection.func_74450_c(TcpConnection.java:412)
  1153.     at net.minecraft.network.TcpConnection.lambda$new$0(TcpConnection.java:108)
  1154.     at net.minecraft.network.TcpConnection$$Lambda$18/527704047.run(Unknown Source)
  1155.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1156.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1157.     at java.lang.Thread.run(Thread.java:748)
  1158.  
  1159.     Number of locked synchronizers = 1
  1160.     - java.util.concurrent.ThreadPoolExecutor$Worker@efe74ab
  1161.  
  1162.  
  1163. "97 read-write thread" TIMED_WAITING
  1164.     at java.lang.Thread.sleep(Native Method)
  1165.     at net.minecraft.network.TcpConnection.lambda$new$1(TcpConnection.java:139)
  1166.     at net.minecraft.network.TcpConnection$$Lambda$19/101186763.run(Unknown Source)
  1167.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1168.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1169.     at java.lang.Thread.run(Thread.java:748)
  1170.  
  1171.     Number of locked synchronizers = 1
  1172.     - java.util.concurrent.ThreadPoolExecutor$Worker@1435c05f
  1173.  
  1174.  
  1175. "Async ChunkLoader" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2f323e9c
  1176.     at sun.misc.Unsafe.park(Native Method)
  1177.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@2f323e9c
  1178.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  1179.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  1180.     at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  1181.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  1182.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1183.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1184.     at nallar.tickthreading.util.FakeServerThread.run(FakeServerThread.java:16)
  1185.  
  1186.  
  1187. "Command Reader" RUNNABLE (in native)
  1188.     at java.io.FileInputStream.readBytes(Native Method)
  1189.     at java.io.FileInputStream.read(FileInputStream.java:255)
  1190.     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  1191.     at java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  1192.     -  locked java.io.BufferedInputStream@4bbf4761
  1193.     at java.io.FilterInputStream.read(FilterInputStream.java:83)
  1194.     at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
  1195.     at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
  1196.     -  locked org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1@71cdbf05
  1197.     at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
  1198.     -  locked org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1@71cdbf05
  1199.     at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
  1200.     at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167)
  1201.     at net.minecraft.server.dedicated.DedicatedServerCommandThread.run(DedicatedServerCommandThread.java:38)
  1202.  
  1203.  
  1204. "Craft Scheduler Thread - 204", "Craft Scheduler Thread - 210", "Craft Scheduler Thread - 221", "Craft Scheduler Thread - 223", "Craft Scheduler Thread - 225", "Craft Scheduler Thread - 226" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@4b539e1e
  1205.     at sun.misc.Unsafe.park(Native Method)
  1206.     -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@4b539e1e
  1207.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  1208.     at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  1209.     at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  1210.     at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  1211.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  1212.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1213.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1214.     at java.lang.Thread.run(Thread.java:748)
  1215.  
  1216.  
  1217. "Deadlock Detector" RUNNABLE
  1218.     at sun.management.ThreadImpl.dumpThreads0(Native Method)
  1219.     at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:496)
  1220.     at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:484)
  1221.     at nallar.tickthreading.minecraft.DeadLockDetector.checkForDeadlocks(DeadLockDetector.java:178)
  1222.     at nallar.tickthreading.minecraft.DeadLockDetector$1.run(DeadLockDetector.java:37)
  1223.     at java.lang.Thread.run(Thread.java:748)
  1224.  
  1225.  
  1226. "DestroyJavaVM", "Signal Dispatcher" RUNNABLE
  1227.  
  1228.  
  1229. "File IO Thread" TIMED_WAITING
  1230.     at java.lang.Thread.sleep(Native Method)
  1231.     at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(ThreadedFileIOBase.java:61)
  1232.     at net.minecraft.world.storage.ThreadedFileIOBase.run(ThreadedFileIOBase.java:27)
  1233.     at java.lang.Thread.run(Thread.java:748)
  1234.  
  1235.  
  1236. "Finalizer" WAITING on java.lang.ref.ReferenceQueue$Lock@59995265
  1237.     at java.lang.Object.wait(Native Method)
  1238.     -  waiting on java.lang.ref.ReferenceQueue$Lock@59995265
  1239.     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  1240.     at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  1241.     at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  1242.  
  1243.  
  1244. "Listen thread" RUNNABLE (in native)
  1245.     at java.net.PlainSocketImpl.socketAccept(Native Method)
  1246.     at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
  1247.     at java.net.ServerSocket.implAccept(ServerSocket.java:560)
  1248.     at java.net.ServerSocket.accept(ServerSocket.java:528)
  1249.     at net.minecraft.server.ServerListenThread.run(ServerListenThread.java:73)
  1250.  
  1251.  
  1252. "PermissionsEx-Cleaner" WAITING on java.util.TaskQueue@55c58833
  1253.     at java.lang.Object.wait(Native Method)
  1254.     -  waiting on java.util.TaskQueue@55c58833
  1255.     at java.lang.Object.wait(Object.java:502)
  1256.     at java.util.TimerThread.mainLoop(Timer.java:526)
  1257.     at java.util.TimerThread.run(Timer.java:505)
  1258.  
  1259.  
  1260. "Reference Handler" WAITING on java.lang.ref.Reference$Lock@363e3ced
  1261.     at java.lang.Object.wait(Native Method)
  1262.     -  waiting on java.lang.ref.Reference$Lock@363e3ced
  1263.     at java.lang.Object.wait(Object.java:502)
  1264.     at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  1265.     at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  1266.  
  1267.  
  1268. "Server thread" RUNNABLE
  1269.     at java.io.FileOutputStream.writeBytes(Native Method)
  1270.     at java.io.FileOutputStream.write(FileOutputStream.java:326)
  1271.     at sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221)
  1272.     at sun.nio.cs.StreamEncoder.implWrite(StreamEncoder.java:282)
  1273.     at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:125)
  1274.     -  locked java.io.FileWriter@664710f9
  1275.     at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:135)
  1276.     at java.io.OutputStreamWriter.write(OutputStreamWriter.java:220)
  1277.     at java.io.Writer.write(Writer.java:157)
  1278.     at com.google.gson.stream.JsonWriter.string(JsonWriter.java:540)
  1279.     at com.google.gson.stream.JsonWriter.value(JsonWriter.java:404)
  1280.     at com.dimach.auction.ItemStackAdapter.write(ItemStackAdapter.java:20)
  1281.     at com.dimach.auction.ItemStackAdapter.write(ItemStackAdapter.java:12)
  1282.     at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
  1283.     at com.google.gson.internal.bind.ArrayTypeAdapter.write(ArrayTypeAdapter.java:93)
  1284.     at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
  1285.     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
  1286.     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
  1287.     at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
  1288.     at com.google.gson.internal.bind.ArrayTypeAdapter.write(ArrayTypeAdapter.java:93)
  1289.     at com.google.gson.internal.bind.TypeAdapterRuntimeTypeWrapper.write(TypeAdapterRuntimeTypeWrapper.java:68)
  1290.     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.write(ReflectiveTypeAdapterFactory.java:89)
  1291.     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.write(ReflectiveTypeAdapterFactory.java:195)
  1292.     at com.google.gson.Gson.toJson(Gson.java:586)
  1293.     at com.google.gson.Gson.toJson(Gson.java:565)
  1294.     at com.google.gson.Gson.toJson(Gson.java:540)
  1295.     at com.dimach.auction.server.AuctionData.save(AuctionData.java:119)
  1296.     at com.dimach.auction.server.ContainerStorage.handleCustomData(ContainerStorage.java:32)
  1297.     at com.dimach.auction.server.ServerProxy.pushGuiData(ServerProxy.java:28)
  1298.     at com.dimach.auction.NetworkHandler.onPacketData(NetworkHandler.java:25)
  1299.     at cpw.mods.fml.common.network.NetworkRegistry.handlePacket(NetworkRegistry.java:270)
  1300.     at cpw.mods.fml.common.network.NetworkRegistry.handleCustomPacket(NetworkRegistry.java:259)
  1301.     at cpw.mods.fml.common.network.FMLNetworkHandler.handlePacket250Packet(FMLNetworkHandler.java:85)
  1302.     at net.minecraft.network.NetServerHandler.func_72501_a(NetServerHandler.java:2463)
  1303.     at net.minecraft.network.packet.Packet250CustomPayload.func_73279_a(Packet250CustomPayload.java:70)
  1304.     at net.minecraft.network.packet.Packet250CustomPayload$$EnhancerByCGLIB$$95e0b568.CGLIB$func_73279_a$3(<generated>)
  1305.     at net.minecraft.network.packet.Packet250CustomPayload$$EnhancerByCGLIB$$95e0b568$$FastClassByCGLIB$$af616296.invoke(<generated>)
  1306.     at com.comphenix.net.sf.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  1307.     at com.comphenix.protocol.injector.packet.ReadPacketModifier.intercept(ReadPacketModifier.java:131)
  1308.     at net.minecraft.network.packet.Packet250CustomPayload$$EnhancerByCGLIB$$95e0b568.func_73279_a(<generated>)
  1309.     at net.minecraft.network.TcpConnection.func_74428_b(TcpConnection.java:355)
  1310.     at net.minecraft.network.NetServerHandler.func_72570_d(NetServerHandler.java:233)
  1311.     at net.minecraft.network.NetworkListenThread.func_71747_b_net_minecraft_network_NetworkListenThread_networkTick_p0(NetworkListenThread.java:37)
  1312.     at net.minecraft.network.NetworkListenThread.func_71747_b(NetworkListenThread.java)
  1313.     -  locked net.minecraft.server.dedicated.DedicatedServerListenThread@5a154d6a
  1314.     at net.minecraft.server.dedicated.DedicatedServerListenThread.func_71747_b(DedicatedServerListenThread.java:34)
  1315.     at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:396)
  1316.     at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:330)
  1317.     at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:275)
  1318.     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:164)
  1319.     at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16)
  1320.  
  1321.  
  1322. "Snooper Timer" TIMED_WAITING on java.util.TaskQueue@778922e0
  1323.     at java.lang.Object.wait(Native Method)
  1324.     -  waiting on java.util.TaskQueue@778922e0
  1325.     at java.util.TimerThread.mainLoop(Timer.java:552)
  1326.     at java.util.TimerThread.run(Timer.java:505)
  1327.  
  1328.  
  1329. "Spigot Metrics Thread" RUNNABLE (in native)
  1330.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  1331.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  1332.     -  locked java.net.SocksSocketImpl@3501f93a
  1333.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  1334.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  1335.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  1336.     at java.net.Socket.connect(Socket.java:607)
  1337.     at java.net.Socket.connect(Socket.java:556)
  1338.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  1339.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  1340.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  1341.     -  locked sun.net.www.http.HttpClient@403af4f9
  1342.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  1343.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  1344.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  1345.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  1346.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  1347.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  1348.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  1349.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  1350.     -  locked sun.net.www.protocol.http.HttpURLConnection@14951f64
  1351.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  1352.     -  locked sun.net.www.protocol.http.HttpURLConnection@14951f64
  1353.     at org.spigotmc.Metrics.postPlugin(Metrics.java:430)
  1354.     at org.spigotmc.Metrics.access$400(Metrics.java:68)
  1355.     at org.spigotmc.Metrics$1.run(Metrics.java:240)
  1356.     at java.util.TimerThread.mainLoop(Timer.java:555)
  1357.     at java.util.TimerThread.run(Timer.java:505)
  1358.  
  1359.  
  1360. "Thread-17" TIMED_WAITING
  1361.     at java.lang.Thread.sleep(Native Method)
  1362.     at net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:14)
  1363.     at java.lang.Thread.run(Thread.java:748)
  1364.  
  1365.  
  1366. "Thread-18" TIMED_WAITING
  1367.     at java.lang.Thread.sleep(Native Method)
  1368.     at net.coreprotect.consumer.Consumer.run(Consumer.java:47)
  1369.     at java.lang.Thread.run(Thread.java:748)
  1370.  
  1371.  
  1372. "Thread-21" RUNNABLE
  1373.     at java.net.PlainDatagramSocketImpl.receive0(Native Method)
  1374.     -  locked java.net.PlainDatagramSocketImpl@69dd77fd
  1375.     at java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
  1376.     -  locked java.net.PlainDatagramSocketImpl@69dd77fd
  1377.     at java.net.DatagramSocket.receive(DatagramSocket.java:812)
  1378.     -  locked java.net.DatagramPacket@6b3d8d16
  1379.     -  locked java.net.DatagramSocket@53785382
  1380.     at net.minecraft.network.rcon.RConThreadQuery.run(RConThreadQuery.java:318)
  1381.     at java.lang.Thread.run(Thread.java:748)
  1382.  
  1383.  
  1384. "Thread-22" RUNNABLE
  1385.     at java.net.PlainSocketImpl.socketAccept(Native Method)
  1386.     at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
  1387.     at java.net.ServerSocket.implAccept(ServerSocket.java:560)
  1388.     at java.net.ServerSocket.accept(ServerSocket.java:528)
  1389.     at net.minecraft.network.rcon.RConThreadMain.run(RConThreadMain.java:97)
  1390.     at java.lang.Thread.run(Thread.java:748)
  1391.  
  1392.  
  1393. "Thread-264" RUNNABLE (in native)
  1394.     at java.net.PlainSocketImpl.socketConnect(Native Method)
  1395.     at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
  1396.     -  locked java.net.SocksSocketImpl@4e312de
  1397.     at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
  1398.     at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
  1399.     at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
  1400.     at java.net.Socket.connect(Socket.java:607)
  1401.     at java.net.Socket.connect(Socket.java:556)
  1402.     at sun.net.NetworkClient.doConnect(NetworkClient.java:180)
  1403.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:463)
  1404.     at sun.net.www.http.HttpClient.openServer(HttpClient.java:558)
  1405.     -  locked sun.net.www.http.HttpClient@7ad271db
  1406.     at sun.net.www.http.HttpClient.<init>(HttpClient.java:242)
  1407.     at sun.net.www.http.HttpClient.New(HttpClient.java:339)
  1408.     at sun.net.www.http.HttpClient.New(HttpClient.java:357)
  1409.     at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:1226)
  1410.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1162)
  1411.     at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1056)
  1412.     at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:990)
  1413.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream0(HttpURLConnection.java:1340)
  1414.     -  locked sun.net.www.protocol.http.HttpURLConnection@7c88a3b0
  1415.     at sun.net.www.protocol.http.HttpURLConnection.getOutputStream(HttpURLConnection.java:1315)
  1416.     -  locked sun.net.www.protocol.http.HttpURLConnection@7c88a3b0
  1417.     at nallar.reporting.Metrics.postPlugin(Metrics.java:483)
  1418.     at nallar.reporting.Metrics.access$300(Metrics.java:60)
  1419.     at nallar.reporting.Metrics$1$1.run(Metrics.java:260)
  1420.     at java.lang.Thread.run(Thread.java:748)
  1421.  
  1422.  
  1423. "Thread-8" TIMED_WAITING
  1424.     at java.lang.Thread.sleep(Native Method)
  1425.     at me.Kepa2012.ipbl.ConnectionHandler.lambda$init$1(ConnectionHandler.java:153)
  1426.     at me.Kepa2012.ipbl.ConnectionHandler$$Lambda$16/580665384.run(Unknown Source)
  1427.     at java.lang.Thread.run(Thread.java:748)
  1428.  
  1429.  
  1430. "Timer-0" TIMED_WAITING on java.util.TaskQueue@61160013
  1431.     at java.lang.Object.wait(Native Method)
  1432.     -  waiting on java.util.TaskQueue@61160013
  1433.     at java.util.TimerThread.mainLoop(Timer.java:552)
  1434.     at java.util.TimerThread.run(Timer.java:505)
  1435.  
  1436.  
  1437. "Timer-1" TIMED_WAITING on java.util.TaskQueue@787ff753
  1438.     at java.lang.Object.wait(Native Method)
  1439.     -  waiting on java.util.TaskQueue@787ff753
  1440.     at java.util.TimerThread.mainLoop(Timer.java:552)
  1441.     at java.util.TimerThread.run(Timer.java:505)
  1442.  
  1443.  
  1444. "Timer-2" TIMED_WAITING on java.util.TaskQueue@1c2d5d4b
  1445.     at java.lang.Object.wait(Native Method)
  1446.     -  waiting on java.util.TaskQueue@1c2d5d4b
  1447.     at java.util.TimerThread.mainLoop(Timer.java:552)
  1448.     at java.util.TimerThread.run(Timer.java:505)
  1449.  
  1450.  
  1451. "pool-10-thread-1", "pool-10-thread-10", "pool-10-thread-2", "pool-10-thread-3", "pool-10-thread-4", "pool-10-thread-5", "pool-10-thread-6", "pool-10-thread-7", "pool-10-thread-8" WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5e201082
  1452.     at sun.misc.Unsafe.park(Native Method)
  1453.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5e201082
  1454.     at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  1455.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  1456.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1088)
  1457.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  1458.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  1459.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1460.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1461.     at java.lang.Thread.run(Thread.java:748)
  1462.  
  1463.  
  1464. "pool-10-thread-9" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5e201082
  1465.     at sun.misc.Unsafe.park(Native Method)
  1466.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5e201082
  1467.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  1468.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  1469.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  1470.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  1471.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  1472.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1473.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1474.     at java.lang.Thread.run(Thread.java:748)
  1475.  
  1476.  
  1477. "pool-2-thread-1" WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3795f302
  1478.     at sun.misc.Unsafe.park(Native Method)
  1479.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3795f302
  1480.     at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  1481.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  1482.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  1483.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  1484.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  1485.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1486.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1487.     at java.lang.Thread.run(Thread.java:748)
  1488.  
  1489.  
  1490. "pool-9-thread-1" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d4bfe26
  1491.     at sun.misc.Unsafe.park(Native Method)
  1492.     -  waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d4bfe26
  1493.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  1494.     at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  1495.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  1496.     at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  1497.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  1498.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1499.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1500.     at java.lang.Thread.run(Thread.java:748)
  1501.  
  1502.  
  1503. "process reaper" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6ba08d06
  1504.     at sun.misc.Unsafe.park(Native Method)
  1505.     -  waiting on java.util.concurrent.SynchronousQueue$TransferStack@6ba08d06
  1506.     at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  1507.     at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  1508.     at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  1509.     at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  1510.     at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  1511.     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1512.     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1513.     at java.lang.Thread.run(Thread.java:748)
  1514.  
  1515.  
  1516. "threadLongpollListener" RUNNABLE (in native)
  1517.     at java.net.SocketInputStream.socketRead0(Native Method)
  1518.     at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  1519.     at java.net.SocketInputStream.read(SocketInputStream.java:171)
  1520.     at java.net.SocketInputStream.read(SocketInputStream.java:141)
  1521.     at sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:457)
  1522.     at sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)
  1523.     at sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1095)
  1524.     at sun.security.ssl.SSLSocketImpl.access$200(SSLSocketImpl.java:72)
  1525.     at sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:815)
  1526.     -  locked sun.security.ssl.SSLSocketImpl$AppInputStream@1d7f1b98
  1527.     at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  1528.     at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
  1529.     at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  1530.     -  locked java.io.BufferedInputStream@6b4eca79
  1531.     at sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:735)
  1532.     at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:678)
  1533.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1593)
  1534.     -  locked sun.net.www.protocol.https.DelegateHttpsURLConnection@6c0c6d2c
  1535.     at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1498)
  1536.     -  locked sun.net.www.protocol.https.DelegateHttpsURLConnection@6c0c6d2c
  1537.     at java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:480)
  1538.     at sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:352)
  1539.     at com.petersamokhin.bots.sdk.utils.web.Connection.getRequestResponse(Connection.java:39)
  1540.     at com.petersamokhin.bots.sdk.longpoll.LongPoll.startListening(LongPoll.java:213)
  1541.     at com.petersamokhin.bots.sdk.longpoll.LongPoll.access$000(LongPoll.java:16)
  1542.     at com.petersamokhin.bots.sdk.longpoll.LongPoll$1.run(LongPoll.java:69)
  1543.     at java.lang.Thread.run(Thread.java:748)
  1544.  
  1545.  
  1546. Attempting to recover without restarting.
  1547. 04-22 06:42:56 [SEVERE] [TickThreading] Failed to recover from the deadlock.
  1548. 04-22 06:42:58 [INFO] [TickThreading] Attempting to save
  1549. 04-22 06:42:58 [INFO] [TickThreading] Saving all player data.
  1550. 04-22 06:42:58 [INFO] [TickThreading] Done saving player data, now saving 7 worlds.
  1551. 04-22 06:42:58 [INFO] [TickThreading] World save completed, flushing world data to disk.
  1552. 04-22 06:47:58 [SEVERE] [TickThreading] Froze while attempting to stop - halting server.
  1553.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement