serveur crash toute les heures

Je viens de mettre à jours worldGuard mais l'erreur c'est aggrandit et apparait maintenant 4 fois sur les logs. Je pense que cela vient d'une map:
Code:
2013-08-25 21:56:20 [INFO] [ChestShop] Lockette version 1.7.12 loaded.
2013-08-25 21:56:20 [INFO] [ChestShop] Vault loaded - using iConomy 7
2013-08-25 21:56:20 [WARNING] Got conflicting probe from ourselves
incoming: [Service@1091983174 type: TYPE_SRV index 33, class: CLASS_IN index 1, name: Land-Craft._minecraft._tcp.local. ttl: '3600/3600' server: '2001:41d0:8:dbac:0:0:0:1%4.local.:25565']
local  : [Service@565958156 type: TYPE_SRV index 33, class: CLASS_IN index 1-unique, name: Land-Craft._minecraft._tcp.local. ttl: '3600/3600' server: 'fe80:0:0:0:4e72:b9ff:fe66:a917%4.local.:25565']
2013-08-25 21:56:20 [WARNING] Got conflicting probe from ourselves
incoming: [Service@1745841255 type: TYPE_SRV index 33, class: CLASS_IN index 1, name: Land-Craft._minecraft._tcp.local. ttl: '3599/3600' server: '2001:41d0:8:dbac:0:0:0:1%4.local.:25565']
local  : [Service@1284903824 type: TYPE_SRV index 33, class: CLASS_IN index 1-unique, name: Land-Craft._minecraft._tcp.local. ttl: '3599/3600' server: 'fe80:0:0:0:4e72:b9ff:fe66:a917%4.local.:25565']
2013-08-25 21:56:20 [WARNING] Got conflicting probe from ourselves
incoming: [Service@1785121558 type: TYPE_SRV index 33, class: CLASS_IN index 1, name: Land-Craft._minecraft._tcp.local. ttl: '3599/3599' server: '2001:41d0:8:dbac:0:0:0:1%4.local.:25565']
local  : [Service@43993069 type: TYPE_SRV index 33, class: CLASS_IN index 1-unique, name: Land-Craft._minecraft._tcp.local. ttl: '3600/3600' server: 'fe80:0:0:0:4e72:b9ff:fe66:a917%4.local.:25565']
2013-08-25 21:56:25 [INFO] [EssentialsChat] Enabling EssentialsChat v2.11.1
 
En tapant cette erreur sur google j'ai trouvé ça :
http://sourceforge.net/p/jmdns/discussion/324612/thread/2b1a1f83
il semblerai que ça ai un rapport avec l'ipv6, JmDNS est un projet qui permet d'utiliser les dns dans java, à ce que je sache minecraft n'utilise pas ces libs, mais peut être un plugins.

Ton serveur minecraft est lancé sous l'ipv4 ou l'ipv6 ? Si il est en v6, repasse sur l"ipv4 (server.properties) regarde aussi du coté de la configuration des plugins.
 
Pour tout te dire je n'ai jamais touché à cela donc je pense que cela vient d'un plugin après lequel, il va falloir que je cherche.
Voila une erreur que je viens de trouver:
Code:
2013-08-25 23:20:09 [WARNING] [AuthMe] Task #327267 for AuthMe v2.8 generated an exception
java.lang.NullPointerException
    at org.bukkit.Location.getChunk(Location.java:73)
    at uk.org.whoami.authme.threads.LoginThread$4.run(LoginThread.java:230)
    at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftTask.run(CraftTask.java:58)
    at org.bukkit.craftbukkit.v1_6_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
    at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:518)
    at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:239)
    at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:481)
    at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:413)
    at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
et une autre aussi:
Code:
013-08-25 23:11:01 [SEVERE] Could not pass event PlayerDeathEvent to DeathMessages v2.5.1
org.bukkit.event.EventException
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
    at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
    at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30)
    at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:478)
    at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:463)
    at org.bukkit.craftbukkit.v1_6_R2.event.CraftEventFactory.callPlayerDeathEvent(CraftEventFactory.java:363)
    at net.minecraft.server.v1_6_R2.EntityPlayer.die(EntityPlayer.java:308)
    at org.bukkit.craftbukkit.v1_6_R2.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:80)
    at org.bukkit.craftbukkit.v1_6_R2.entity.CraftLivingEntity.setHealth(CraftLivingEntity.java:437)
    at com.earth2me.essentials.PlayerExtension.setHealth(PlayerExtension.java)
    at com.earth2me.essentials.commands.Commandsuicide.run(Commandsuicide.java:24)
    at com.earth2me.essentials.commands.EssentialsCommand.run(EssentialsCommand.java:134)
    at com.earth2me.essentials.Essentials.onCommandEssentials(Essentials.java:441)
    at com.earth2me.essentials.Essentials.onCommand(Essentials.java:330)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:190)
    at org.bukkit.craftbukkit.v1_6_R2.CraftServer.dispatchCommand(CraftServer.java:527)
    at net.minecraft.server.v1_6_R2.PlayerConnection.handleCommand(PlayerConnection.java:979)
    at net.minecraft.server.v1_6_R2.PlayerConnection.chat(PlayerConnection.java:890)
    at net.minecraft.server.v1_6_R2.PlayerConnection.a(PlayerConnection.java:837)
    at net.minecraft.server.v1_6_R2.Packet3Chat.handle(SourceFile:49)
    at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:230)
    at net.minecraft.server.v1_6_R2.PlayerConnection.e(PlayerConnection.java:116)
    at net.minecraft.server.v1_6_R2.ServerConnection.b(SourceFile:37)
    at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:125)
    at net.minecraft.server.v1_6_R2.MinecraftServer.t(MinecraftServer.java:592)
    at net.minecraft.server.v1_6_R2.DedicatedServer.t(DedicatedServer.java:239)
    at net.minecraft.server.v1_6_R2.MinecraftServer.s(MinecraftServer.java:481)
    at net.minecraft.server.v1_6_R2.MinecraftServer.run(MinecraftServer.java:413)
    at net.minecraft.server.v1_6_R2.ThreadServerApplication.run(SourceFile:582)
Caused by: java.lang.NullPointerException
    at java.util.regex.Matcher.appendReplacement(Unknown Source)
    at java.util.regex.Matcher.replaceAll(Unknown Source)
    at java.lang.String.replaceAll(Unknown Source)
    at com.gmail.josemanuelgassin.DeathMessages.Listener_Jugador.jugadorMuere(Listener_Jugador.java:171)
    at sun.reflect.GeneratedMethodAccessor468.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
    ... 29 more
 
problème avec la commande /kill & authme aparemment :/ essaye de verifier leurs configuration ?
et leurs version.
 
La nuit a-t-elle eu raison du bug? ou tu es encore entrain de chercher?
d'autre piste?
 
Salut cette nuit le serveur n'as pas crash et vers 10h20 c'est le crash. Je pense maintenant que c'est plus au niveau de la ram alloué puisque l'ipv4 donc a ce niveau pas de soucis. Pensez-vous qu'avec 8GB de ram el serveur puisse acceuillir 60-70 joueurs en moyenne. Sachant que ma ram utilisée tourne aux alentours de 4-6GB
Voila encore un crash mais aucune indication:
Code:
2013-08-26 10:11:45 [INFO] DIMIX77 lost connection: disconnect.endOfStream
2013-08-26 10:11:45 [INFO] Removing player from memory: DIMIX77
2013-08-26 10:33:11 [INFO] Starting minecraft server version 1.6.2
2013-08-26 10:33:11 [INFO] Loading properties
Cordialement
 
J'aimerai savoir si quelqu'un pouvais me dire à quoi correspond cette erreur:
Code:
2013-08-26 11:40:58 [WARNING] Got conflicting probe from ourselves
incoming: [Service@1303087023 type: TYPE_SRV index 33, class: CLASS_IN index 1, name: Land-Craft._minecraft._tcp.local. ttl: '3600/3600' server: '2001:41d0:8:dbac:0:0:0:1%4.local.:25565']
local  : [Service@945363455 type: TYPE_SRV index 33, class: CLASS_IN index 1-unique, name: Land-Craft._minecraft._tcp.local. ttl: '3600/3600' server: 'fe80:0:0:0:4e72:b9ff:fe66:a917%4.local.:25565']
2013-08-26 11:40:58 [INFO] [Multiverse-Inventories] The following worlds for group 'default' are not loaded: world_nether, world, world_the_end, immeuble, prison, PvPworld, recolte_nether, recolte_the_end, Spawn_nether, Ville_nether, Ville_the_end, Survie_nether, Survie_the_end
2013-08-26 11:40:58 [INFO] [Multiverse-Inventories 2.5-b335] enabled.
2013-08-26 11:40:58 [INFO] [CreativeGates] Enabling CreativeGates v1.4
2013-08-26 11:40:58 [INFO] [CreativeGates v1.4] === ENABLE START ===
2013-08-26 11:40:58 [WARNING] Got conflicting probe from ourselves
incoming: [Service@911251466 type: TYPE_SRV index 33, class: CLASS_IN index 1, name: Land-Craft._minecraft._tcp.local. ttl: '3600/3600' server: '2001:41d0:8:dbac:0:0:0:1%4.local.:25565']
local  : [Service@1697502305 type: TYPE_SRV index 33, class: CLASS_IN index 1-unique, name: Land-Craft._minecraft._tcp.local. ttl: '3600/3600' server: 'fe80:0:0:0:4e72:b9ff:fe66:a917%4.local.:25565']
2013-08-26 11:40:59 [WARNING] Got conflicting probe from ourselves
incoming: [Service@1492250831 type: TYPE_SRV index 33, class: CLASS_IN index 1, name: Land-Craft._minecraft._tcp.local. ttl: '3599/3600' server: '2001:41d0:8:dbac:0:0:0:1%4.local.:25565']
local  : [Service@1945686951 type: TYPE_SRV index 33, class: CLASS_IN index 1-unique, name: Land-Craft._minecraft._tcp.local. ttl: '3599/3600' server: 'fe80:0:0:0:4e72:b9ff:fe66:a917%4.local.:25565']
 
Aucune idée :/
Essaye de monter les permsize du serveur :
Code:
-XX:PermSize=128M -XX:MaxPermSize=512M
(à mettre avant le -jar spigot.jar)
 
je viens d'essayer une technique baisser la ram, c'est à dire j'ai mis 7 pour le Semi-RP et 7 pour le PvP ce qui laisse 2GB pour la machine, on va voir ce que sa donne