Failed to connect to server

Discussion in 'Bukkit Help' started by DarkXess, May 28, 2014.

Thread Status:
Not open for further replies.
  1. Offline

    DarkXess

    Hey guys, was wondering if you can help me - I am new to having my own minecraft server and have followed the guide you guys put up here. I first start with exactly how it said (the recommended build) though my minecraft is 1.7.9. Started from the beginning as so:

    1: Download the recommended build - Done!
    2: Put the .jar file in the directory you'd like the server to run from - Done!
    3: Open a text editor such as Notepad and type: - Done!

    Code:
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
    Above - Done!

    4: Save the document as run.bat (not as a .txt) in the same directory as craftbukkit.jar. - Done!
    5: Double click run.bat and you're away! - Done!

    Ok, all above went well, the server started - populating the world, generating the seed, all within the console etc and then I began to start up Minecraft and went to direct connect, put my local IP to see if it works and all I get is this:

    Code:
    failed to connect to server authentication servers are down.
    In the console I also see that it logged it as this:

    Code:
    [15:26:50] [Server thread/INFO]: Starting minecraft server version 1.7.9
    [15:26:50] [Server thread/INFO]: Loading properties
    [15:26:50] [Server thread/INFO]: Default game type: SURVIVAL
    [15:26:50] [Server thread/INFO]: Generating keypair
    [15:26:50] [Server thread/INFO]: Starting Minecraft server on *:25565
    [15:26:50] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-b3084jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1)
    [15:26:50] [Server thread/WARN]: Failed to load user banlist:
    java.io.FileNotFoundException: banned-players.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.y(SourceFile:99) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:25) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [15:26:50] [Server thread/WARN]: Failed to load ip banlist:
    java.io.FileNotFoundException: banned-ips.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.x(SourceFile:91) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:27) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [15:26:50] [Server thread/WARN]: Failed to load operators list:
    java.io.FileNotFoundException: ops.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.z(SourceFile:107) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:29) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [15:26:50] [Server thread/WARN]: Failed to load white-list:
    java.io.FileNotFoundException: whitelist.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.B(SourceFile:123) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:30) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [15:26:50] [Server thread/INFO]: Preparing level "world"
    [15:26:50] [Server thread/INFO]: Preparing start region for level 0 (Seed: 7543259037787701922)
    [15:26:51] [Thread-6/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: ConnectException
    [15:26:51] [Server thread/INFO]: Preparing spawn area: 11%
    [15:26:52] [Thread-6/WARN]: Could not get latest artifact information: ConnectException
    [15:26:52] [Server thread/INFO]: Preparing spawn area: 24%
    [15:26:53] [Server thread/INFO]: Preparing spawn area: 36%
    [15:26:54] [Server thread/INFO]: Preparing spawn area: 49%
    [15:26:55] [Server thread/INFO]: Preparing spawn area: 64%
    [15:26:56] [Server thread/INFO]: Preparing spawn area: 81%
    [15:26:57] [Server thread/INFO]: Preparing spawn area: 93%
    [15:26:58] [Server thread/INFO]: Preparing start region for level 1 (Seed: 7543259037787701922)
    [15:26:59] [Server thread/INFO]: Preparing spawn area: 23%
    [15:27:00] [Server thread/INFO]: Preparing spawn area: 48%
    [15:27:01] [Server thread/INFO]: Preparing spawn area: 62%
    [15:27:02] [Server thread/INFO]: Preparing spawn area: 74%
    [15:27:03] [Server thread/INFO]: Preparing start region for level 2 (Seed: 7543259037787701922)
    [15:27:04] [Server thread/INFO]: Preparing spawn area: 58%
    [15:27:04] [Server thread/INFO]: Done (14.122s)! For help, type "help" or "?"
    [15:27:13] [User Authenticator #1/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@250b4792[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:57251): Authentication servers are down. Please try again later, sorry!
    [15:27:13] [User Authenticator #1/ERROR]: Couldn't verify username because servers are unavailable
    [15:27:13] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@250b4792[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:57251) lost connection: Authentication servers are down. Please try again later, sorry!
    [15:34:04] [User Authenticator #2/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@27bd4856[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:57653): Authentication servers are down. Please try again later, sorry!
    [15:34:04] [User Authenticator #2/ERROR]: Couldn't verify username because servers are unavailable
    [15:34:04] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@27bd4856[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:57653) lost connection: Authentication servers are down. Please try again later, sorry!
    [15:34:14] [Server thread/INFO]: CONSOLE: Stopping the server..[m
    [15:34:14] [Server thread/INFO]: Stopping server
    [15:34:14] [Server thread/INFO]: Saving players
    [15:34:14] [Server thread/INFO]: Saving worlds
    [15:34:14] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
    [15:34:14] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
    [15:34:14] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
    [15:34:14] [Thread-4/INFO]: Stopping server
    [15:34:14] [Thread-4/INFO]: Saving players
    [15:34:14] [Thread-4/INFO]: Saving worlds
    [15:34:14] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
    I thought this was or could be because my minecraft build is the latest version, so I downloaded and tried the beta build for 1.7.9 also and still im getting the same thing.

    I have also gone over this and your forums to see if I can find any answer but none.

    Can someone please help me and show me what im doing wrong?

    Thank you. :)

    Edit: Ok as you can see, the server is there in the MP list! so im confused to why I cant connect. Its also green meaning its not a bad connection as such.

    [​IMG]


    2nd Edit:

    Ok, very strange now - I tried the official Minecraft Server from there download page here. And IT WORKS! I can run my own server, no problems connecting at all, I went over the server settings with the Bukkit one ive got and edited it accordingly but still for some strange reason im getting the same error! I cant connect with the Bukkit server pack im using.

    Though the official server pack is working fine. So this makes me believe its not my side of things but something to do with the Bukkit pack???

    Any help on this please? I have tried everything and still not able to get it to work.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: Jun 8, 2016
  2. Offline

    DrPyroCupcake

    DarkXess if the authentication servers are down then restart your minecraft client. If that does not work then it must be Mojang's servers that are down. If you restart your server do you get the same errors in the log? Alot of the times if you are first starting the server it can be normal to get errors.
     
  3. Offline

    DarkXess

    DrPyroCupcake hey man, thanks for the reply - well here is what ive done now:

    Deleted all and started a fresh, here is the log from the first startup which failed to connect:

    Code:
    [01:08:31] [Server thread/INFO]: Starting minecraft server version 1.7.9
    [01:08:31] [Server thread/INFO]: Loading properties
    [01:08:31] [Server thread/INFO]: Default game type: SURVIVAL
    [01:08:31] [Server thread/INFO]: Generating keypair
    [01:08:31] [Server thread/INFO]: Starting Minecraft server on 192.168.99.1:25565
    [01:08:31] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-b3084jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1)
    [01:08:31] [Server thread/WARN]: Failed to load user banlist:
    java.io.FileNotFoundException: banned-players.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.y(SourceFile:99) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:25) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [01:08:31] [Server thread/WARN]: Failed to load ip banlist:
    java.io.FileNotFoundException: banned-ips.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.x(SourceFile:91) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:27) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [01:08:31] [Server thread/WARN]: Failed to load operators list:
    java.io.FileNotFoundException: ops.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.z(SourceFile:107) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:29) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [01:08:31] [Server thread/WARN]: Failed to load white-list:
    java.io.FileNotFoundException: whitelist.json (The system cannot find the file specified)
        at java.io.FileInputStream.open(Native Method) ~[?:1.8.0_05]
        at java.io.FileInputStream.<init>(Unknown Source) ~[?:1.8.0_05]
        at net.minecraft.util.com.google.common.io.Files.newReader(Files.java:86) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.JsonList.load(JsonList.java:147) ~[craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.B(SourceFile:123) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedPlayerList.<init>(SourceFile:30) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.DedicatedServer.init(DedicatedServer.java:126) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:436) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
        at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [craftbukkit.jar:git-Bukkit-1.7.9-R0.1-b3084jnks]
    [01:08:31] [Server thread/INFO]: Preparing level "world"
    [01:08:32] [Server thread/INFO]: Preparing start region for level 0 (Seed: -365461420838139769)
    [01:08:32] [Thread-6/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: ConnectException
    [01:08:33] [Server thread/INFO]: Preparing spawn area: 15%
    [01:08:33] [Thread-6/WARN]: Could not get latest artifact information: ConnectException
    [01:08:34] [Server thread/INFO]: Preparing spawn area: 37%
    [01:08:35] [Server thread/INFO]: Preparing spawn area: 58%
    [01:08:36] [Server thread/INFO]: Preparing spawn area: 77%
    [01:08:37] [Server thread/INFO]: Preparing start region for level 1 (Seed: -365461420838139769)
    [01:08:38] [Server thread/INFO]: Preparing spawn area: 23%
    [01:08:39] [Server thread/INFO]: Preparing spawn area: 46%
    [01:08:40] [Server thread/INFO]: Preparing spawn area: 72%
    [01:08:41] [Server thread/INFO]: Preparing spawn area: 95%
    [01:08:41] [Server thread/INFO]: Preparing start region for level 2 (Seed: -365461420838139769)
    [01:08:42] [Server thread/INFO]: Preparing spawn area: 64%
    [01:08:42] [Server thread/INFO]: Done (11.074s)! For help, type "help" or "?"
    [01:09:05] [User Authenticator #1/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@2da70b90[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:54668): Authentication servers are down. Please try again later, sorry!
    [01:09:05] [User Authenticator #1/ERROR]: Couldn't verify username because servers are unavailable
    [01:09:05] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@2da70b90[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:54668) lost connection: Authentication servers are down. Please try again later, sorry!
    [01:09:29] [Server thread/INFO]: CONSOLE: Stopping the server..
    [01:09:29] [Server thread/INFO]: Stopping server
    [01:09:29] [Server thread/INFO]: Saving players
    [01:09:29] [Server thread/INFO]: Saving worlds
    [01:09:29] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
    [01:09:30] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
    [01:09:30] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
    [01:09:30] [Thread-4/INFO]: Stopping server
    [01:09:30] [Thread-4/INFO]: Saving players
    [01:09:30] [Thread-4/INFO]: Saving worlds
    [01:09:30] [Thread-4/INFO]: Saving chunks for level 'world'/Overworld
    
    Then with the 2nd startup as you said the first will always bring up errors:

    Code:
    [01:10:09] [Server thread/INFO]: Starting minecraft server version 1.7.9
    [01:10:09] [Server thread/INFO]: Loading properties
    [01:10:09] [Server thread/INFO]: Default game type: SURVIVAL
    [01:10:09] [Server thread/INFO]: Generating keypair
    [01:10:09] [Server thread/INFO]: Starting Minecraft server on 192.168.99.1:25565
    [01:10:10] [Server thread/INFO]: This server is running CraftBukkit version git-Bukkit-1.7.9-R0.1-b3084jnks (MC: 1.7.9) (Implementing API version 1.7.9-R0.1)
    [01:10:10] [Server thread/INFO]: Preparing level "world"
    [01:10:10] [Server thread/INFO]: Preparing start region for level 0 (Seed: -365461420838139769)
    [01:10:10] [Server thread/INFO]: Preparing start region for level 1 (Seed: -365461420838139769)
    [01:10:11] [Thread-6/WARN]: Could not get information about this CraftBukkit version; perhaps you are running a custom one?: ConnectException
    [01:10:11] [Server thread/INFO]: Preparing start region for level 2 (Seed: -365461420838139769)
    [01:10:11] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
    [01:10:11] [Server thread/INFO]: Done (1.499s)! For help, type "help" or "?"
    [01:10:12] [Thread-6/WARN]: Could not get latest artifact information: ConnectException
    [01:10:47] [User Authenticator #1/INFO]: Disconnecting net.minecraft.util.com.mojang.authlib.GameProfile@5b2fd40b[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:54740): Authentication servers are down. Please try again later, sorry!
    [01:10:47] [User Authenticator #1/ERROR]: Couldn't verify username because servers are unavailable
    [01:10:47] [Server thread/INFO]: net.minecraft.util.com.mojang.authlib.GameProfile@5b2fd40b[id=<null>,name=DarkXess,properties={},legacy=false] (/192.168.99.1:54740) lost connection: Authentication servers are down. Please try again later, sorry!
    [01:11:07] [Server thread/INFO]: CONSOLE: Stopping the server..
    [01:11:07] [Server thread/INFO]: Stopping server
    [01:11:07] [Server thread/INFO]: Saving players
    [01:11:07] [Server thread/INFO]: Saving worlds
    [01:11:07] [Server thread/INFO]: Saving chunks for level 'world'/Overworld
    [01:11:07] [Server thread/INFO]: Saving chunks for level 'world_nether'/Nether
    [01:11:07] [Server thread/INFO]: Saving chunks for level 'world_the_end'/The End
    [01:11:07] [Thread-4/INFO]: Stopping server
    What I dont understand is, the Minecraft Server one I downloaded is working fine! its just the Bukkit one that isnt working for me :(

    Here are my server settings:

    Code:
    #Minecraft server properties
    #Fri May 30 01:10:10 CST 2014
    generator-settings=
    op-permission-level=4
    allow-nether=true
    level-name=world
    enable-query=false
    allow-flight=false
    announce-player-achievements=true
    server-port=25565
    level-type=DEFAULT
    enable-rcon=false
    force-gamemode=false
    level-seed=
    server-ip=192.168.99.1
    max-build-height=256
    spawn-npcs=true
    white-list=false
    spawn-animals=true
    hardcore=false
    snooper-enabled=true
    online-mode=true
    resource-pack=
    pvp=true
    difficulty=1
    enable-command-block=false
    gamemode=0
    player-idle-timeout=0
    max-players=20
    spawn-monsters=true
    generate-structures=true
    view-distance=10
    motd=A Minecraft Server
    And this is what ive got my startup .bat configured for:

    Code:
    java -Xmx1024M -jar craftbukkit.jar -o true
    PAUSE
     
  4. Offline

    ZanderMan9

    Authentication servers being down is an issue on Mojang's end. But do make sure you have a port open and all that good stuff.
     
  5. Offline

    DarkXess

    Ive followed the guide exactly from A to Z. All ports are open and everything done as should be.

    Can someone confirm all my settings etc are correct above?

    And again, even if the ports wasnt open like you mentioned above about opening etc... then why does the official minecraft server work but the bukkit one not? :S
     
  6. Offline

    DrPyroCupcake

    ZanderMan9 I agree. Also DarkXess have you bought the game or is your username cracked?
     
  7. Offline

    DarkXess


    lol of course my game is bought! how can my username be cracked? I already said I can play on the official Minecraft Servers etc, just the bukkit one I cant play with - and that is the one I want to play, NOT the official lol.

    Edit: When trying just now, I can play official server, close it and open the bukkit server and boom! doesnt work as usual. I really dont understand this.

    Edit 2: Again can someone go over my settings and make sure they are actually all correct.
     
  8. Offline

    ZanderMan9

    I've looked and it seems everything is fine. I can't fathom why the official server works but not Bukkit. Make sure you COMPLETELY shut down the official one though, else you'll have two servers in the same place, and that creates serious issues.
     
  9. Offline

    DrPyroCupcake

    DarkXess by official Minecraft servers do you mean Vanilla servers?
     
  10. Offline

    JaguarJo

    DarkXess All I can possibly think to try is in your server properties file, where it asks for server-ip= to just leave it blank instead of putting the IP in there. It should take care of that part automatically.
    Not really sure why you can log onto vanilla but not CraftBukkit though; that's odd.
     
  11. Offline

    DarkXess

    ZanderMan9 Yep I know that mate, that hasnt been a problem :)

    DrPyroCupcake Er, lol I mean I can make my own server, my friends have even joined to see if there are any problems, there was nothing bad out of it, they all said everything was perfect - no lag etc,... so I know the Minecraft Server from the official site which I downloaded works! thats what I mean being official mate.

    The Bukkit one is not working at all, ive tried even the same configs as the Minecraft Server has and still wont connect saying about authentication issues.

    JaguarJo just tried exactly that and it works with the Minecraft Server file but once again the Bukkit one does not work :(

    This problem IS happening on both the stable version and also the beta version of Bukkit.
     
  12. Offline

    DrPyroCupcake

Thread Status:
Not open for further replies.

Share This Page