Problem My server crashes on start up HELP!??

Andrew Nattress

New Member
Jul 29, 2019
1
0
0
hi guys im a noob trying to create a server please help i am using forge to load the mods run the server and get this:
[12:01:56] [Server thread/INFO]: Starting minecraft server version 1.7.2
[12:01:56] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_71]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_71]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_71]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_71]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_71]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_71]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_71]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_71]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_71]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_71]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_71]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:94) [ll.class:?]
[12:01:59] [Server thread/ERROR]: Encountered an unexpected exception
cpw.mods.fml.common.MissingModsException
at cpw.mods.fml.common.Loader.sortModList(Loader.java:226) ~[Loader.class:?]
at cpw.mods.fml.common.Loader.loadMods(Loader.java:471) ~[Loader.class:?]
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:87) ~[FMLServerHandler.class:?]
at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:313) ~[FMLCommonHandler.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:114) ~[lj.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:669) [kx.class:?]
[12:01:59] [Server thread/ERROR]: This crash report has been saved to: F:\Andrew\Desktop\server\.\crash-reports\crash-2014-12-31_12.01.59-server.txt
 

Profjb

New Member
Jul 29, 2019
120
0
0
Looks like a required mod isn't available.
Please navigate to the location it says the crash report is saved at (at the bottom) and paste that to pastebin: http://pastebin.com/
then post the link here. Thanks!