Paste your logs.

Built for Minecraft & Hytale

Paper 1.21.7 Server Log

199 lines
Raw
Detected
Minecraft version: 1.21.7
container@pterodactyl~ java -version
openjdk version "21.0.7" 2025-04-15 LTS
OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar Dpaper.playerconnection.keepalive=120
Starting org.bukkit.craftbukkit.Main
[22:02:22 INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.7+6-LTS; Eclipse Adoptium Temurin-21.0.7+6) on Linux 4.18.0-553.56.1.el8_10.x86_64 (amd64)
[22:02:22 INFO]: [bootstrap] Loading Paper 1.21.7-17-main@b4466ec (2025-07-06T18:59:07Z) for Minecraft 1.21.7
[22:02:22 INFO]: [PluginInitializerManager] Initializing plugins...
[22:02:22 INFO]: [PluginInitializerManager] Initialized 0 plugins
[22:02:23 INFO]: [ReobfServer] Remapping server...
[22:02:25 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[22:02:26 INFO]: Loaded 1407 recipes
[22:02:26 INFO]: Loaded 1520 advancements
[22:02:26 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
[22:02:26 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 178.5ms
[22:02:26 INFO]: [ReobfServer] Done remapping server in 2990ms.
[22:02:26 INFO]: Starting minecraft server version 1.21.7
[22:02:26 INFO]: Loading properties
[22:02:26 INFO]: This server is running Paper version 1.21.7-17-main@b4466ec (2025-07-06T18:59:07Z) (Implementing API version 1.21.7-R0.1-SNAPSHOT)
[22:02:26 INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[22:02:26 INFO]: Server Ping Player Sample Count: 12
[22:02:26 INFO]: Using 4 threads for Netty based IO
[22:02:26 INFO]: [MoonriseCommon] Paper is using 1 worker threads, 1 I/O threads
[22:02:26 INFO]: [ChunkTaskScheduler] Chunk system is using population gen parallelism: true
[22:02:26 INFO]: Default game type: SURVIVAL
[22:02:26 INFO]: Generating keypair
[22:02:26 INFO]: Starting Minecraft server on 0.0.0.0:25566
[22:02:26 INFO]: Using epoll channel type
[22:02:26 INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[22:02:26 INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[22:02:26 INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:02:26 INFO]: Preparing level "world"
[22:02:26 INFO]: Preparing start region for dimension minecraft:overworld
[22:02:27 INFO]: Preparing spawn area: 0%
[22:02:27 INFO]: Time elapsed: 433 ms
[22:02:27 INFO]: Preparing start region for dimension minecraft:the_nether
[22:02:27 INFO]: Preparing spawn area: 0%
[22:02:27 INFO]: Time elapsed: 67 ms
[22:02:27 INFO]: Preparing start region for dimension minecraft:the_end
[22:02:27 INFO]: Preparing spawn area: 0%
[22:02:27 INFO]: Time elapsed: 29 ms
[22:02:27 INFO]: [spark] Starting background profiler...
[22:02:27 INFO]: Done preparing level "world" (0.830s)
[22:02:27 INFO]: Running delayed init tasks
[22:02:27 INFO]: Done (5.233s)! For help, type "help"
container@pterodactyl~ Server marked as stopping...
stop
[22:02:45 INFO]: Stopping the server
[22:02:45 WARN]: java.lang.Throwable: Server stopped
[22:02:45 WARN]: at io.papermc.paper.util.TraceUtil.dumpTraceForThread(TraceUtil.java:16)
[22:02:45 WARN]: at net.minecraft.server.MinecraftServer.safeShutdown(MinecraftServer.java:1099)
[22:02:45 WARN]: at net.minecraft.server.MinecraftServer.halt(MinecraftServer.java:1094)
[22:02:45 WARN]: at net.minecraft.server.commands.StopCommand.lambda$register$1(StopCommand.java:12)
[22:02:45 WARN]: at com.mojang.brigadier.context.ContextChain.runExecutable(ContextChain.java:73)
[22:02:45 WARN]: at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:30)
[22:02:45 WARN]: at net.minecraft.commands.execution.tasks.ExecuteCommand.execute(ExecuteCommand.java:13)
[22:02:45 WARN]: at net.minecraft.commands.execution.UnboundEntryAction.lambda$bind$0(UnboundEntryAction.java:8)
[22:02:45 WARN]: at net.minecraft.commands.execution.CommandQueueEntry.execute(CommandQueueEntry.java:5)
[22:02:45 WARN]: at net.minecraft.commands.execution.ExecutionContext.runCommandQueue(ExecutionContext.java:105)
[22:02:45 WARN]: at net.minecraft.commands.Commands.executeCommandInContext(Commands.java:451)
[22:02:45 WARN]: at net.minecraft.commands.Commands.performCommand(Commands.java:357)
[22:02:45 WARN]: at net.minecraft.commands.Commands.performCommand(Commands.java:345)
[22:02:45 WARN]: at net.minecraft.commands.Commands.performPrefixedCommand(Commands.java:336)
[22:02:45 WARN]: at net.minecraft.server.dedicated.DedicatedServer.handleConsoleInputs(DedicatedServer.java:435)
[22:02:45 WARN]: at net.minecraft.server.dedicated.DedicatedServer.tickConnection(DedicatedServer.java:386)
[22:02:45 WARN]: at net.minecraft.server.MinecraftServer.tickChildren(MinecraftServer.java:1738)
[22:02:45 WARN]: at net.minecraft.server.MinecraftServer.tickServer(MinecraftServer.java:1530)
[22:02:45 WARN]: at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1252)
[22:02:45 WARN]: at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:310)
[22:02:45 WARN]: at java.base/java.lang.Thread.run(Thread.java:1583)
[22:02:45 INFO]: Stopping server
[22:02:45 INFO]: Saving players
[22:02:45 INFO]: Saving worlds
[22:02:45 INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[22:02:45 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[22:02:45 INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[22:02:45 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[22:02:45 INFO]: [ChunkHolderManager] Saved 49 block chunks, 49 entity chunks, 0 poi chunks in world 'world' in 0.14s
[22:02:45 INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world'
[22:02:45 INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world'
[22:02:45 INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[22:02:45 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[22:02:45 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[22:02:45 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[22:02:46 INFO]: [ChunkHolderManager] Saved 49 block chunks, 49 entity chunks, 0 poi chunks in world 'world_nether' in 0.05s
[22:02:46 INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_nether'
[22:02:46 INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_nether'
[22:02:46 INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[22:02:46 INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[22:02:46 INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[22:02:46 INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[22:02:46 INFO]: [ChunkHolderManager] Saved 49 block chunks, 49 entity chunks, 0 poi chunks in world 'world_the_end' in 0.02s
[22:02:46 INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_the_end'
[22:02:46 INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_the_end'
[22:02:46 INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[22:02:46 INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[22:02:46 INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[22:02:46 INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[22:02:46 INFO]: Waiting for all RegionFile I/O tasks to complete...
[22:02:46 INFO]: All RegionFile I/O tasks to complete
[22:02:46 INFO]: [MoonriseCommon] Awaiting termination of worker pool for up to 60s...
[22:02:46 INFO]: [MoonriseCommon] Awaiting termination of I/O pool for up to 60s...
[22:02:46 WARN]: java.lang.Throwable: Server stopped
[22:02:46 WARN]: at io.papermc.paper.util.TraceUtil.dumpTraceForThread(TraceUtil.java:16)
[22:02:46 WARN]: at net.minecraft.server.MinecraftServer.safeShutdown(MinecraftServer.java:1099)
[22:02:46 WARN]: at org.bukkit.craftbukkit.util.ServerShutdownThread.run(ServerShutdownThread.java:16)
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
[Pterodactyl Daemon]: Updating process configuration files...
[Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
container@pterodactyl~ Server marked as starting...
[Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
Pulling from pterodactyl/yolks
Digest: sha256:693ee078728ac35d1da23387fd9de2fac9a1dbc4c9dbe56c875c961a090ff7e6
Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_21
[Pterodactyl Daemon]: Finished pulling Docker container image
container@pterodactyl~ java -version
openjdk version "21.0.7" 2025-04-15 LTS
OpenJDK Runtime Environment Temurin-21.0.7+6 (build 21.0.7+6-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.7+6 (build 21.0.7+6-LTS, mixed mode, sharing)
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar Dpaper.playerconnection.keepalive=120
Starting org.bukkit.craftbukkit.Main
[22:02:47 INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21.0.7+6-LTS; Eclipse Adoptium Temurin-21.0.7+6) on Linux 4.18.0-553.56.1.el8_10.x86_64 (amd64)
[22:02:47 INFO]: [bootstrap] Loading Paper 1.21.7-17-main@b4466ec (2025-07-06T18:59:07Z) for Minecraft 1.21.7
[22:02:47 INFO]: [PluginInitializerManager] Initializing plugins...
[22:02:48 INFO]: [PluginInitializerManager] Initialized 2 plugins
[22:02:48 INFO]: [PluginInitializerManager] Bukkit plugins (2):
- ViaBackwards (5.4.1), ViaVersion (5.4.1)
[22:02:50 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, name=PROD]
[22:02:50 INFO]: Loaded 1407 recipes
[22:02:50 INFO]: Loaded 1520 advancements
[22:02:50 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
[22:02:50 INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 140.5ms
[22:02:50 INFO]: Starting minecraft server version 1.21.7
[22:02:50 INFO]: Loading properties
[22:02:50 INFO]: This server is running Paper version 1.21.7-17-main@b4466ec (2025-07-06T18:59:07Z) (Implementing API version 1.21.7-R0.1-SNAPSHOT)
[22:02:50 INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[22:02:50 INFO]: Server Ping Player Sample Count: 12
[22:02:50 INFO]: Using 4 threads for Netty based IO
[22:02:51 INFO]: [MoonriseCommon] Paper is using 1 worker threads, 1 I/O threads
[22:02:51 INFO]: [ChunkTaskScheduler] Chunk system is using population gen parallelism: true
[22:02:51 INFO]: Default game type: SURVIVAL
[22:02:51 INFO]: Generating keypair
[22:02:51 INFO]: Starting Minecraft server on 0.0.0.0:25566
[22:02:51 INFO]: Using epoll channel type
[22:02:51 INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
[22:02:51 INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
[22:02:51 INFO]: [ViaVersion] Loading server plugin ViaVersion v5.4.1
[22:02:51 INFO]: [ViaVersion] ViaVersion 5.4.1 is now loaded. Registering protocol transformers and injecting...
[22:02:51 INFO]: [ViaVersion] Loading block connection mappings ...
[22:02:51 INFO]: [ViaVersion] Using FastUtil Long2ObjectOpenHashMap for block connections
[22:02:51 INFO]: [ViaBackwards] Loading translations...
[22:02:51 INFO]: [ViaBackwards] Registering protocols...
[22:02:52 INFO]: [ViaBackwards] Loading server plugin ViaBackwards v5.4.1
[22:02:52 INFO]: Server permissions file permissions.yml is empty, ignoring it
[22:02:52 INFO]: Preparing level "world"
[22:02:52 INFO]: Preparing start region for dimension minecraft:overworld
[22:02:52 INFO]: Preparing spawn area: 0%
[22:02:52 INFO]: Time elapsed: 400 ms
[22:02:52 INFO]: Preparing start region for dimension minecraft:the_nether
[22:02:52 INFO]: Preparing spawn area: 0%
[22:02:52 INFO]: Time elapsed: 68 ms
[22:02:52 INFO]: Preparing start region for dimension minecraft:the_end
[22:02:52 INFO]: Preparing spawn area: 0%
[22:02:52 INFO]: Time elapsed: 31 ms
[22:02:52 INFO]: [ViaVersion] Enabling ViaVersion v5.4.1
[22:02:52 INFO]: [ViaVersion] ViaVersion detected server version: 1.21.7 (772)
[22:02:52 INFO]: [ViaBackwards] Enabling ViaBackwards v5.4.1
[22:02:52 INFO]: [spark] Starting background profiler...
[22:02:53 INFO]: Done preparing level "world" (0.905s)
[22:02:53 INFO]: Running delayed init tasks
[22:02:53 INFO]: Done (5.454s)! For help, type "help"
container@pterodactyl~ Server marked as running...
[22:02:53 INFO]: [ViaVersion] Finished mapping loading, shutting down loader executor.
[22:02:53 INFO]: UUID of player rdkii is ba0c2bea-589f-4a56-a661-286e93facedf
[22:02:54 INFO]: rdkii joined the game
[22:02:54 INFO]: rdkii[/**.**.**.**:57543] logged in with entity id 77 at ([world]31.170861754287582, 63.0, 65.68898512076431)
[22:02:55 INFO]: UUID of player Q7Sa is c043eb08-0a91-4f88-bc9a-f181ea9f0efc
[22:02:55 INFO]: Q7Sa joined the game
[22:02:55 INFO]: Q7Sa[/**.**.**.**:49286] logged in with entity id 143 at ([world]37.26853462201239, 64.0, 66.73696021269521)
[22:02:57 INFO]: UUID of player IBDR10 is a5aa3dca-ac9f-4f13-b217-6d1ffeca7948
[22:02:57 INFO]: UUID of player 3oobd is 963f1292-050f-4d41-bfe0-6e7c9ba719c2
[22:02:58 INFO]: 3oobd joined the game
[22:02:58 INFO]: 3oobd[/**.**.**.**:34271] logged in with entity id 207 at ([world]35.86977955765965, 63.0, 58.2862875652592)
[22:02:59 INFO]: IBDR10 joined the game
[22:02:59 INFO]: IBDR10[/**.**.**.**:1736] logged in with entity id 212 at ([world]35.648638427375225, 64.0, 68.62213888333143)
[22:03:18 INFO]: Q7Sa issued server command: /version
[22:03:24 WARN]: io.netty.handler.timeout.ReadTimeoutException
[22:03:30 INFO]: rdkii was kicked due to keepalive timeout!
[22:03:30 INFO]: rdkii lost connection: Timed out
[22:03:30 INFO]: rdkii left the game
[22:03:32 INFO]: IBDR10 was kicked due to keepalive timeout!
[22:03:32 INFO]: IBDR10 lost connection: Timed out
[22:03:32 INFO]: IBDR10 left the game
[22:03:32 INFO]: 3oobd was kicked due to keepalive timeout!
[22:03:32 INFO]: 3oobd lost connection: Timed out
[22:03:32 INFO]: 3oobd left the game