Internal Errors #152


  • New
  • Defect
Open
Assigned to _ForgeUser7076494
  • _ForgeUser8098796 created this issue Jan 3, 2012

    What is the problem?
    "Internal Error" Errors.

    What steps will reproduce the problem?
    Use any HawkEye command such as "/hawk rollback p"

    What version of HawkEye are you using (shown in console during start-up)?
    1.0.5b

    Show me any console errors and/or your start-up console message for HawkEye
    org.bukkit.command.CommandException: Unhandled exception executing command 'hawk' in plugin HawkEye v1.0.5b
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:165)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:378)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:757)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:722)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:715)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:180)
        at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:33)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:93)
        at org.getspout.spout.SpoutNetServerHandler.a(SpoutNetServerHandler.java:550)
        at net.minecraft.server.NetworkListenThread.a(SourceFile:108)
        at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:527)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:425)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:457)
    Caused by: java.lang.StringIndexOutOfBoundsException: String index out of range: 2
        at java.lang.String.substring(String.java:1934)
        at uk.co.oliwali.HawkEye.SearchParser.<init>(SearchParser.java:53)
        at uk.co.oliwali.HawkEye.commands.RollbackCommand.execute(RollbackCommand.java:40)
        at uk.co.oliwali.HawkEye.commands.BaseCommand.run(BaseCommand.java:75)
        at uk.co.oliwali.HawkEye.HawkEye.onCommand(HawkEye.java:282)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 14 more

    Show me your config.yml and/or your config.php (REMOVE YOUR PASSWORD)

    Have you checked the FAQ page?
    Forums, "Installation and Configuration", and "Got anymore information.?"

  • _ForgeUser8098796 added the tags New Defect Jan 3, 2012
  • _ForgeUser8098796 added an attachment config.yml Jan 3, 2012

    config.yml

    <p>config.yml file for reference.</p>


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