Hi, I'm pretty new to making port fowarded servers me and my friend just wanted to run one with some mods, upon finishing the setup of the server the logs gives us an error as follows:
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_181]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_181]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_181]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_181]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_181]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_181]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_181]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_181]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_181]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_181]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_181]
at nz$2.run(SourceFile:100) [minecraft_server.1.12.2.jar:?]
Then it says done and the ping is normal, but when my friend tries to join it just says connecting and then times out but when I try to join I get in perfectly fine. If anyone has any solutions it would be greatly appreciated