Stack trace
Starting org.bukkit.craftbukkit.Main
[23:11:51 INFO]: [bootstrap] Running Java 25 (OpenJDK 64-Bit Server VM 25.0.2; Arch Linux null) on Linux 6.19.10-arch1-1 (amd64)
[23:11:51 INFO]: [bootstrap] Loading Paper 26.1.1-8-dev/26.1@52f7e24 (2026-04-03T21:37:22Z) for Minecraft 26.1.1
[23:11:51 INFO]: [PluginInitializerManager] Initializing plugins...
[23:11:51 INFO]: [PluginInitializerManager] Initialized 1 plugin
[23:11:51 INFO]: [PluginInitializerManager] Paper plugins (1):
- Solarium (0.1.0-alpha.4)
[23:11:52 INFO]: [Solarium] Bootstrap completed in 48 ms
WARNING: A terminally deprecated method in sun.misc.Unsafe has been called
WARNING: sun.misc.Unsafe::objectFieldOffset has been called by org.joml.MemUtil$MemUtilUnsafe (file:/data/solarium/plugin/run/libraries/org/joml/joml/1.10.8/joml-1.10.8.jar)
WARNING: Please consider reporting this to the maintainers of class org.joml.MemUtil$MemUtilUnsafe
WARNING: sun.misc.Unsafe::objectFieldOffset will be removed in a future release
[23:11:55 INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[23:11:55 INFO]: Starting upgrade for world "world"
[23:11:55 ERROR]: Failed to start the minecraft server
java.lang.UnsupportedOperationException: Path not associated with default file system.
at java.base/java.nio.file.Path.toFile(Path.java:837) ~[?:?]
at net.minecraft.world.level.chunk.storage.RegionFileStorage.isChunkDataFolder(RegionFileStorage.java:31) ~[paper-26.1.1.jar:26.1.1-8-52f7e24]
at net.minecraft.world.level.chunk.storage.RegionFileStorage.<init>(RegionFileStorage.java:277) ~[paper-26.1.1.jar:26.1.1-8-52f7e24]
at net.minecraft.world.level.chunk.storage.IOWorker.<init>(IOWorker.java:40) ~[paper-26.1.1.jar:26.1.1-8-52f7e24]
at net.minecraft.world.level.chunk.storage.SimpleRegionStorage.<init>(SimpleRegionStorage.java:39) ~[paper-26.1.1.jar:26.1.1-8-52f7e24]
at net.minecraft.util.filefix.access.ChunkNbt.<init>(ChunkNbt.java:20) ~[paper-26.1.1.jar:26.1.1-8-52f7e24]
at net.minecraft.util.filefix.access.FileResourceTypes.lambda$chunk$0(FileResourceTypes.java:20) ~[paper-26.1.1.jar:26.1.1-8-52f7e24]
at net.minecraft.util.filefix.access.FileResourceType.create(FileResourceType.java:13) ~[paper-26.1.1.jar:26.1.1-8-52f7e24]
Plugin and Datapack List
Visible in log, and also not relevant.
Actions to reproduce (if known)
No response
Paper version
Visible in log.
Other
Putting it through a debugger it seemed to think the filesystem root was the server, traced it up and I think I found the cuprit in net.minecraft.util.filefix.FileFixerUpper on line 197, weird call to fs.rootPath() which seems to get passed down the call chain into the migrator.
Stack trace
Plugin and Datapack List
Visible in log, and also not relevant.
Actions to reproduce (if known)
No response
Paper version
Visible in log.
Other
Putting it through a debugger it seemed to think the filesystem root was the server, traced it up and I think I found the cuprit in
net.minecraft.util.filefix.FileFixerUpperon line 197, weird call to fs.rootPath() which seems to get passed down the call chain into the migrator.