Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server crash #25

Open
heyxmirko opened this issue Nov 8, 2023 · 0 comments
Open

Server crash #25

heyxmirko opened this issue Nov 8, 2023 · 0 comments

Comments

@heyxmirko
Copy link

heyxmirko commented Nov 8, 2023

[05:07:04] [Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Purpur bug.
[05:07:04] [Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
[05:07:04] [Watchdog Thread/ERROR]: 	 *Especially* if it looks like HTTP or MySQL operations are occurring
[05:07:04] [Watchdog Thread/ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
[05:07:04] [Watchdog Thread/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
[05:07:04] [Watchdog Thread/ERROR]: If you are unsure or still think this is a Purpur bug, please report this to https://github.com/PurpurMC/Purpur/issues
[05:07:04] [Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[05:07:04] [Watchdog Thread/ERROR]: Purpur version: git-Purpur-1985 (MC: 1.19.4)
[05:07:04] [Watchdog Thread/ERROR]: ------------------------------
[05:07:04] [Watchdog Thread/ERROR]: During the run of the server, a plugin set an excessive velocity on an entity
[05:07:04] [Watchdog Thread/ERROR]: This may be the cause of the issue, or it may be entirely unrelated
[05:07:04] [Watchdog Thread/ERROR]: Excessive velocity set detected: tried to set velocity of entity PiercingLunarYT id #23594727 to (1.834981134538408,-0.5358406250445569,5.598930759070626).
[05:07:04] [Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_19_R3.entity.CraftEntity.setVelocity(CraftEntity.java:481)
[05:07:04] [Watchdog Thread/ERROR]: 		GrapplingHook-1.6.5.jar//com.snowgears.grapplinghook.GrapplingListener.pullPlayerSlightly(GrapplingListener.java:472)
[05:07:04] [Watchdog Thread/ERROR]: 		GrapplingHook-1.6.5.jar//com.snowgears.grapplinghook.GrapplingListener.onGrapple(GrapplingListener.java:160)
[05:07:04] [Watchdog Thread/ERROR]: 		com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor975.execute(Unknown Source)
[05:07:04] [Watchdog Thread/ERROR]: 		org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
[05:07:04] [Watchdog Thread/ERROR]: 		co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77)
[05:07:04] [Watchdog Thread/ERROR]: 		org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[05:07:04] [Watchdog Thread/ERROR]: 		io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
[05:07:04] [Watchdog Thread/ERROR]: 		io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126)
[05:07:04] [Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:617)
[05:07:04] [Watchdog Thread/ERROR]: 		GrapplingHook-1.6.5.jar//com.snowgears.grapplinghook.GrapplingListener.fishEvent(GrapplingListener.java:315)
[05:07:04] [Watchdog Thread/ERROR]: 		com.destroystokyo.paper.event.executor.asm.generated.GeneratedEventExecutor976.execute(Unknown Source)
[05:07:04] [Watchdog Thread/ERROR]: 		org.bukkit.plugin.EventExecutor$2.execute(EventExecutor.java:77)
[05:07:04] [Watchdog Thread/ERROR]: 		co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:77)
[05:07:04] [Watchdog Thread/ERROR]: 		org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[05:07:04] [Watchdog Thread/ERROR]: 		io.papermc.paper.plugin.manager.PaperEventManager.callEvent(PaperEventManager.java:54)
[05:07:04] [Watchdog Thread/ERROR]: 		io.papermc.paper.plugin.manager.PaperPluginManagerImpl.callEvent(PaperPluginManagerImpl.java:126)
[05:07:04] [Watchdog Thread/ERROR]: 		org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:617)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.world.entity.projectile.FishingHook.retrieve(FishingHook.java:549)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.world.item.FishingRodItem.use(FishingRodItem.java:32)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.world.item.ItemStack.use(ItemStack.java:531)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.level.ServerPlayerGameMode.useItem(ServerPlayerGameMode.java:481)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.network.ServerGamePacketListenerImpl.handleUseItem(ServerGamePacketListenerImpl.java:2122)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.ServerboundUseItemPacket.handle(ServerboundUseItemPacket.java:32)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.game.ServerboundUseItemPacket.a(ServerboundUseItemPacket.java:8)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.network.protocol.PacketUtils.lambda$ensureRunningOnSameThread$0(PacketUtils.java:51)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.TickTask.run(TickTask.java:18)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:153)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1369)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.d(MinecraftServer.java:197)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:126)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1346)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1339)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.util.thread.BlockableEventLoop.managedBlock(BlockableEventLoop.java:136)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.waitUntilNextTick(MinecraftServer.java:1317)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1205)
[05:07:04] [Watchdog Thread/ERROR]: 		net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:325)
[05:07:04] [Watchdog Thread/ERROR]: 		java.base/java.lang.Thread.run(Thread.java:840)
[05:07:04] [Watchdog Thread/ERROR]: ------------------------------
[05:07:04] [Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Purpur!):
[05:07:04] [Watchdog Thread/ERROR]: Ticking entity: minecraft:player, entity class: net.minecraft.server.level.EntityPlayer
[05:07:04] [Watchdog Thread/ERROR]: Entity status: removed: false, valid: true, alive: true, is passenger: false
[05:07:04] [Watchdog Thread/ERROR]: Entity UUID: c42ca95f-6369-42ea-923f-1ffcfcdfa4b9
[05:07:04] [Watchdog Thread/ERROR]: Position: world: 'world' at location (18.63852837917859, 77.0, -64.6913280387645)
[05:07:04] [Watchdog Thread/ERROR]: Velocity: (0.0, 0.0, 0.0) (in blocks per tick)
[05:07:04] [Watchdog Thread/ERROR]: Entity AABB: AABB[18.338528367257663, 77.0, -64.99132805068542] -> [18.93852839109952, 78.5, -64.39132802684357]
[05:07:04] [Watchdog Thread/ERROR]: Total packets processed on the main thread for all players: 7860230
[05:07:04] [Watchdog Thread/ERROR]: ------------------------------```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant