Skip to content

Instantly share code, notes, and snippets.

@KuJoe
Created July 2, 2021 15:51
Show Gist options
  • Save KuJoe/0689259465d69c8c1ecc54a8f1f92520 to your computer and use it in GitHub Desktop.
Save KuJoe/0689259465d69c8c1ecc54a8f1f92520 to your computer and use it in GitHub Desktop.
LuckPerm error starting Minecraft server
[11:43:38] [Server thread/ERROR]: Could not load 'plugins/LuckPerms-Bukkit-5.3.48.jar' in folder 'plugins'
org.bukkit.plugin.InvalidPluginException: me.lucko.luckperms.common.loader.LoadingException: Unable to create a temporary file
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:157) ~[patched_1.17.jar:git-Paper-69]
at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:414) ~[patched_1.17.jar:git-Paper-69]
at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:322) ~[patched_1.17.jar:git-Paper-69]
at org.bukkit.craftbukkit.v1_17_R1.CraftServer.loadPlugins(CraftServer.java:393) ~[patched_1.17.jar:git-Paper-69]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:275) ~[patched_1.17.jar:git-Paper-69]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1118) ~[patched_1.17.jar:git-Paper-69]
at net.minecraft.server.MinecraftServer.lambda$spin$0(MinecraftServer.java:320) ~[patched_1.17.jar:git-Paper-69]
at java.lang.Thread.run(Thread.java:831) [?:?]
Caused by: me.lucko.luckperms.common.loader.LoadingException: Unable to create a temporary file
at me.lucko.luckperms.common.loader.JarInJarClassLoader.extractJar(JarInJarClassLoader.java:135) ~[?:?]
at me.lucko.luckperms.common.loader.JarInJarClassLoader.<init>(JarInJarClassLoader.java:61) ~[?:?]
at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.<init>(BukkitLoaderPlugin.java:40) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?]
at java.lang.Class.newInstance(Class.java:642) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:83) ~[patched_1.17.jar:git-Paper-69]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.17.jar:git-Paper-69]
... 7 more
Caused by: java.nio.file.NoSuchFileException: /tmp/luckperms-jarinjar7798479532714179819.jar.tmp
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:92) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:106) ~[?:?]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:111) ~[?:?]
at sun.nio.fs.UnixFileSystemProvider.newByteChannel(UnixFileSystemProvider.java:219) ~[?:?]
at java.nio.file.Files.newByteChannel(Files.java:375) ~[?:?]
at java.nio.file.Files.createFile(Files.java:652) ~[?:?]
at java.nio.file.TempFileHelper.create(TempFileHelper.java:135) ~[?:?]
at java.nio.file.TempFileHelper.createTempFile(TempFileHelper.java:158) ~[?:?]
at java.nio.file.Files.createTempFile(Files.java:917) ~[?:?]
at me.lucko.luckperms.common.loader.JarInJarClassLoader.extractJar(JarInJarClassLoader.java:133) ~[?:?]
at me.lucko.luckperms.common.loader.JarInJarClassLoader.<init>(JarInJarClassLoader.java:61) ~[?:?]
at me.lucko.luckperms.bukkit.loader.BukkitLoaderPlugin.<init>(BukkitLoaderPlugin.java:40) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:78) ~[?:?]
at jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:?]
at java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) ~[?:?]
at java.lang.reflect.ReflectAccess.newInstance(ReflectAccess.java:128) ~[?:?]
at jdk.internal.reflect.ReflectionFactory.newInstance(ReflectionFactory.java:350) ~[?:?]
at java.lang.Class.newInstance(Class.java:642) ~[?:?]
at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:83) ~[patched_1.17.jar:git-Paper-69]
at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:153) ~[patched_1.17.jar:git-Paper-69]
... 7 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment