Problème de connexion serveur snapshot

4rno

Architecte en herbe
9 Juillet 2015
30
6
73
Bonjour,
j'ai démarré il y a quelques temps une petite partie survie en multi et en snapshot, tout allais bien mais aujourd'hui, je n'arrive plus à me connecter à mon serveur...
Le serveur est en version 16w35a, mais je n'avais pour l'instant aucun problème de connexion.
J'ai aussi vérifié si les serveurs de Mojang sont down, mais apparemment pas.
Voici le log du serveur :
Code:
[16:21:49] [Server thread/INFO]: com.mojang.authlib.GameProfile@46009ca[id=<null>,name=RebellCraft,properties={},legacy=false] (/109.88.183.142:52862) lost connection: Disconnected
Exception in thread "User Authenticator #4" java.lang.NullPointerException
        at com.mojang.authlib.properties.PropertyMap$Serializer.deserialize(PropertyMap.java:38)
        at com.mojang.authlib.properties.PropertyMap$Serializer.deserialize(PropertyMap.java:19)
        at com.google.gson.TreeTypeAdapter.read(TreeTypeAdapter.java:58)
        at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$1.read(ReflectiveTypeAdapterFactory.java:93)
        at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:172)
        at com.google.gson.Gson.fromJson(Gson.java:803)
        at com.google.gson.Gson.fromJson(Gson.java:768)
        at com.google.gson.Gson.fromJson(Gson.java:717)
        at com.google.gson.Gson.fromJson(Gson.java:689)
        at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.makeRequest(YggdrasilAuthenticationService.java:55)
        at com.mojang.authlib.yggdrasil.YggdrasilMinecraftSessionService.hasJoinedServer(YggdrasilMinecraftSessionService.java:95)
        at mi$2.run(SourceFile:171)
[16:33:00] [Server thread/INFO]: Disconnecting com.mojang.authlib.GameProfile@12333739[id=<null>,name=RebellCraft,properties={},legacy=false] (/109.88.183.142:54252): Took too long to log in
[16:33:00] [Server thread/INFO]: com.mojang.authlib.GameProfile@12333739[id=<null>,name=RebellCraft,properties={},legacy=false] (/109.88.183.142:54252) lost connection: Took too long to log in

Merci d'avance pour votre réponse.