I am having a problem with my server and all i get is this when i do server start and i cant seem to fix it:
running install script!
minecraft_server.1.10.2.jar: No such file or directory
--2019-02-21 21:53:47-- https://libraries.minecraft.net/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar
Resolving libraries.minecraft.net (libraries.minecraft.net)... 52.84.29.79
Connecting to libraries.minecraft.net (libraries.minecraft.net)|52.84.29.79|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 32999 (32K) [application/java-archive]
Saving to: 'libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar'
libraries/net/minecraft/launc 0%[ ] 0 --.-KB/s in 0s
Cannot write to 'libraries/net/minecraft/launchwrapper/1.12/launchwrapper-1.12.jar' (Bad file descriptor).
The system cannot find the file specified.
The system cannot find the file specified.
Starting server
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:62)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:31)
Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
... 6 more
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 8 more
Exiting...
Press any key to continue . . .