Internal error when updating #9


  • New
  • Defect
Open
Assigned to _ForgeUser7833907
  • _ForgeUser8196703 created this issue May 11, 2012

    What steps will reproduce the problem?
    Run command update all, or update <pluginname> - any installed plugin gives the same result.

    What is the expected output? What do you see instead?
    Expect the plugin to update the plugin and say it has done that. Instead it says an internal error occurred.

    What version of the product are you using?
    1.0.0.1 for CB 1.2.5-R1.0

    Do you have an error log of what happened?

    12.05 07:27:47 [Server] INFO     ... 12 more
    12.05 07:27:47 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
    12.05 07:27:47 [Server] INFO     at de.enco.PacketManager.PacketManager.onCommand(PacketManager.java:102)
    12.05 07:27:47 [Server] INFO Caused by: java.lang.ArrayIndexOutOfBoundsException: 2
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.ThreadServerApplication.run(SourceFile:492)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:449)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.MinecraftServer.w(MinecraftServer.java:551)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.NetworkListenThread.a(NetworkListenThread.java:78)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:113)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.NetworkManager.b(NetworkManager.java:229)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:34)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:764)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:781)
    12.05 07:27:47 [Server] INFO     at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:821)
    12.05 07:27:47 [Server] INFO     at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:473)
    12.05 07:27:47 [Server] INFO     at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:166)
    12.05 07:27:47 [Server] INFO     at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
    12.05 07:27:47 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'apt' in plugin PacketManager v1.0.0.1
    12.05 07:27:47 [Server] SEVERE null

    Please provide any additional information below.
    None

  • _ForgeUser8196703 added the tags Defect New May 11, 2012

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