Hello, I am trying to start my server (node is LA2) and it is throwing an error:
container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -jar server.jar
Unpacking 1.21.11/server-1.21.11.jar (versions:1.21.11) to versions/1.21.11/server-1.21.11.jar
java.nio.file.FileSystemException: /home/container/versions/1.21.11: No space left on device
at java.base/sun.nio.fs.UnixException.translateToIOException(UnixException.java:100)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106)
at java.base/sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111)
at java.base/sun.nio.fs.UnixFileSystemProvider.createDirectory(UnixFileSystemProvider.java:462)
at java.base/java.nio.file.Files.createDirectory(Files.java:700)
at java.base/java.nio.file.Files.createAndCheckIsDirectory(Files.java:808)
at java.base/java.nio.file.Files.createDirectories(Files.java:794)
at net.minecraft.bundler.Main.extractJar(Main.java:105)
at net.minecraft.bundler.Main.checkAndExtractJar(Main.java:100)
at net.minecraft.bundler.Main.readAndExtractDir(Main.java:92)
at net.minecraft.bundler.Main.run(Main.java:38)
at net.minecraft.bundler.Main.main(Main.java:25)
Failed to extract server libraries, exiting
container@pterodactyl~ Server marked as offline...
[Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
[Pterodactyl Daemon]: Exit code: 0
[Pterodactyl Daemon]: Out of memory: false
A few days ago the server was up and running but it was unable to save anything (when anyone logged off, it would reset their progress). Above is what happened when I tried to restart the server, and I have been unable to start it since.
Can anyone help me with this? It says I still have plenty of disk space left and I'm not sure what to do.