Solved I started to get so many errors.

Discussion in 'Bukkit Help' started by Doc.Deniz, Feb 10, 2012.

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

    Doc.Deniz

    Hi.
    I am getting error messages for almos all my plugin commands. This was not here before. Some commands give so many errors that server is closed.
    I am giving an example log file, for /money command which was working once.
    Code:
    org.bukkit.command.CommandException: Unhandled exception executing command 'money' in plugin CurrencyBasic v0.7
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:386)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:777)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:737)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:725)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:100)
        at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:537)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:435)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:465)
    Caused by: org.jruby.exceptions.RaiseException: Native Exception: 'class java.lang.NumberFormatException'; Message: For input string: "588,00"; StackTrace: java.lang.NumberFormatException: For input string: "588,00"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Long.parseLong(Unknown Source)
        at java.lang.Long.valueOf(Unknown Source)
        at is.currency.syst.FormatHelper.formatted(FormatHelper.java:70)
        at is.currency.syst.FormatHelper.format(FormatHelper.java:39)
     
    Caused by: java.lang.NumberFormatException: For input string: "588,00"
        at java.lang.NumberFormatException.forInputString(Unknown Source)
        at java.lang.Long.parseLong(Unknown Source)
        at java.lang.Long.valueOf(Unknown Source)
        at is.currency.syst.FormatHelper.formatted(FormatHelper.java:70)
        at is.currency.syst.FormatHelper.format(FormatHelper.java:39)
    I would be happy if somebody could help me. Sorry for bad english.
     
  2. Offline

    MrRedLogan

    are they all updated to the latest RB of Bukkit?
     
  3. Offline

    Doc.Deniz

    Some of them are not. I solved /money problem by re-installing the plug-in. But there is still some problems with simple region market, although it is updated.

    I have solved my problem by fixing my permissions.

    EDIT by Moderator: merged posts, please use the edit button instead of double posting.
     
    Last edited by a moderator: May 23, 2016
Thread Status:
Not open for further replies.

Share This Page