I can start my server just fine and it runs through without crashes, but it appears offline if I want to connect. I´ve checked the logs and found this:
I´ve updated my server doing the following:
-complete backup of all old files
-deleted all old files
-got the new server pack
-accepted the eula and started the new server pack
-once it finished generating spawn area, I´ve turned it off
-copied over my ops, whitelist, server.properties and world into the new folder
-started the server
My fml-server-log doesn´t show any errors. Also I´m using a host.
Code:
[14:21:43] [Server thread/INFO]: Starting minecraft server version 1.7.10
[14:22:17] [Server thread/INFO]: Loading properties
[14:22:17] [Server thread/INFO]: Default game type: SURVIVAL
[14:22:17] [Server thread/INFO]: Generating keypair
[14:22:18] [Server thread/INFO]: Starting Minecraft server on 74.91.123.192:25565
[14:22:48] [Server thread/INFO]: Preparing level "world"
[14:26:30] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: Input/output error
at java.io.FileInputStream.readBytes(Native Method) ~[?:1.7.0_51]
at java.io.FileInputStream.read(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.7.0_51]
at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.7.0_51]
at java.io.InputStreamReader.read(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.fill(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.7.0_51]
at net.minecraft.server.dedicated.DedicatedServer$2.run(DedicatedServer.java:97) [lv.class:?]
I´ve updated my server doing the following:
-complete backup of all old files
-deleted all old files
-got the new server pack
-accepted the eula and started the new server pack
-once it finished generating spawn area, I´ve turned it off
-copied over my ops, whitelist, server.properties and world into the new folder
-started the server
My fml-server-log doesn´t show any errors. Also I´m using a host.