我的服务器出现这样的报错:
[11:42:39 ERROR]: ------------------------------
[11:42:39 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[11:42:39 ERROR]: ------------------------------
[11:42:42 ERROR]: ------------------------------
[11:42:42 ERROR]: The server has stopped responding! This is (probably) not a Paper bug.
[11:42:42 ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
[11:42:42 ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
[11:42:42 ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
[11:42:42 ERROR]: If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes
[11:42:42 ERROR]: If you are unsure or still think this is a Paper bug, please report this to https://github.com/PaperMC/Paper/issues
[11:42:42 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[11:42:42 ERROR]: Paper version: git-Paper-333 (MC: 1.18.2)
[11:42:42 ERROR]: ------------------------------
[11:42:42 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[11:42:42 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[11:42:42 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[11:42:42 ERROR]: Entity UUID: 26d9bc76-87cd-3d78-9a4f-075566f4bca4
[11:42:42 ERROR]: Position: world: 'world' at location (-13.210996965621646, 26.0, -42.74789189994692)
[11:42:42 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)
[11:42:42 ERROR]: Entity AABB: AABB[-13.510996977542575, 26.0, -43.04789191186785] -> [-12.910996953700717, 27.799999952316284, -42.44789188802599]
[11:42:42 ERROR]: Total packets processed on the main thread for all players: 955
[11:42:42 ERROR]: ------------------------------
[11:42:42 ERROR]: Current Thread: Server thread
[11:42:42 ERROR]: PID: 24 | Suspended: false | Native: false | State: RUNNABLE
[11:42:42 ERROR]: Stack:
[11:42:43 ERROR]: net.minecraft.world.entity.Entity.hasExactlyOnePlayerPassenger(Entity.java:3786)
[11:42:43 ERROR]: net.minecraft.world.entity.Entity.shouldBeSaved(Entity.java:4253)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager$$Lambda$9005/0x000000080250f168.test(Unknown Source)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178)
[11:42:43 ERROR]: [email protected]/java.util.Iterator.forEachRemaining(Iterator.java:133)
[11:42:43 ERROR]: [email protected]/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[11:42:43 ERROR]: [email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
[11:42:43 ERROR]: [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
[11:42:43 ERROR]: [email protected]/java.util.stream.LongPipeline$1$1.accept(LongPipeline.java:177)
[11:42:43 ERROR]: [email protected]/java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:183)
[11:42:43 ERROR]: [email protected]/java.util.Spliterators$LongIteratorSpliterator.forEachRemaining(Spliterators.java:2046)
[11:42:43 ERROR]: [email protected]/java.util.Spliterator$OfLong.forEachRemaining(Spliterator.java:775)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.storeChunkSections(PersistentEntitySectionManager.java:313)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.storeChunkSections(PersistentEntitySectionManager.java:301)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.lambda$saveAll$17(PersistentEntitySectionManager.java:436)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager$$Lambda$9003/0x000000080250ecf0.test(Unknown Source)
[11:42:43 ERROR]: it.unimi.dsi.fastutil.longs.LongCollection.removeIf(LongCollection.java:285)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.saveAll(PersistentEntitySectionManager.java:433)
[11:42:43 ERROR]: net.minecraft.server.level.ServerLevel.save(ServerLevel.java:1256)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.saveAllChunks(MinecraftServer.java:887)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.saveEverything(MinecraftServer.java:921)
[11:42:43 ERROR]: net.minecraft.server.commands.SaveAllCommand.saveAll(SaveAllCommand.java:27)
[11:42:43 ERROR]: net.minecraft.server.commands.SaveAllCommand.register(SaveAllCommand.java:19)
[11:42:43 ERROR]: net.minecraft.server.commands.CommandSaveAll$$Lambda$3854/0x0000000801428ed8.run(Unknown Source)
[11:42:43 ERROR]: com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264)
[11:42:43 ERROR]: com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:178)
[11:42:43 ERROR]: net.minecraft.commands.Commands.performCommand(Commands.java:293)
[11:42:43 ERROR]: org.bukkit.craftbukkit.v1_18_R2.command.VanillaCommandWrapper.execute(VanillaCommandWrapper.java:45)
[11:42:43 ERROR]: org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[11:42:43 ERROR]: org.bukkit.craftbukkit.v1_18_R2.CraftServer.dispatchCommand(CraftServer.java:906)
[11:42:43 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2306)
[11:42:43 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2117)
[11:42:43 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2098)
[11:42:43 ERROR]: net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)
[11:42:43 ERROR]: net.minecraft.network.protocol.game.ServerboundChatPacket.a(ServerboundChatPacket.java:6)
[11:42:43 ERROR]: net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51)
[11:42:43 ERROR]: net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$8894/0x0000000801c1cd40.run(Unknown Source)
[11:42:43 ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18)
[11:42:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
[11:42:43 ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1399)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188)
[11:42:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1376)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1369)
[11:42:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1347)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1229)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4102/0x000000080148e2c8.run(Unknown Source)
[11:42:43 ERROR]: [email protected]/java.lang.Thread.run(Thread.java:833)
[11:42:43 ERROR]: ------------------------------
[11:42:43 ERROR]: Entire Thread Dump:
求帮助,谢谢.悬赏:30金粒
[11:42:39 ERROR]: ------------------------------
[11:42:39 ERROR]: --- DO NOT REPORT THIS TO PAPER - THIS IS NOT A BUG OR A CRASH ---
[11:42:39 ERROR]: ------------------------------
[11:42:42 ERROR]: ------------------------------
[11:42:42 ERROR]: The server has stopped responding! This is (probably) not a Paper bug.
[11:42:42 ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
[11:42:42 ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
[11:42:42 ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
[11:42:42 ERROR]: If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes
[11:42:42 ERROR]: If you are unsure or still think this is a Paper bug, please report this to https://github.com/PaperMC/Paper/issues
[11:42:42 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[11:42:42 ERROR]: Paper version: git-Paper-333 (MC: 1.18.2)
[11:42:42 ERROR]: ------------------------------
[11:42:42 ERROR]: Server thread dump (Look for plugins here before reporting to Paper!):
[11:42:42 ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[11:42:42 ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[11:42:42 ERROR]: Entity UUID: 26d9bc76-87cd-3d78-9a4f-075566f4bca4
[11:42:42 ERROR]: Position: world: 'world' at location (-13.210996965621646, 26.0, -42.74789189994692)
[11:42:42 ERROR]: Velocity: (0.0, -0.0784000015258789, 0.0) (in blocks per tick)
[11:42:42 ERROR]: Entity AABB: AABB[-13.510996977542575, 26.0, -43.04789191186785] -> [-12.910996953700717, 27.799999952316284, -42.44789188802599]
[11:42:42 ERROR]: Total packets processed on the main thread for all players: 955
[11:42:42 ERROR]: ------------------------------
[11:42:42 ERROR]: Current Thread: Server thread
[11:42:42 ERROR]: PID: 24 | Suspended: false | Native: false | State: RUNNABLE
[11:42:42 ERROR]: Stack:
[11:42:43 ERROR]: net.minecraft.world.entity.Entity.hasExactlyOnePlayerPassenger(Entity.java:3786)
[11:42:43 ERROR]: net.minecraft.world.entity.Entity.shouldBeSaved(Entity.java:4253)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager$$Lambda$9005/0x000000080250f168.test(Unknown Source)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:178)
[11:42:43 ERROR]: [email protected]/java.util.Iterator.forEachRemaining(Iterator.java:133)
[11:42:43 ERROR]: [email protected]/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1845)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[11:42:43 ERROR]: [email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
[11:42:43 ERROR]: [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline$7$1.accept(ReferencePipeline.java:276)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
[11:42:43 ERROR]: [email protected]/java.util.stream.LongPipeline$1$1.accept(LongPipeline.java:177)
[11:42:43 ERROR]: [email protected]/java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:183)
[11:42:43 ERROR]: [email protected]/java.util.Spliterators$LongIteratorSpliterator.forEachRemaining(Spliterators.java:2046)
[11:42:43 ERROR]: [email protected]/java.util.Spliterator$OfLong.forEachRemaining(Spliterator.java:775)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReduceOps$ReduceOp.evaluateSequential(ReduceOps.java:921)
[11:42:43 ERROR]: [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
[11:42:43 ERROR]: [email protected]/java.util.stream.ReferencePipeline.collect(ReferencePipeline.java:682)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.storeChunkSections(PersistentEntitySectionManager.java:313)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.storeChunkSections(PersistentEntitySectionManager.java:301)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.lambda$saveAll$17(PersistentEntitySectionManager.java:436)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager$$Lambda$9003/0x000000080250ecf0.test(Unknown Source)
[11:42:43 ERROR]: it.unimi.dsi.fastutil.longs.LongCollection.removeIf(LongCollection.java:285)
[11:42:43 ERROR]: net.minecraft.world.level.entity.PersistentEntitySectionManager.saveAll(PersistentEntitySectionManager.java:433)
[11:42:43 ERROR]: net.minecraft.server.level.ServerLevel.save(ServerLevel.java:1256)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.saveAllChunks(MinecraftServer.java:887)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.saveEverything(MinecraftServer.java:921)
[11:42:43 ERROR]: net.minecraft.server.commands.SaveAllCommand.saveAll(SaveAllCommand.java:27)
[11:42:43 ERROR]: net.minecraft.server.commands.SaveAllCommand.register(SaveAllCommand.java:19)
[11:42:43 ERROR]: net.minecraft.server.commands.CommandSaveAll$$Lambda$3854/0x0000000801428ed8.run(Unknown Source)
[11:42:43 ERROR]: com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:264)
[11:42:43 ERROR]: com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:178)
[11:42:43 ERROR]: net.minecraft.commands.Commands.performCommand(Commands.java:293)
[11:42:43 ERROR]: org.bukkit.craftbukkit.v1_18_R2.command.VanillaCommandWrapper.execute(VanillaCommandWrapper.java:45)
[11:42:43 ERROR]: org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:159)
[11:42:43 ERROR]: org.bukkit.craftbukkit.v1_18_R2.CraftServer.dispatchCommand(CraftServer.java:906)
[11:42:43 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleCommand(ServerGamePacketListenerImpl.java:2306)
[11:42:43 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2117)
[11:42:43 ERROR]: net.minecraft.server.network.ServerGamePacketListenerImpl.handleChat(ServerGamePacketListenerImpl.java:2098)
[11:42:43 ERROR]: net.minecraft.network.protocol.game.ServerboundChatPacket.handle(ServerboundChatPacket.java:46)
[11:42:43 ERROR]: net.minecraft.network.protocol.game.ServerboundChatPacket.a(ServerboundChatPacket.java:6)
[11:42:43 ERROR]: net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$1(PacketUtils.java:51)
[11:42:43 ERROR]: net.minecraft.network.protocol.PlayerConnectionUtils$$Lambda$8894/0x0000000801c1cd40.run(Unknown Source)
[11:42:43 ERROR]: net.minecraft.server.TickTask.run(TickTask.java:18)
[11:42:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
[11:42:43 ERROR]: net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1399)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.d(MinecraftServer.java:188)
[11:42:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1376)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1369)
[11:42:43 ERROR]: net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1347)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1229)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:315)
[11:42:43 ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4102/0x000000080148e2c8.run(Unknown Source)
[11:42:43 ERROR]: [email protected]/java.lang.Thread.run(Thread.java:833)
[11:42:43 ERROR]: ------------------------------
[11:42:43 ERROR]: Entire Thread Dump:
求帮助,谢谢.悬赏:30金粒
貌似是线程崩了,尝试提升服务器配置
首先像1楼说的,升级配置,如果不行,那就更换核心和java,再不行............换系统