每次有玩家玩半天就会崩溃不知道是什么原因 求解决
复制代码这是/opt/sc/./crash-reports/crash-2020-03-18_08.41.08-server.txt的内容:
复制代码
- [08:41:08] [Server thread/ERROR]: Encountered an unexpected exception
- net.minecraft.server.v1_12_R1.ReportedException: Exception ticking world
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:908) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) [PaperSpigot-1.12.2.jar:git-Paper-1298]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- Caused by: java.util.ConcurrentModificationException
- at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445) ~[?:1.8.0_242]
- at java.util.HashMap$KeyIterator.next(HashMap.java:1469) ~[?:1.8.0_242]
- at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:126) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:325) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:897) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- ... 4 more
- [08:41:08] [Server thread/ERROR]: Cause of unexpected exception was
- java.util.ConcurrentModificationException: null
- at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445) ~[?:1.8.0_242]
- at java.util.HashMap$KeyIterator.next(HashMap.java:1469) ~[?:1.8.0_242]
- at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:126) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:325) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:897) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767) ~[PaperSpigot-1.12.2.jar:git-Paper-1298]
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665) [PaperSpigot-1.12.2.jar:git-Paper-1298]
- at java.lang.Thread.run(Thread.java:748) [?:1.8.0_242]
- [08:41:08] [Server thread/ERROR]: This crash report has been saved to: /opt/sc/./crash-reports/crash-2020-03-18_08.41.08-server.txt
- [08:41:08] [Server thread/INFO]: Stopping server
- ---- Minecraft Crash Report ----
- // Don't do that.
- Time: 20-3-18 上午8:41
- Description: Exception ticking world
- java.util.ConcurrentModificationException
- at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
- at java.util.HashMap$KeyIterator.next(HashMap.java:1469)
- at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:126)
- at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:325)
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:897)
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426)
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767)
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
- at java.lang.Thread.run(Thread.java:748)
- A detailed walkthrough of the error, its code path and all known details is as follows:
- ---------------------------------------------------------------------------------------
- -- Head --
- Thread: Server thread
- Stacktrace:
- at java.util.HashMap$HashIterator.nextNode(HashMap.java:1445)
- at java.util.HashMap$KeyIterator.next(HashMap.java:1469)
- at net.minecraft.server.v1_12_R1.PlayerChunkMap.flush(PlayerChunkMap.java:126)
- at net.minecraft.server.v1_12_R1.WorldServer.doTick(WorldServer.java:325)
- -- Affected level --
- Details:
- Level name: world
- All players: 1 total; [EntityPlayer[' '/5, l='world', x=1150.96, y=67.00, z=1.57]( at 1150.959948697254,67.0,1.568467063813677)]
- Chunk stats: ServerChunkCache: 224 Drop: 0
- Level seed: -7499413468988536268
- Level generator: ID 00 - default, ver 1. Features enabled: true
- Level generator options:
- Level spawn location: World: (-96,64,256), Chunk: (at 0,4,0 in -6,16; contains blocks -96,0,256 to -81,255,271), Region: (-1,0; contains chunks -32,0 to -1,31, blocks -512,0,0 to -1,255,511)
- Level time: 2728440 game time, 2746700 day time
- Level dimension: 0
- Level storage version: 0x04ABD - Anvil
- Level weather: Rain time: 117026 (now: false), thunder time: 136823 (now: false)
- Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
- Stacktrace:
- at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:897)
- at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426)
- at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767)
- at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665)
- at java.lang.Thread.run(Thread.java:748)
- -- System Details --
- Details:
- Minecraft Version: 1.12.2
- Operating System: Linux (amd64) version 3.10.0-693.el7.x86_64
- Java Version: 1.8.0_242, Oracle Corporation
- Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
- Memory: 2864724680 bytes (2732 MB) / 3154640896 bytes (3008 MB) up to 3154640896 bytes (3008 MB)
- JVM Flags: 4 total; -Xms3G -Xmx3G -XX:+AggressiveOpts -XX:+UseCompressedOops
- IntCache: cache: 1, tcache: 1, allocated: 12, tallocated: 94
- CraftBukkit Information:
- Running: Paper version git-Paper-1298 (MC: 1.12.2) (Implementing API version 1.12.2-R0.1-SNAPSHOT) false
- Plugins: { DangerousNether v1.0 mainPack.main [DaddyLootly], OpenInv v3.3.3 com.lishid.openinv.OpenInv [lishid, Jikoo, ShadowRanger], PortalDrop v1.0 org.Mokier.PortalDrop.Main [], PlaceholderAPI v2.10.3 me.clip.placeholderapi.PlaceholderAPIPlugin [extended_clip, Glare], GroupManager v2.0 (2.12.1) (Phoenix) org.anjocaido.groupmanager.GroupManager [AnjoCaido, Gabriel Couto, ElgarL], PlugMan v2.1.5 com.rylinaux.plugman.PlugMan [rylinaux], IllegalStack v1.6.0 main.FreePlugin [dNiym], Chairs v4.11 com.cnaude.chairs.core.Chairs [spoothie, cnaude, _Shevchik_], tpLogin v1.5.1 com.volcanicplaza.tpLogin.tpLogin [NXTGUY & VolcanicPlaza.com], WaterFlowLimit v1.2.0 cn.mclover.Water.Main [Leon QQ121186546], IPLimit v1.0.0 us.blockbox.iplimit.IPLimit [MegaNarwhal_], RailBugFix v0.1 net.meano.RailBugFix.RailBugFixMain [Meano], DeluxeTags v1.7.1 me.clip.deluxetags.DeluxeTags [extended_clip], FastAsyncWorldEdit v19.11.13-5505943-1282-22.3.5 com.boydti.fawe.bukkit.BukkitMain [Empire92], ProtectWorld v17.728 com.burgess.ProtectWorld.MainClass [], antirailhack v1.2 antirailhack.arh [渲染之恋], TrChat v1.71 me.arasple.mc.trchat.TrChat [Arasple], DangerousCaves v10.5 mainPackage.main [DaddyLootly], BBSToper v3.3.3 moe.feo.bbstoper.BBSToper [Fengshuai(R_Josef)], SQLibrary v7.1 lib.PatPeter.SQLibrary.SQLibrary [PatPeter], SafeNetherDoor v1.0 SafeNetherDoor [], ViaVersion v1.5.2 us.myles.ViaVersion.ViaVersionPlugin [_MylesC, Matsv], Vault v1.6.6-b${env.TRAVIS_BUILD_NUMBER} net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], WorldEdit v6.1.9;caf0ad9 com.sk89q.worldedit.bukkit.WorldEditPlugin [], Essentials v2.17.1.53 com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685], PlotSquared v18.12.26-e3192f0-2060 com.plotsquared.bukkit.BukkitMain [Citymonstret, Empire92, MattBDev], QuickShop v0.9.35 org.maxgamer.quickshop.QuickShop [Netherfoam, Timtower, KaiNoMood], Marriage v2.0.19 com.lenis0012.bukkit.marriage2.internal.MarriagePlugin [lenis0012], ProtocolLib v4.4.0 com.comphenix.protocol.ProtocolLib [dmulloy2, comphenix], Multiverse-Core v2.5.0-b727 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--, dumptruckman], WorldGuard v6.2.1;84bc322 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], NoCheatPlus v3.16.0-RC-sMD5NET-b1134 fr.neatmonster.nocheatplus.NoCheatPlus [NeatMonster, asofold, Evenprime], Shopkeepers v2.2.2 com.nisovin.shopkeepers.SKShopkeepersPlugin [nisovin, blablubbabc], ChestCommands v3.1.4 com.gmail.filoghost.chestcommands.ChestCommands [], Residence v4.8.1.0 com.bekvon.bukkit.residence.Residence [bekvon, nate302, t00thpick1], MoreFish v2.1.3 me.elsiff.morefish.MoreFish [elsiff], EssentialsProtect v2.17.1.53 com.earth2me.essentials.protect.EssentialsProtect [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], EssentialsChat v2.17.1.53 com.earth2me.essentials.chat.EssentialsChat [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally], QiMengBBSMoney v1.0 qq1137889900.Main.Main [], RandomLocation v4.78 me.xADudex.RandomLocation.Main [xADudex aka xGamingDudex], EssentialsSpawn v2.17.1.53 com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], MyPet v2.3.5 de.Keyle.MyPet.MyPetPlugin [Keyle], Orebfuscator4 v4.4.3 com.lishid.orebfuscator.Orebfuscator [lishid, Aleksey-Terzi, ProgrammerDan], SuddenDeath v1.5.4 net.Indyuce.suddendeath.SuddenDeath [Indyuce], NeverLag v1.3.0 jiongjionger.NeverLag [jiongjionger], HolographicDisplays v2.2.6 com.gmail.filoghost.holographicdisplays.HolographicDisplays [], LockettePro v2.4.1 me.crafter.mc.lockettepro.LockettePro [connection_lost],}
- Warnings: DEFAULT
- Reload Count: 0
- Threads: { RUNNABLE Thread-15: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], WAITING Chunk I/O Executor Thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-24-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-20: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING pool-15-thread-1: [java.lang.Thread.sleep(Native Method), io.izzel.taboolib.TabooLib.lambda$new$0(TabooLib.java:74), io.izzel.taboolib.TabooLib$Lambda$245/568135398.run(Unknown Source), java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511), java.util.concurrent.FutureTask.run(FutureTask.java:266), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 523: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Thread-5: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-17: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Paper Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:104)], TIMED_WAITING threadDeathWatcher-2-1: [java.lang.Thread.sleep(Native Method), io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:159), io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30), java.lang.Thread.run(Thread.java:748)], RUNNABLE JLine terminal non blocking reader thread: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:255), org.jline.utils.InputStreamReader.read(InputStreamReader.java:270), org.jline.utils.InputStreamReader.read(InputStreamReader.java:200), org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-6: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Craft Scheduler Thread - 522: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Timer-3: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)], RUNNABLE Thread-12: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-10: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:235), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:252), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:886), java.lang.Thread.run(Thread.java:748)], WAITING Head Conversion Thread - 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-21-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING ProtocolLib-StructureCompiler 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-4: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Thread-6: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 3: [java.lang.Thread.sleep(Native Method), com.intellectualcrafters.plot.database.SQLManager$1.run(SQLManager.java:163), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:58), org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52), com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Server console handler: [java.lang.Object.wait(Native Method), org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:174), org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:113), org.jline.keymap.BindingReader.readCharacter(BindingReader.java:132), org.jline.keymap.BindingReader.readBinding(BindingReader.java:109), org.jline.keymap.BindingReader.readBinding(BindingReader.java:60), org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:724), org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:526), org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:390), com.destroystokyo.paper.console.TerminalHandler.handleCommands(TerminalHandler.java:36), net.minecraft.server.v1_12_R1.DedicatedServer$2.run(DedicatedServer.java:77)], RUNNABLE Thread-18: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 520: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-7: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-31-thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-19: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Abandoned connection cleanup thread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144), com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 516: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference.tryHandlePending(Reference.java:191), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)], RUNNABLE Thread-16: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 524: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 521: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Head Conversion Thread - 1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-25-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Paper Async Task Handler Thread - 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Thread-11: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:748)], WAITING pool-11-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-5: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Timer-1: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Timer-2: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_12_R1.DedicatedServer$1.run(DedicatedServer.java:60)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_12_R1.FileIOThread.c(FileIOThread.java:55), net.minecraft.server.v1_12_R1.FileIOThread.run(FileIOThread.java:28), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1610), org.bukkit.craftbukkit.v1_12_R1.CraftCrashReport.call(CraftCrashReport.java:30), net.minecraft.server.v1_12_R1.CrashReportSystemDetails.a(SourceFile:78), net.minecraft.server.v1_12_R1.CrashReport.h(CrashReport.java:128), net.minecraft.server.v1_12_R1.CrashReport.<init>(CrashReport.java:35), net.minecraft.server.v1_12_R1.CrashReport.a(CrashReport.java:322), net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:902), net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:426), net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:767), net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:665), java.lang.Thread.run(Thread.java:748)], WAITING Chunk I/O Executor Thread-2: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Orebfuscator ProximityHider Thread: [java.lang.Thread.sleep(Native Method), com.lishid.orebfuscator.obfuscation.ProximityHider.run(ProximityHider.java:68)], TIMED_WAITING TConfigWatcherService-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Signal Dispatcher: [],}
-
- Profiler Position: N/A (disabled)
- Player Count: 1 / 50; [EntityPlayer[' '/5, l='world', x=1150.96, y=67.00, z=1.57]( at 1150.959948697254,67.0,1.568467063813677)]
- Is Modded: Definitely; Server brand changed to 'Paper'
- Type: Dedicated Server (map_server.txt)
Exception ticking world
世界加载错误了
世界加载错误了
删除世界这个坐标的实体(-96,64,256),
syn614211648 发表于 2020-3-18 13:09
Exception ticking world
世界加载错误了
那有什么办法解决吗?
曹杨 发表于 2020-3-18 13:15
那有什么办法解决吗?
无法修复时可以用worldedit(创世神插件),MCEdit,NBTExplorer之类编辑器删除掉这一方块/区块。
Kruls 发表于 2020-3-18 13:17
无法修复时可以用worldedit(创世神插件),MCEdit,NBTExplorer之类编辑器删除掉这一方块/区块。 ...
这个我之前重置过世界过不了多久又会出现这种情况?重置没办法解决吗?
曹杨 发表于 2020-3-18 13:15
那有什么办法解决吗?
玩家位置: (-96,64,256), 区块-6,16内部坐标0,4,0 范围-96,0,256 到-81,255,271坐标方块,区域-1,0的 -32,0到-1,31这一大片
曹杨 发表于 2020-3-18 13:22
这个我之前重置过世界过不了多久又会出现这种情况?重置没办法解决吗? ...
你去我给你的这个坐标查查,应该是玩家放置的啥方块崩服了
本帖最后由 御炎Roinflam 于 2020-3-18 13:28 编辑
你有个插件调用hashmap导致服务器崩溃,删区块并不能彻底解决问题
建议用对半分办法排除插件
MOJANG出来挨打
或者是你服务端核心的特性?
尝试换一个看看能不能解决
你有个插件调用hashmap导致服务器崩溃,删区块并不能彻底解决问题
建议用对半分办法排除插件
或者是你服务端核心的特性?
尝试换一个看看能不能解决
御炎Roinflam 发表于 2020-3-18 13:26
你有个插件调用hashmap导致服务器崩溃,删区块并不能彻底解决问题
建议用对半分办法排除插件
[S]MOJANG出来 ...
但是这个也不是一开就会崩怎么排除呢。。。
御炎Roinflam 发表于 2020-3-18 13:29
这就比较棘手了,你之前有过吗?
可能是你新加的什么插件导致的
也没有加什么新的插件哎 换核心 PaperSpigot和Spigot都试过了都会崩溃
御炎Roinflam 发表于 2020-3-18 13:29
这就比较棘手了,你之前有过吗?
可能是你新加的什么插件导致的
hashmap这个调用的功能是什么?说出来我应该就大概知道是什么插件了
曹杨 发表于 2020-3-18 13:31
也没有加什么新的插件哎 换核心 PaperSpigot和Spigot都试过了都会崩溃
大可尝试排除法(备份)
删除你的plugin,待久点看看会不会崩
不崩的话就是你插件问题,崩的话就是核心问题
如果是插件问题就用对半分方法逐步测试(原本就耗时间,像这种更耗了)
不然是解决不了的
曹杨 发表于 2020-3-18 13:33
hashmap这个调用的功能是什么?说出来我应该就大概知道是什么插件了
很多插件都会用上HashMap的,并不是专门指一个
HashMap<World, Boolean> banworld=new HashMap<World,Boolean>();
像这种就是一个简单的创建HashMap方法