Plugin Message d'erreur inconnu

Mickey74

Architecte en herbe
3 Juillet 2012
147
7
75
29
Bonjour !!
Depuis quelques temps j'ai ce message qui s'affiche dans ma console et je ne sais pas ce qu'il signifie.
Quelque peut me le dire ?

HTML:
30.01 16:04:56 [Server] INFO at java.lang.Thread.run(Thread.java:722)
30.01 16:04:56 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
30.01 16:04:56 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
30.01 16:04:56 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
30.01 16:04:56 [Server] INFO at org.bukkit.craftbukkit.v1_4_5.scheduler.CraftTask.run(CraftTask.java:53)
30.01 16:04:56 [Server] INFO at com.earth2me.essentials.storage.AbstractDelayedYamlFileReader.run(AbstractDelayedYamlFileReader.java:38)
30.01 16:04:56 [Server] INFO at com.earth2me.essentials.storage.YamlStorageReader.load(YamlStorageReader.java:47)
30.01 16:04:56 [Server] INFO at org.yaml.snakeyaml.Yaml.load(Yaml.java:423)
30.01 16:04:56 [Server] INFO at org.yaml.snakeyaml.Yaml.loadFromReader(Yaml.java:480)
30.01 16:04:56 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.getSingleData(BaseConstructor.java:128)
30.01 16:04:56 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.constructDocument(BaseConstructor.java:142)
30.01 16:04:56 [Server] INFO at org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:183)
30.01 16:04:56 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.construct(Constructor.java:331)
30.01 16:04:56 [Server] INFO at org.yaml.snakeyaml.constructor.Constructor$ConstructYamlObject.getConstructor(Constructor.java:321)
30.01 16:04:56 [Server] INFO at com.earth2me.essentials.storage.BukkitConstructor.getClassForNode(BukkitConstructor.java:421)
30.01 16:04:56 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.getClassByName(JavaPluginLoader.java:284)
30.01 16:04:56 [Server] INFO org.bukkit.plugin.AuthorNagException:
30.01 16:04:56 [Server] WARNING Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
30.01 16:04:56 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded?

Il faut lire le message depuis le bas vers le haut ^^
 

Detobel36

Créateur de plugins (PhoenixRebirth)
Support
17 Août 2012
10 531
24
2 247
347
28
Bruxelles - Belgique
www.phoenix-rebirth.fr
Salut,

Il me semble que c'est une erreur "normal"...
C'est juste une erreur pour dire qu'une des méthode qu'utilise un de tes plugins ne marchera plus dans les nouvelle version.
Je me trompe peux être...


Cordialement,
Detobel36
 

Hugo5262

Le véritable enderman !
29 Janvier 2013
40
0
1
26
Belgique
Bonsoir,
La 2 eme erreur veut dire que ton serveur est trop chargé (de plugins,Map,...)
Soit rajoute de la ram et de l'espace disque en payant plus chez ton hébergeur
Soit tu enlèves ce que tu trouves inutiles.
Si tu ne fais aucune des 2 solutions,il arrivera que ton serveur laag mais ce n'est pas encore trop grave
Bien à toi
Cordialement
Hugo5262
 

robin4002

Expert en informatique et systèmes d'information
Staff
Responsable technique
Responsable forum
12 Novembre 2012
20 898
158
3 004
347
26
Alsace
www.minecraftforgefrance.fr
Code:
30.01 16:04:56 [Server] WARNING Can't keep up! Did the system time change, or is the server overloaded?
Je confirme ce que dit Hugo5262, surcharge du serveur
Code:
30.01 16:04:56 [Server] WARNING Method "public Plugin loadPlugin(File, boolean)" is Deprecated, and may be removed in a future version of Bukkit
Une des méthode utilisé par ce plugins est obsolète, le plugins risque de ne pas fonctionner à l'avenir comme l'a dit Detobel36
 
  • J'aime
Reactions: Detobel36