Paste your logs.

Built for Minecraft & Hytale

Paper 1.21.10 Server Log

4 errors
169 lines
Raw
Detected
Minecraft version: 1.21.10
1 Problem detected
Problem The plugin 'AquaticCrates3' could not be enabled. Line 69
Solutions:
Install a different version of the plugin 'AquaticCrates3'.
Remove the plugin 'AquaticCrates3'.
[08:51:40] [ServerMain/INFO]: [bootstrap] Running Java 21 (Java HotSpot(TM) 64-Bit Server VM 21.0.4+8-LTS-274; Oracle Corporation null) on Windows 10 10.0 (amd64)
[08:51:40] [ServerMain/INFO]: [bootstrap] Loading Paper 1.21.10-130-ver/1.21.10@8043efd (2026-01-04T21:00:59Z) for Minecraft 1.21.10
[08:51:41] [ServerMain/INFO]: [PluginInitializerManager] Initializing plugins...
[08:51:42] [DependencyResolver-pool-1-thread-1/INFO]: [Waves] Resolving dependencies...
[08:51:45] [ServerMain/INFO]: [PluginInitializerManager] Initialized 2 plugins
[08:51:45] [ServerMain/INFO]: [PluginInitializerManager] Paper plugins (2):
- AquaticCrates3 (3.2.4), Waves (1.3.30)
[08:51:50] [ServerMain/INFO]: Environment: Environment[sessionHost=https://sessionserver.mojang.com, servicesHost=https://api.minecraftservices.com, profilesHost=https://api.mojang.com, name=PROD]
[08:51:52] [ServerMain/INFO]: Loaded 1461 recipes
[08:51:53] [ServerMain/INFO]: Loaded 1574 advancements
[08:51:53] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Initialising converters for DataConverter...
[08:51:53] [ServerMain/INFO]: [ca.spottedleaf.dataconverter.minecraft.datatypes.MCTypeRegistry] Finished initialising converters for DataConverter in 404,5ms
[08:51:53] [Server thread/INFO]: Starting minecraft server version 1.21.10
[08:51:53] [Server thread/INFO]: Loading properties
[08:51:53] [Server thread/INFO]: This server is running Paper version 1.21.10-130-ver/1.21.10@8043efd (2026-01-04T21:00:59Z) (Implementing API version 1.21.10-R0.1-SNAPSHOT)
[08:51:53] [Server thread/INFO]: [spark] This server bundles the spark profiler. For more information please visit https://docs.papermc.io/paper/profiling
[08:51:53] [Server thread/INFO]: Server Ping Player Sample Count: 12
[08:51:53] [Server thread/INFO]: Using 4 threads for Netty based IO
[08:51:53] [Server thread/INFO]: [MoonriseCommon] Paper is using 2 worker threads, 1 I/O threads
[08:51:54] [Server thread/INFO]: Default game type: SURVIVAL
[08:51:54] [Server thread/INFO]: Generating keypair
[08:51:54] [Server thread/INFO]: Starting Minecraft server on *:25565
[08:51:54] [Server thread/INFO]: Using default channel type
[08:51:54] [Server thread/INFO]: Paper: Using Java compression from Velocity.
[08:51:54] [Server thread/INFO]: Paper: Using Java cipher from Velocity.
[08:51:54] [Server thread/ERROR]: [ModernPluginLoadingStrategy] Could not load plugin 'Waves-1.3.30.jar' in folder 'plugins'
java.lang.reflect.InvocationTargetException: null
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:74) ~[?:?]
at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502) ~[?:?]
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:486) ~[?:?]
at io.papermc.paper.plugin.provider.util.ProviderUtil.loadClass(ProviderUtil.java:68) ~[paper-api-1.21.10-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.util.ProviderUtil.loadClass(ProviderUtil.java:31) ~[paper-api-1.21.10-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.provider.type.paper.PaperPluginParent$PaperServerPluginProvider.createInstance(PaperPluginParent.java:169) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at io.papermc.paper.plugin.provider.type.paper.PaperPluginParent$PaperServerPluginProvider.createInstance(PaperPluginParent.java:139) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at io.papermc.paper.plugin.entrypoint.strategy.modern.ModernPluginLoadingStrategy.loadProviders(ModernPluginLoadingStrategy.java:116) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at io.papermc.paper.plugin.storage.SimpleProviderStorage.enter(SimpleProviderStorage.java:38) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at io.papermc.paper.plugin.entrypoint.LaunchEntryPointHandler.enter(LaunchEntryPointHandler.java:39) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:555) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:323) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1257) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:384) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.NoClassDefFoundError: gg/aquatic/waves/libs/kotlin/Pair
at Waves-1.3.30.jar/gg.aquatic.waves.Waves.<init>(Waves.kt:43) ~[Waves-1.3.30.jar:?]
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
... 14 more
Caused by: java.lang.ClassNotFoundException: gg.aquatic.waves.libs.kotlin.Pair
at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:146) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:107) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
at Waves-1.3.30.jar/gg.aquatic.waves.Waves.<init>(Waves.kt:43) ~[Waves-1.3.30.jar:?]
at java.base/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62) ~[?:?]
... 14 more
[08:51:54] [Server thread/INFO]: [AquaticCrates3] Loading server plugin AquaticCrates3 v3.2.4
[08:51:54] [Server thread/WARN]: [AquaticCrates3] Waves plugin not found! Required for AquaticCrates to function.
[08:51:54] [Server thread/INFO]: [AquaticCrates3] Installing Waves dependency...
[08:51:54] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloading Waves plugin from https://repo.nekroplex.com/releases/gg/aquatic/waves/Waves/1.3.30/Waves-1.3.30-plugin.jar to C:\Users\********\Desktop\aqua_test\plugins\Waves-1.3.30.jar...
[08:51:54] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[08:51:54] [Server thread/INFO]: Preparing level "world"
[08:51:55] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:overworld'...
[08:51:55] [Server thread/INFO]: Preparing spawn area: 100%
[08:51:55] [Server thread/INFO]: Prepared spawn area in 5 ms
[08:51:55] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_nether'...
[08:51:55] [Server thread/INFO]: Prepared spawn area in 2 ms
[08:51:55] [Server thread/INFO]: Loading 0 persistent chunks for world 'minecraft:the_end'...
[08:51:55] [Server thread/INFO]: Prepared spawn area in 2 ms
[08:51:55] [Server thread/INFO]: Done preparing level "world" (0.718s)
[08:51:55] [Server thread/INFO]: [AquaticCrates3] Enabling AquaticCrates3 v3.2.4
[08:51:55] [Server thread/ERROR]: Error occurred while enabling AquaticCrates3 v3.2.4 (Is it up to date?)
java.lang.NoClassDefFoundError: gg/aquatic/waves/libs/kotlin/jvm/functions/Function0
at Waves-1.3.30.jar/gg.aquatic.waves.registry.WavesRegistry.<clinit>(WavesRegistry.kt:36) ~[Waves-1.3.30.jar:?]
at AquaticCrates-3_2_4.jar/gg.aquatic.aquaticcrates.plugin.Bootstrap.registerObjects(Bootstrap.kt:432) ~[AquaticCrates-3_2_4.jar:?]
at AquaticCrates-3_2_4.jar/gg.aquatic.aquaticcrates.plugin.Bootstrap.enable$plugin(Bootstrap.kt:74) ~[AquaticCrates-3_2_4.jar:?]
at AquaticCrates-3_2_4.jar/gg.aquatic.aquaticcrates.plugin.CratesPlugin.onEnable(CratesPlugin.java:43) ~[AquaticCrates-3_2_4.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:279) ~[paper-api-1.21.10-R0.1-SNAPSHOT.jar:?]
at io.papermc.paper.plugin.manager.PaperPluginInstanceManager.enablePlugin(PaperPluginInstanceManager.java:202) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at io.papermc.paper.plugin.manager.PaperPluginManagerImpl.enablePlugin(PaperPluginManagerImpl.java:109) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:520) ~[paper-api-1.21.10-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.CraftServer.enablePlugin(CraftServer.java:639) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:596) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at net.minecraft.server.MinecraftServer.initPostWorld(MinecraftServer.java:637) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:368) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1257) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at net.minecraft.server.MinecraftServer.lambda$spin$2(MinecraftServer.java:384) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at java.base/java.lang.Thread.run(Thread.java:1583) ~[?:?]
Caused by: java.lang.ClassNotFoundException: gg.aquatic.waves.libs.kotlin.jvm.functions.Function0
at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:146) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at io.papermc.paper.plugin.entrypoint.classloader.PaperPluginClassLoader.loadClass(PaperPluginClassLoader.java:107) ~[paper-1.21.10.jar:1.21.10-130-8043efd]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526) ~[?:?]
... 15 more
[08:51:55] [Server thread/INFO]: [AquaticCrates3] Disabling AquaticCrates3 v3.2.4
[08:51:55] [Server thread/INFO]: [spark] Starting background profiler...
[08:51:55] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloaded: 8,0 KB
[08:51:55] [Server thread/INFO]: [spark] The async-profiler engine is not supported for your os/arch (windows10/amd64), so the built-in Java engine will be used instead.
[08:51:55] [Server thread/INFO]: Running delayed init tasks
[08:51:55] [Server thread/INFO]: Done (15.961s)! For help, type "help"
[08:51:55] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloaded: 263,7 KB
[08:51:56] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloaded: 519,7 KB
[08:51:56] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloaded: 775,7 KB
[08:51:56] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloaded: 1,0 MB
[08:51:56] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloaded: 1,3 MB
[08:51:56] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Downloaded: 1,5 MB
[08:51:56] [ForkJoinPool.commonPool-worker-1/INFO]: [AquaticCrates3] Download completed successfully! Total size: 1,7 MB, Time: 2,3s, Average speed: 777,6 KB/s
[08:51:56] [ForkJoinPool.commonPool-worker-1/ERROR]: [AquaticCrates3] Failed to download Waves plugin: plugins\Waves-1.3.30.jar: Процесс не может получить доступ к файлу, так как этот файл занят другим процессом
java.nio.file.FileSystemException: plugins\Waves-1.3.30.jar: Процесс не может получить доступ к файлу, так как этот файл занят другим процессом
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92) ~[?:?]
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) ~[?:?]
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) ~[?:?]
at java.base/sun.nio.fs.WindowsFileCopy.move(WindowsFileCopy.java:403) ~[?:?]
at java.base/sun.nio.fs.WindowsFileSystemProvider.move(WindowsFileSystemProvider.java:291) ~[?:?]
at java.base/java.nio.file.Files.move(Files.java:1430) ~[?:?]
at AquaticCrates-3_2_4.jar/gg.aquatic.aquaticcrates.plugin.WavesHook.installWaves(WavesHook.java:122) ~[AquaticCrates-3_2_4.jar:?]
at AquaticCrates-3_2_4.jar/gg.aquatic.aquaticcrates.plugin.WavesHook.lambda$install$0(WavesHook.java:55) ~[AquaticCrates-3_2_4.jar:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) ~[?:?]
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?]
[08:51:56] [ForkJoinPool.commonPool-worker-1/ERROR]: [AquaticCrates3] Failed to install Waves: plugins\Waves-1.3.30.jar: Процесс не может получить доступ к файлу, так как этот файл занят другим процессом
java.nio.file.FileSystemException: plugins\Waves-1.3.30.jar: Процесс не может получить доступ к файлу, так как этот файл занят другим процессом
at java.base/sun.nio.fs.WindowsException.translateToIOException(WindowsException.java:92) ~[?:?]
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:103) ~[?:?]
at java.base/sun.nio.fs.WindowsException.rethrowAsIOException(WindowsException.java:108) ~[?:?]
at java.base/sun.nio.fs.WindowsFileCopy.move(WindowsFileCopy.java:403) ~[?:?]
at java.base/sun.nio.fs.WindowsFileSystemProvider.move(WindowsFileSystemProvider.java:291) ~[?:?]
at java.base/java.nio.file.Files.move(Files.java:1430) ~[?:?]
at AquaticCrates-3_2_4.jar/gg.aquatic.aquaticcrates.plugin.WavesHook.installWaves(WavesHook.java:122) ~[AquaticCrates-3_2_4.jar:?]
at AquaticCrates-3_2_4.jar/gg.aquatic.aquaticcrates.plugin.WavesHook.lambda$install$0(WavesHook.java:55) ~[AquaticCrates-3_2_4.jar:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1804) ~[?:?]
at java.base/java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1796) ~[?:?]
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843) ~[?:?]
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808) ~[?:?]
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188) ~[?:?]
[08:54:52] [Server thread/INFO]: Stopping server
[08:54:52] [Server thread/INFO]: Saving players
[08:54:52] [Server thread/INFO]: Saving worlds
[08:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world' in 0,01s
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world'
[08:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_nether]'/minecraft:the_nether
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_nether'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_nether'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_nether'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_nether' in 0,00s
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_nether'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_nether'
[08:54:52] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world_the_end]'/minecraft:the_end
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk system to halt for world 'world_the_end'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Halted chunk system for world 'world_the_end'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Saving all chunkholders for world 'world_the_end'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Saved 0 block chunks, 0 entity chunks, 0 poi chunks in world 'world_the_end' in 0,00s
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Waiting 60s for chunk I/O to halt for world 'world_the_end'
[08:54:52] [Server thread/INFO]: [ChunkHolderManager] Halted I/O scheduler for world 'world_the_end'
[08:54:52] [Server thread/INFO]: ThreadedAnvilChunkStorage (world): All chunks are saved
[08:54:52] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM-1): All chunks are saved
[08:54:52] [Server thread/INFO]: ThreadedAnvilChunkStorage (DIM1): All chunks are saved
[08:54:52] [Server thread/INFO]: ThreadedAnvilChunkStorage: All dimensions are saved
[08:54:52] [Server thread/INFO]: Waiting for all RegionFile I/O tasks to complete...
[08:54:52] [Server thread/INFO]: All RegionFile I/O tasks to complete
[08:54:52] [Server thread/INFO]: [MoonriseCommon] Awaiting termination of worker pool for up to 60s...
[08:54:52] [Server thread/INFO]: [MoonriseCommon] Awaiting termination of I/O pool for up to 60s...