Issue when /mc save ou sheduled saves #78


  • New
  • Defect
Open
Assigned to _ForgeUser7226032
  • _ForgeUser11888017 created this issue Dec 3, 2013

    What steps will reproduce the problem?
    1. /mc save
    2. sheduled saves also have same issues
    3.

    What is the expected output? What do you see instead?

    2013-12-03 17:41:04 [INFO] Kervinou issued server command: /mc save
    2013-12-03 17:41:04 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'mc' in plugin MineConomy v1.6
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:192)
        at org.bukkit.craftbukkit.v1_6_R3.CraftServer.dispatchCommand(CraftServer.java:532)
        at net.minecraft.server.v1_6_R3.PlayerConnection.handleCommand(PlayerConnection.java:986)
        at net.minecraft.server.v1_6_R3.PlayerConnection.chat(PlayerConnection.java:897)
        at net.minecraft.server.v1_6_R3.PlayerConnection.a(PlayerConnection.java:838)
        at net.minecraft.server.v1_6_R3.Packet3Chat.handle(SourceFile:49)
        at org.spigotmc.netty.NettyNetworkManager.b(NettyNetworkManager.java:230)
        at net.minecraft.server.v1_6_R3.PlayerConnection.e(PlayerConnection.java:117)
        at net.minecraft.server.v1_6_R3.ServerConnection.b(SourceFile:37)
        at org.spigotmc.netty.NettyServerConnection.b(NettyServerConnection.java:132)
        at net.minecraft.server.v1_6_R3.MinecraftServer.t(MinecraftServer.java:594)
        at net.minecraft.server.v1_6_R3.DedicatedServer.t(DedicatedServer.java:240)
        at net.minecraft.server.v1_6_R3.MinecraftServer.s(MinecraftServer.java:483)
        at net.minecraft.server.v1_6_R3.MinecraftServer.run(MinecraftServer.java:415)
        at net.minecraft.server.v1_6_R3.ThreadServerApplication.run(SourceFile:583)
    Caused by: java.lang.NullPointerException
        at me.mjolnir.mineconomy.internal.Banking.save(Banking.java:242)
        at me.mjolnir.mineconomy.MineConomy.save(MineConomy.java:445)
        at me.mjolnir.mineconomy.internal.commands.ChatExecutor.onCommand(ChatExecutor.java:282)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
        ... 15 more

    What version of the product are you using?

    Spigot 1.6.4
    Mineconomy 1.6

    Do you have an error log of what happened?

    At start of server, this line is present in server.log

    2013-12-03 04:00:25 [WARNING] [MineConomy] Task #6 for MineConomy v1.6 generated an exception

    Please provide any additional information below.

    i was using flat file accounts.
    to solve i migrate file account to mysql, but issue is always present ;-(

    available if you need files or other!
    thanks
    Steph (minecraft.kerv.org)

  • _ForgeUser11888017 added the tags New Defect Dec 3, 2013
  • _ForgeUser11888017 posted a comment Dec 4, 2013

    i am available to test with you where issue are

  • _ForgeUser11888017 posted a comment Dec 6, 2013

    Hi
    Resolved

    Sorry, it seems that it was a blank char (i suppose) in the config file
    i'v modified recently config and no error now !

  • _ForgeUser11888017 posted a comment Jan 6, 2014

    Solved


To post a comment, please login or register a new account.