Jump to content

trouble with minecraft server

Go to solution Solved by BoggerBoss,

i got it working. my ipv4 address changed by one number.  so i just had to change that

 

im having trouble with my minecraft server. i have tried a different port. my ip is left blank in my server properties. ive tried everything i could think of. heres the log

 

[20:29:51] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498]
[20:29:51] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:29:51] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:29:51] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498]
[20:29:51] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0]
[20:29:52] [Server thread/INFO]: Starting minecraft server version 1.14.4
[20:29:52] [Server thread/INFO]: Loading properties
[20:29:52] [Server thread/INFO]: Default game type: SURVIVAL
[20:29:52] [Server thread/INFO]: Generating keypair
[20:29:52] [Server console handler/ERROR]: Exception handling console input
java.io.IOException: The handle is invalid
    at java.io.FileInputStream.readBytes(Native Method) ~[?:1.8.0_221]
    at java.io.FileInputStream.read(Unknown Source) ~[?:1.8.0_221]
    at java.io.BufferedInputStream.read1(Unknown Source) ~[?:1.8.0_221]
    at java.io.BufferedInputStream.read(Unknown Source) ~[?:1.8.0_221]
    at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) ~[?:1.8.0_221]
    at sun.nio.cs.StreamDecoder.implRead(Unknown Source) ~[?:1.8.0_221]
    at sun.nio.cs.StreamDecoder.read(Unknown Source) ~[?:1.8.0_221]
    at java.io.InputStreamReader.read(Unknown Source) ~[?:1.8.0_221]
    at java.io.BufferedReader.fill(Unknown Source) ~[?:1.8.0_221]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_221]
    at java.io.BufferedReader.readLine(Unknown Source) ~[?:1.8.0_221]
    at uk$2.run(SourceFile:109) [server.jar:?]
[20:29:52] [Server thread/INFO]: Starting Minecraft server on *:25565
[20:29:52] [Server thread/INFO]: Using default channel type
[20:29:52] [Server thread/WARN]: **** FAILED TO BIND TO PORT!
[20:29:52] [Server thread/WARN]: The exception was: java.net.BindException: Address already in use: bind
[20:29:52] [Server thread/WARN]: Perhaps a server is already running on that port?
[20:29:52] [Server thread/INFO]: Stopping server
[20:29:52] [Server thread/INFO]: Saving worlds
[20:29:52] [Server thread/ERROR]: Exception stopping the server
java.lang.NullPointerException: null
    at net.minecraft.server.MinecraftServer.a(SourceFile:546) ~[server.jar:?]
    at net.minecraft.server.MinecraftServer.m(SourceFile:574) ~[server.jar:?]
    at uk.m(SourceFile:593) ~[server.jar:?]
    at net.minecraft.server.MinecraftServer.run(SourceFile:676) [server.jar:?]
    at java.lang.Thread.run(Unknown Source) [?:1.8.0_221]

 

apparently somethings already using the port? but nothing is. i checked using the command netstat -a -o  

any help is appreciated. thanks

Link to comment
https://linustechtips.com/topic/1106715-trouble-with-minecraft-server/
Share on other sites

Link to post
Share on other sites

  • 4 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×