Console Error #15


  • New
  • Defect
Open
Assigned to _ForgeUser10032016
  • _ForgeUser12203631 created this issue Feb 11, 2014

    What steps will reproduce the problem?
    1. Start Server
    2. Type in a command (Error appears)
    3. Open chest (GUI doesn't output what is expected in the config)

    What is the expected output? What do you see instead?
    No errors.

    What version of the product are you using?
    RealisticBackpacks - v1.6.4
    Spigot Build #1257

    Do you have an error log of what happened?
    [23:11:37] [Server thread/ERROR]: Could not pass event InventoryClickEvent to RealisticBackpacks v1.6.4
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:1391) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.a(SourceFile:32) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.handle(SourceFile:10) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:678) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot1257.jar:git-Spigot-1257]
    Caused by: java.lang.NumberFormatException: For input string: "exampleBackpack"
        at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.7.0_40]
        at java.lang.Integer.parseInt(Unknown Source) ~[?:1.7.0_40]
        at java.lang.Integer.parseInt(Unknown Source) ~[?:1.7.0_40]
        at org.fatecrafters.plugins.util.RBUtil.getItemstackFromString(RBUtil.java:80) ~[?:?]
        at org.fatecrafters.plugins.util.RBUtil.itemsAreEqual(RBUtil.java:131) ~[?:?]
        at org.fatecrafters.plugins.listeners.InventoryListener.onInventoryClick(InventoryListener.java:168) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_40]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_40]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_40]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[spigot1257.jar:git-Spigot-1257]
        ... 14 more
    [23:11:39] [Server thread/ERROR]: Could not pass event InventoryClickEvent to RealisticBackpacks v1.6.4
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:1391) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.a(SourceFile:32) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.handle(SourceFile:10) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:678) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot1257.jar:git-Spigot-1257]
    Caused by: java.lang.NumberFormatException: For input string: "exampleBackpack"
        at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.7.0_40]
        at java.lang.Integer.parseInt(Unknown Source) ~[?:1.7.0_40]
        at java.lang.Integer.parseInt(Unknown Source) ~[?:1.7.0_40]
        at org.fatecrafters.plugins.util.RBUtil.getItemstackFromString(RBUtil.java:80) ~[?:?]
        at org.fatecrafters.plugins.util.RBUtil.itemsAreEqual(RBUtil.java:131) ~[?:?]
        at org.fatecrafters.plugins.listeners.InventoryListener.onInventoryClick(InventoryListener.java:168) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_40]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_40]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_40]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[spigot1257.jar:git-Spigot-1257]
        ... 14 more
    [23:11:39] [Server thread/ERROR]: Could not pass event InventoryClickEvent to RealisticBackpacks v1.6.4
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:320) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:482) [spigot1257.jar:git-Spigot-1257]
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:467) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PlayerConnection.a(PlayerConnection.java:1391) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.a(SourceFile:32) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.PacketPlayInWindowClick.handle(SourceFile:10) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.NetworkManager.a(NetworkManager.java:147) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.ServerConnection.c(SourceFile:134) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.u(MinecraftServer.java:678) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.DedicatedServer.u(DedicatedServer.java:273) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.t(MinecraftServer.java:540) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.MinecraftServer.run(MinecraftServer.java:446) [spigot1257.jar:git-Spigot-1257]
        at net.minecraft.server.v1_7_R1.ThreadServerApplication.run(SourceFile:617) [spigot1257.jar:git-Spigot-1257]
    Caused by: java.lang.NumberFormatException: For input string: "exampleBackpack"
        at java.lang.NumberFormatException.forInputString(Unknown Source) ~[?:1.7.0_40]
        at java.lang.Integer.parseInt(Unknown Source) ~[?:1.7.0_40]
        at java.lang.Integer.parseInt(Unknown Source) ~[?:1.7.0_40]
        at org.fatecrafters.plugins.util.RBUtil.getItemstackFromString(RBUtil.java:80) ~[?:?]
        at org.fatecrafters.plugins.util.RBUtil.itemsAreEqual(RBUtil.java:131) ~[?:?]
        at org.fatecrafters.plugins.listeners.InventoryListener.onInventoryClick(InventoryListener.java:168) ~[?:?]
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.7.0_40]
        at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_40]
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.7.0_40]
        at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.7.0_40]
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:318) ~[spigot1257.jar:git-Spigot-1257]
        ... 14 more

    Please provide any additional information below.
    Config is in a file:

  • _ForgeUser12203631 added the tags New Defect Feb 11, 2014
  • _ForgeUser12203631 added an attachment config.yml Feb 11, 2014

    config.yml


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