Stránka 1 z 1
Server.log - chyba.
Napsal: 15 črc 2014, 06:30
od jakub1000
Server: IP: 93.91.250.212:27824Čau, chtěl bych vědět, co je toto za chybu a jak jí odstraním.
Kód: Vybrat vše
2014-07-15 06:28:16 [SEVERE] Exception in thread "Thread-14"
2014-07-15 06:28:16 [SEVERE] java.lang.NullPointerException
2014-07-15 06:28:16 [SEVERE] at com.iCo6.IO.mini.Arguments.decode(Arguments.java:38)
2014-07-15 06:28:16 [SEVERE] at com.iCo6.IO.mini.Arguments.getValue(Arguments.java:50)
2014-07-15 06:28:16 [SEVERE] at com.iCo6.IO.mini.Arguments.getDouble(Arguments.java:58)
2014-07-15 06:28:16 [SEVERE] at com.iCo6.system.Queried.purgeDatabase(Queried.java:535)
2014-07-15 06:28:16 [SEVERE] at com.iCo6.iConomy$2.run(iConomy.java:262)
2014-07-15 06:28:16 [SEVERE] at com.iCo6.util.Thrun.run(Thrun.java:12)
Odměna : Karma+
Re: Server.log - chyba.
Napsal: 15 črc 2014, 11:21
od OneTime97
Aktualizuj plugin Iconomy.
//EDIT- a taky seznam pluginů
Re: Server.log - chyba.
Napsal: 15 črc 2014, 12:53
od nejento
- Neznám iConomi
- Na jakou verzi by měl aktualizovat, když už novější není?
Jak často se ti ta chyba stává?
Re: Server.log - chyba.
Napsal: 15 črc 2014, 12:54
od OneTime97
No, nevšiml sem si.

Re: Server.log - chyba.
Napsal: 17 črc 2014, 06:43
od jakub1000
Dobrý, ta chyba se záhadně odendala, ale mám tu další :
Kód: Vybrat vše
2014-07-17 06:19:55 [INFO] [ScoreboardStats] Couldnt replace variable with name: %econ% Maybe you misspelled it or the replacer isnt available yet
2014-07-17 06:19:55 [FINE] [ScoreboardStats] null
com.github.games647.scoreboardstats.variables.UnknownVariableException: Variable '%econ%' not found
at com.github.games647.scoreboardstats.variables.ReplaceManager.getScore(ReplaceManager.java:159)
at com.github.games647.scoreboardstats.SbManager.sendUpdate(SbManager.java:195)
at com.github.games647.scoreboardstats.SbManager.createScoreboard(SbManager.java:81)
at com.github.games647.scoreboardstats.SbManager.sendUpdate(SbManager.java:129)
at com.github.games647.scoreboardstats.RefreshTask.run(RefreshTask.java:57)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftTask.run(CraftTask.java:53)
at org.bukkit.craftbukkit.v1_5_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:345)
at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:513)
at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Scoreboardstats configKód: Vybrat vše
Main configuration
enable-pvpstats: true
disabled-worlds:
- city
#This will not count vanished players in the online value
hide-vanished: false
Scoreboard:
Title: '&e&lStatistiky'
#seconds
# For instant updates you can or 1 and it will update every second
Update-delay: 2
Items:
#The Title must have under 16 characters
#Title: Type
'&9Hraci': '%online%'
'&9Penize': '%econ%'
'&9Zabiti': '%kills%'
'&9Umrti': '%deaths%'
'&9Ping': '%ping%'
'&9Zabito mobu': '%mob%'
Temp-Scoreboard-enabled: true
Temp-Scoreboard:
Title: '&e&lNejvetsi zabijaci'
#%mob% | %kills% | %killstreak%
Type: '%kills%'
Color: '&9'
#How many Players would be displayed
Items: 5
Intervall-show: 300
Intervall-disappear: 300
Re: Server.log - chyba.
Napsal: 17 črc 2014, 08:12
od DenOwq
Podívej se do /pl, nemáš nějaký plugin červený?
Re: Server.log - chyba.
Napsal: 17 črc 2014, 08:18
od jakub1000
Ne,
Je to ekonomikou, asi chyba v Iconomy, protože v tabulce se neukazují peníze.
Re: Server.log - chyba.
Napsal: 17 črc 2014, 08:39
od LpBahos
jakub máš to totiž špatně

Místo
má být
... Přepiš to a restartuj server

Re: Server.log - chyba.
Napsal: 17 črc 2014, 09:20
od jakub1000
Dík, uvidím, pak napíšu a co je toto za chybu u pluginu PlotMe ?
Kód: Vybrat vše
> 09:18:36 [SEVERE] null
org.bukkit.command.CommandException: Unhandled exception executing command 'plot' in plugin PlotMe v0.13
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:189)
at org.bukkit.craftbukkit.v1_5_R3.CraftServer.dispatchCommand(CraftServer.java:523)
at net.minecraft.server.v1_5_R3.PlayerConnection.handleCommand(PlayerConnection.java:971)
at net.minecraft.server.v1_5_R3.PlayerConnection.chat(PlayerConnection.java:889)
at net.minecraft.server.v1_5_R3.PlayerConnection.a(PlayerConnection.java:846)
at net.minecraft.server.v1_5_R3.Packet3Chat.handle(Packet3Chat.java:44)
at net.minecraft.server.v1_5_R3.NetworkManager.b(NetworkManager.java:292)
at net.minecraft.server.v1_5_R3.PlayerConnection.d(PlayerConnection.java:115)
at net.minecraft.server.v1_5_R3.ServerConnection.b(SourceFile:35)
at net.minecraft.server.v1_5_R3.DedicatedServerConnection.b(SourceFile:30)
at net.minecraft.server.v1_5_R3.MinecraftServer.r(MinecraftServer.java:581)
at net.minecraft.server.v1_5_R3.DedicatedServer.r(DedicatedServer.java:226)
at net.minecraft.server.v1_5_R3.MinecraftServer.q(MinecraftServer.java:477)
at net.minecraft.server.v1_5_R3.MinecraftServer.run(MinecraftServer.java:410)
at net.minecraft.server.v1_5_R3.ThreadServerApplication.run(SourceFile:573)
Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
at com.worldcretornica.plotme.PMCommand.home(PMCommand.java:2152)
at com.worldcretornica.plotme.PMCommand.onCommand(PMCommand.java:154)
at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
... 15 more
Jinak vytvořím svět s PlotMe, portnu se tam a parcely tam nejsou, ale příkazy jako je /plotme auto jdou, proč ? Jak to opravím ?