STAB not reloading #19


  • Defect
  • Accepted
Open
Assigned to _ForgeUser1508470
  • Forge_User_24752515 created this issue Oct 24, 2012

    What steps will reproduce the problem?
    1. Typing /stab reload

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

    The plugin should reload the config

    What version of the product are you using?

    STAB says it's 2.1.1, but Bukkit thinks it's 2.1.0

    Do you have an error log of what happened?

    2012-10-24 10:15:16 [INFO] jsackwild issued server command: /stab reload
    2012-10-24 10:07:41 [INFO] [StopTalkingAutoBan] Disabling StopTalkingAutoBan v2.1.0
    2012-10-24 10:07:41 [INFO] [STAB] Stopping chat threads for all players.
    2012-10-24 10:07:41 [INFO] [STAB] Destroying chat threads for all players.
    2012-10-24 10:07:41 [INFO] **********************************************************
    2012-10-24 10:07:41 [INFO] ** [STAB] was disabled successfully! **
    2012-10-24 10:07:41 [INFO] **********************************************************
    2012-10-24 10:07:41 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'stab' in plugin StopTalkingAutoBan v2.1.0
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:180)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:502)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:915)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:828)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:810)
    at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:282)
    at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:111)
    at net.minecraft.server.ServerConnection.b(SourceFile:35)
    at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
    at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:561)
    at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:213)
    at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NullPointerException
    at me.blackburn.STAB.Commands.parseCommand(Commands.java:54)
    at me.blackburn.STAB.Main.onCommand(Main.java:277)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
    ... 15 more

    Please provide any additional information below.

    Stab stopped working until restart.
    When I did /stab reload, it said that there was an internal error.

  • Forge_User_24752515 added the tags New Defect Oct 24, 2012
  • Forge_User_24752515 added an attachment STABerror.png Oct 24, 2012

    STABerror.png

    <p>Shows Bukkit thinking that the plugin version is different</p>

  • _ForgeUser1508470 posted a comment Oct 24, 2012

    Please try to refrain from using the reload function on servers. While most of the time it will work, there are always exceptions to this which can cause erratic behavior as well as memory leaks in your server.

  • _ForgeUser1508470 removed a tag New Oct 24, 2012
  • _ForgeUser1508470 added a tag Waiting Oct 24, 2012
  • Forge_User_24752515 posted a comment Oct 25, 2012

    Alright. Well, we won't use this plugin unless it gets some form of reload support.

    Thanks anyway.

  • Forge_User_24752515 removed a tag Waiting Oct 25, 2012
  • Forge_User_24752515 added a tag Replied Oct 25, 2012
  • _ForgeUser1508470 removed a tag Replied May 23, 2013
  • _ForgeUser1508470 added a tag Accepted May 23, 2013

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