[FIXED]authentication servers are down

Discussion in 'Bukkit Discussion' started by caderape, Oct 27, 2015.

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

    caderape

    Hello, this must not be the first time you see this, but after looking on many threads, i didnt found a good answer. So i come back with this.

    Since java jdk-8, the authentification server is unreachable. I have to put online mod to false for connect to my server. When i try to connect in online mod true, i have the message in the title.

    If i install jdk-7 on my host machine, everything works fine, expect the server don't allow plugin made with jdk8.

    If i change eclipse and install jdk-7, i dun have acces to some features like the worldboarder.

    So how can i fix this problem ? did i installed the wrong java version ? My machine is hosted by OVH.
    I heard the problem could be about ip forwarding, bu i dun really know how to check it.

    Thx.
     
  2. Online

    timtower Administrator Administrator Moderator

    @caderape The authentication servers shouldn't be related to your jdk...
    Could you post your server log?
     
  3. Offline

    caderape

    Code:
    >root@ns3001130:/home/test# java -Xms1024M -Xmx1024M -jar craftbukkit.jar
    Loading libraries, please wait...
    [10:02:53 INFO]: Starting minecraft server version 1.8.8
    [10:02:53 INFO]: Loading properties
    [10:02:53 INFO]: Default game type: SURVIVAL
    [10:02:53 INFO]: Generating keypair
    [10:02:53 INFO]: Starting Minecraft server on *:25565
    [10:02:53 INFO]: Using epoll channel type
    [10:02:54 INFO]: This server is running CraftBukkit version git-Bukkit-18fbb24 (                                                                             MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT)
    [10:02:55 INFO]: Preparing level "world"
    [10:02:55 INFO]: Preparing start region for level 0 (Seed: 1488725751837174823)
    [10:02:56 INFO]: Preparing spawn area: 4%
    [10:02:57 INFO]: Preparing spawn area: 39%
    [10:02:58 INFO]: Preparing spawn area: 75%
    [10:02:59 INFO]: Preparing start region for level 1 (Seed: 1488725751837174823)
    [10:03:00 INFO]: Preparing spawn area: 29%
    [10:03:01 INFO]: Preparing spawn area: 62%
    [10:03:02 INFO]: Preparing spawn area: 97%
    [10:03:02 INFO]: Preparing start region for level 2 (Seed: 1488725751837174823)
    [10:03:02 INFO]: Server permissions file permissions.yml is empty, ignoring it
    [10:03:02 INFO]: Done (7,780s)! For help, type "help" or "?"
    [10:03:09 WARN]: Can't keep up! Did the system time change, or is the server ove                                                                             rloaded? Running 2940ms behind, skipping 58 tick(s)
    [10:03:10 INFO]: Disconnecting com.mojang.authlib.GameProfile@f2863e2[id=<null>,                                                                             name=chui1ouf,properties={},legacy=false] (/82.224.119.156:58658): Authenticatio                                                                             n servers are down. Please try again later, sorry!
    [10:03:10 ERROR]: Couldn't verify username because servers are unavailable
    [10:03:11 INFO]: com.mojang.authlib.GameProfile@f2863e2[id=<null>,name=chui1ouf,                                                                             properties={},legacy=false] (/82.224.119.156:58658) lost connection: Authenticat                                                                             ion servers are down. Please try again later, sorry!
    
    
    @timtower

    It's the java version the problem. It's not happen with java 7
     
    Last edited: Oct 27, 2015
  4. Online

    timtower Administrator Administrator Moderator

    @caderape Tried compiling it with java 8 installed?
     
  5. Offline

    caderape

    @timtower Actually i have java 8 installed yea on the machine.
     
  6. Online

    timtower Administrator Administrator Moderator

    @caderape But did you use that to run buildtools?
     
  7. Offline

    caderape

    @timtower buildtools, you're talking about eclipse ?
    I compile my plugins with java 1.8.
     
  8. Online

    timtower Administrator Administrator Moderator

    I am talking about the server itself.
     
  9. Offline

    caderape

    @timtower The server is launched with java 1.8
     
  10. Online

    timtower Administrator Administrator Moderator

    @caderape But was it made using java 1.8? Did you run buildtools when java 1.8 was installed?
     
  11. Offline

    caderape

    @timtower When i created the server ?
    Yep, it was with 1.8
     
  12. Offline

    oceantheskatr

    @caderape No, when you compiled(created) the actual server jar file. (Craftbukkit/Spigot)
     
  13. Offline

    caderape

    @oceantheskatr 1.8

    Edit: nvm, it's fixed. i guess my version was too old. I downloaded the last build and it works.
     
    Last edited: Oct 27, 2015
Thread Status:
Not open for further replies.

Share This Page