Exception in Command #109


  • New
  • Defect
Open
Assigned to phoenix_iv_
  • _ForgeUser9003184 created this issue Mar 6, 2015

    RegionForSale version: 2.5.1 and 2.5.3

    CraftBukkit version: Spigot 1.8

    What steps will reproduce the problem?
    1. I this occurred both when I tried to create a new parent region
    2. Or to add an worldguard region as a parent

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

    I expected to see a confirmation that it worked. I got the "internal exception occurred" error and the below error log.

    Do you have an error log of what happened?

    06.03 05:16:05 [Server] INFO ... 14 more
    06.03 05:16:05 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at de.phoenix_iv.regionforsale.commands.CommandExecutorRegion.onCommand(CommandExecutorRegion.java:217) ~[?:?]
    06.03 05:16:05 [Server] INFO Caused by: java.lang.NullPointerException
    06.03 05:16:05 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.7.0_76]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_76]
    06.03 05:16:05 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_76]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot19.jar:git-Spigot-13716d9-0899683]
    06.03 05:16:05 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command '/rg' in plugin RegionForSale v2.5.1
    06.03 05:16:05 [Server] ERROR null
    

    Please provide any additional information below.

    This error occurred on both 2.5.1 and 2.5.3. I am using the latest version of WorldGuard downloadable from dev.bukkit.org.

  • _ForgeUser9003184 added the tags New Defect Mar 6, 2015

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