Server shuts down after starting

If i try to start my server it shuts down after seconds and i dont know what to do.
If i look at the log it shows this and i dont know what i can do
[19:05:20] ain/FATAL]: Failed to start the minecraft server
java.lang.RuntimeException: java.nio.file.FileSystemException: .: Operation not permitted
at net.minecraft.server.v1_16_R3.Convertable.(Convertable.java:42) ~[patched_1.16.4.jar:git-Paper-416]
at net.minecraft.server.v1_16_R3.Convertable.a(Convertable.java:50) ~[patched_1.16.4.jar:git-Paper-416]
at net.minecraft.server.v1_16_R3.Main.main(Main.java:112) ~[patched_1.16.4.jar:git-Paper-416]
at org.bukkit.craftbukkit.Main.main(Main.java:276) ~[patched_1.16.4.jar:git-Paper-416]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_282]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_282]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_282]
at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_282]
at io.papermc.paperclip.Paperclip.main(Paperclip.java:58) ~[paperclip.jar:?]
Caused by: java.nio.file.FileSystemException: .: Operation not permitted
at sun.nio.fs.UnixException.translateToIOException(UnixException.java:91) ~[?:1.8.0_282]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102) ~[?:1.8.0_282]
at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107) ~[?:1.8.0_282]
at sun.nio.fs.UnixPath.toRealPath(UnixPath.java:837) ~[?:1.8.0_282]
at net.minecraft.server.v1_16_R3.Convertable.(Convertable.java:40) ~[patched_1.16.4.jar:git-Paper-416]
… 8 more