Paper 1.21.11 Server Log

#A1izzfx
2 errors
162 lines
Raw
Analysis
Minecraft version:
1.21.11
1[00:56:44] [ServerMain/INFO]: [bootstrap] Running Java 21 (OpenJDK 64-Bit Server VM 21+35-LTS; Eclipse Adoptium Temurin-21+35) on Linux 6.8.0-88-generic (amd64)
2[00:56:44] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.11-38-main@4446f17 (2025-12-09T22:51:57Z) for Minecraft 1.21.11
3[00:56:45] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
4[00:56:45] [ServerMain/INFO]: [PluginInitializerManager] Initialized 1 plugin
5[00:56:45] [ServerMain/INFO]: [PluginInitializerManager] Bukkit plugins (1):
6 - BlueMap (5.14)
7[00:56:49] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
8[00:56:50] [ServerMain/INFO]: Loaded 1470 recipes
9[00:56:50] [ServerMain/INFO]: Loaded 1584 advancements
10[00:56:50] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
11[00:56:51] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 334.3ms
12[00:56:51] [Server thread/INFO]: Starting minecraft server version 1.21.11
13[00:56:51] [Server thread/INFO]: Loading properties
14[00:56:51] [Server thread/INFO]: This server is running Paper version 1.21.11-38-main@4446f17 (2025-12-09T22:51:57Z) (Implementing API version 1.21.11-R0.1-SNAPSHOT)
15[00:56:51] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
16[00:56:51] [Server thread/INFO]: Server Ping Player Sample Count: 12
17[00:56:51] [Server thread/INFO]: Using 4 threads for Netty based IO
18[00:56:51] [Server thread/INFO]: [MoonriseCommon] Paper is using 3 worker threads, 1 I/O threads
19[00:56:51] [Server thread/INFO]: Default game type: SURVIVAL
20[00:56:51] [Server thread/INFO]: Generating keypair
21[00:56:51] [Server thread/INFO]: Starting Minecraft server on *:25565
22[00:56:51] [Server thread/INFO]: Paper: Using libdeflate (Linux x86_64) compression from Velocity.
23[00:56:51] [Server thread/INFO]: Paper: Using OpenSSL 3.x.x (Linux x86_64) cipher from Velocity.
24[00:56:51] [Server thread/INFO]: [SpigotLibraryLoader] [BlueMap] Loading 1 libraries... please wait
25[00:56:52] [Server thread/INFO]: [SpigotLibraryLoader] [BlueMap] Loaded library /mnt/4450CE1C50CE1498/Documents/BlueMap/Testservers/paper 1.21.11/libraries/com/flowpowered/flow-math/1.0.3/flow-math-1.0.3.jar
26[00:56:52] [Server thread/INFO]: [BlueMap] Loading server plugin BlueMap v5.14
27[00:56:52] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
28[00:56:52] [Server thread/INFO]: Preparing level "world"
29[00:56:52] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:overworld'...
30[00:56:52] [Server thread/INFO]: Preparing spawn area: 100%
31[00:56:52] [Server thread/INFO]: Prepared spawn area in 1 ms
32[00:56:52] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_nether'...
33[00:56:52] [Server thread/INFO]: Prepared spawn area in 0 ms
34[00:56:52] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_end'...
35[00:56:52] [Server thread/INFO]: Prepared spawn area in 1 ms
36[00:56:52] [Server thread/INFO]: Done preparing level "world" (0.414s)
37[00:56:52] [Server thread/INFO]: [BlueMap] Enabling BlueMap v5.14
38[00:56:52] [Server thread/INFO]: [BlueMap] Saving all worlds once, to make sure the level.dat is present...
39[00:56:52] [Server thread/WARN]: A manual (plugin-induced) save has been detected while server is configured to auto-save. This may affect performance.
40[00:56:52] [BlueMap-Load/INFO]: [BlueMap] Loading...
41[00:56:52] [Server thread/INFO]: [spark] Starting background profiler...
42[00:56:53] [Server thread/INFO]: Running delayed init tasks
43[00:56:53] [Server thread/INFO]: Done (8.926s)! For help, type "help"
44[00:56:53] [BlueMap-Load/INFO]: [BlueMap] Loading resources...
45[00:56:55] [BlueMap-Load/INFO]: [BlueMap] Resources loaded.
46[00:56:55] [BlueMap-Load/INFO]: [BlueMap] Initializing Storage: 'file' (Type: 'bluemap:file')
47[00:56:55] [BlueMap-Load/INFO]: [BlueMap] Loading map 'world'...
48[00:56:55] [BlueMap-Load/INFO]: [BlueMap] Loading map 'world_the_end'...
49[00:56:55] [BlueMap-Load/INFO]: [BlueMap] Loading map 'world_nether'...
50[00:56:55] [BlueMap-Load/INFO]: [BlueMap] WebServer bound to all network interfaces on port 8100
51[00:56:55] [Thread-12/INFO]: [BlueMap] WebServer started.
52[00:56:55] [BlueMap-Load/INFO]: [BlueMap] Loaded!
53[00:56:59] [Server thread/INFO]: Nothing changed. The player already is an operator
54[00:57:04] [User Authenticator #0/INFO]: UUID of player BlueColored is c61be8fb-0a66-4411-aae5-0c67bb4808d4
55[00:57:05] [Server thread/INFO]: BlueColored joined the game
56[00:57:05] [Server thread/INFO]: BlueColored[/127.0.0.1:58070] logged in with entity id 93 at ([world]186.5, 71.0, -879.5)
57[00:57:05] [Server thread/ERROR]: Error executing task on Server
58java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.getWorld()" because "level" is null
59 at io.papermc.paper.command.brigadier.PaperCommandSourceStack.getLocation(PaperCommandSourceStack.java:25) ~[paper-1.21.11.jar:?]
60 at bluemap-5.14-paper.jar//de.bluecolored.bluemap.bukkit.BukkitCommandSource.getWorld(BukkitCommandSource.java:69) ~[?:?]
61 at bluemap-5.14-paper.jar//de.bluecolored.bluemap.common.commands.Commands.lambda$create$7(Commands.java:82) ~[?:?]
62 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.BlueCommands.checkContext(BlueCommands.java:259) ~[?:?]
63 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.MethodCommandExecutable.isValid(MethodCommandExecutable.java:99) ~[?:?]
64 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.Command.checkValid(Command.java:149) ~[?:?]
65 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.Command.isValid(Command.java:141) ~[?:?]
66 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.brigadier.BrigadierBridge.lambda$createCommandNodes$1(BrigadierBridge.java:86) ~[?:?]
67 at net.minecraft.commands.Commands$1.isRestricted(Commands.java:185) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
68 at net.minecraft.network.protocol.game.ClientboundCommandsPacket.createEntry(ClientboundCommandsPacket.java:157) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
69 at net.minecraft.network.protocol.game.ClientboundCommandsPacket.createEntries(ClientboundCommandsPacket.java:106) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
70 at net.minecraft.network.protocol.game.ClientboundCommandsPacket.<init>(ClientboundCommandsPacket.java:48) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
71 at net.minecraft.commands.Commands.runSync(Commands.java:535) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
72 at net.minecraft.commands.Commands.lambda$sendAsync$7(Commands.java:518) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
73 at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
74 at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:177) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
75 at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
76 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1527) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
77 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:188) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
78 at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:151) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
79 at net.minecraft.server.MinecraftServer.runAllTasksAtTickStart(MinecraftServer.java:1179) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
80 at net.minecraft.server.MinecraftServer.processPacketsAndTick(MinecraftServer.java:1668) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
81 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1337) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
82 at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
83 at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
84[01:03:58] [BlueMap-FJP-0/INFO]: BlueMap Status >
85 ✔ 3 render-threads are idle
86 └ last active 1.5 minutes ago
87 ✔ 3 maps are updated
88[01:04:21] [Server thread/INFO]: BlueColored issued server command: /bluemap
89[01:05:28] [Server thread/INFO]: BlueColored lost connection: Disconnected
90[01:05:28] [Server thread/INFO]: BlueColored left the game
91[01:05:30] [User Authenticator #1/INFO]: UUID of player BlueColored is c61be8fb-0a66-4411-aae5-0c67bb4808d4
92[01:05:30] [Server thread/INFO]: BlueColored joined the game
93[01:05:30] [Server thread/INFO]: BlueColored[/127.0.0.1:44858] logged in with entity id 1107 at ([world]186.5, 71.0, -879.5)
94[01:05:30] [Server thread/ERROR]: Error executing task on Server
95java.lang.NullPointerException: Cannot invoke "net.minecraft.world.level.Level.getWorld()" because "level" is null
96 at io.papermc.paper.command.brigadier.PaperCommandSourceStack.getLocation(PaperCommandSourceStack.java:25) ~[paper-1.21.11.jar:?]
97 at bluemap-5.14-paper.jar//de.bluecolored.bluemap.bukkit.BukkitCommandSource.getWorld(BukkitCommandSource.java:69) ~[?:?]
98 at bluemap-5.14-paper.jar//de.bluecolored.bluemap.common.commands.Commands.lambda$create$7(Commands.java:82) ~[?:?]
99 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.BlueCommands.checkContext(BlueCommands.java:259) ~[?:?]
100 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.MethodCommandExecutable.isValid(MethodCommandExecutable.java:99) ~[?:?]
101 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.Command.checkValid(Command.java:149) ~[?:?]
102 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.Command.isValid(Command.java:141) ~[?:?]
103 at bluemap-5.14-paper.jar//de.bluecolored.bluecommands.brigadier.BrigadierBridge.lambda$createCommandNodes$1(BrigadierBridge.java:86) ~[?:?]
104 at net.minecraft.commands.Commands$1.isRestricted(Commands.java:185) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
105 at net.minecraft.network.protocol.game.ClientboundCommandsPacket.createEntry(ClientboundCommandsPacket.java:157) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
106 at net.minecraft.network.protocol.game.ClientboundCommandsPacket.createEntries(ClientboundCommandsPacket.java:106) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
107 at net.minecraft.network.protocol.game.ClientboundCommandsPacket.<init>(ClientboundCommandsPacket.java:48) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
108 at net.minecraft.commands.Commands.runSync(Commands.java:535) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
109 at net.minecraft.commands.Commands.lambda$sendAsync$7(Commands.java:518) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
110 at net.minecraft.server.TickTask.run(TickTask.java:18) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
111 at net.minecraft.util.thread.BlockableEventLoop.doRunTask(BlockableEventLoop.java:177) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
112 at net.minecraft.util.thread.ReentrantBlockableEventLoop.doRunTask(ReentrantBlockableEventLoop.java:24) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
113 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:1527) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
114 at net.minecraft.server.MinecraftServer.doRunTask(MinecraftServer.java:188) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
115 at net.minecraft.util.thread.BlockableEventLoop.pollTask(BlockableEventLoop.java:151) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
116 at net.minecraft.server.MinecraftServer.pollTaskInternal(MinecraftServer.java:1507) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
117 at net.minecraft.server.MinecraftServer.pollTask(MinecraftServer.java:1501) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
118 at net.minecraft.server.MinecraftServer.recordTaskExecutionTimeWhileWaiting(MinecraftServer.java:1232) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
119 at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1343) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
120 at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:388) ~[paper-1.21.11.jar:1.21.11-38-4446f17]
121 at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
122[01:05:32] [Server thread/INFO]: BlueColored issued server command: /bluemap
123[01:05:38] [Server thread/INFO]: BlueColored issued server command: /bluemap version
124[01:06:20] [Server thread/INFO]: BlueColored issued server command: /gamemode creative
125[01:06:20] [Server thread/INFO]: [BlueColored: Set own game mode to Creative Mode]
126[01:06:58] [Server thread/INFO]: Stopping server
127[01:06:58] [Server thread/INFO]: [BlueMap] Disabling BlueMap v5.14
128[01:06:58] [Server thread/INFO]: [BlueMap] Stopping...
129[01:06:58] [Server thread/INFO]: [BlueMap] Saved and stopped!
130[01:06:58] [Server thread/INFO]: Saving players
131[01:06:58] [Server thread/INFO]: BlueColored lost connection: Server closed
132[01:06:58] [Server thread/INFO]: BlueColored left the game
133[01:06:58] [Server thread/INFO]: Saving worlds
134[01:06:58] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
135[01:06:58] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
136[01:06:58] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
137[01:06:58] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
138[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Saved 74 block chunks, 126 entity chunks, 0 poi chunks in world 'world' in 0.09s
139[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world'
140[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world'
141[01:06:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
142[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
143[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
144[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
145[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_nether' in 0.00s
146[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_nether'
147[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_nether'
148[01:06:59] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
149[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
150[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
151[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
152[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_the_end' in 0.00s
153[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_the_end'
154[01:06:59] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_the_end'
155[01:06:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
156[01:06:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
157[01:06:59] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
158[01:06:59] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
159[01:06:59] [Server thread/INFO]: Waiting for all RegionFile I/O tasks to complete...
160[01:06:59] [Server thread/INFO]: All RegionFile I/O tasks to complete
161[01:06:59] [Server thread/INFO]: [MoonriseCommon] Awaiting termination of worker pool for up to 60s...
162[01:06:59] [Server thread/INFO]: [MoonriseCommon] Awaiting termination of I/O pool for up to 60s...
This log will be saved for 90 days from their last view.
Report abuse