vault not working #11


  • Defect
  • Waiting
Open
Assigned to _ForgeUser9107489
  • _ForgeUser7942926 created this issue Apr 28, 2013

    What steps will reproduce the problem?
    1.trying to make a [vualt]
    2.
    3.

    What is the expected output? What do you see instead?
    To place a [vault] sign with name

    What version of the product are you using?
    1.5.1a but on the website file area it shows 1.5.2 and I did down load that one, but the error still says 1.5.1a

    Do you have an error log of what happened?
    2013-04-28 19:20:32 [SEVERE] Could not pass event SignChangeEvent to Gringotts v1.5.1a
    org.bukkit.event.EventException
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:427)
        at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
        at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:477)
        at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:462)
        at net.minecraft.server.v1_5_R2.PlayerConnection.a(PlayerConnection.java:1369)
        at net.minecraft.server.v1_5_R2.Packet130UpdateSign.handle(SourceFile:46)
        at net.minecraft.server.v1_5_R2.NetworkManager.b(NetworkManager.java:292)
        at net.minecraft.server.v1_5_R2.PlayerConnection.d(PlayerConnection.java:110)
        at net.minecraft.server.v1_5_R2.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.v1_5_R2.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.v1_5_R2.MinecraftServer.r(MinecraftServer.java:580)
        at net.minecraft.server.v1_5_R2.DedicatedServer.r(DedicatedServer.java:225)
        at net.minecraft.server.v1_5_R2.MinecraftServer.q(MinecraftServer.java:476)
        at net.minecraft.server.v1_5_R2.MinecraftServer.run(MinecraftServer.java:409)
        at net.minecraft.server.v1_5_R2.ThreadServerApplication.run(SourceFile:573)
    Caused by: java.lang.NullPointerException
        at org.bukkit.Location.getBlock(Location.java:82)
        at org.gestern.gringotts.DAO.getChests(DAO.java:291)
        at org.gestern.gringotts.Accounting.addChest(Accounting.java:60)
        at org.gestern.gringotts.AccountListener.createVault(AccountListener.java:99)
        at sun.reflect.GeneratedMethodAccessor390.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:425)
        ... 14 more
    2013-04-28 19:20:32 [INFO] GriefPrevention: [Sign Placement] <mr_cellophane> [vault];;;; @ world(-711,70,-3777)

    Please provide any additional information below.

  • _ForgeUser7942926 added the tags New Defect Apr 28, 2013
  • _ForgeUser9505073 posted a comment Apr 28, 2013

    I am also having this problem when attempting to create a sign with [vault] here is my server startup and error:

    http:pastebin.com/j9Y5q4qt

    Also when I use /money this is generated in console:

    http://pastebin.com/7AraFb6m

    I use PEX for permissions, here is the relevant data for the level I am testing at:

      Member:
        default: false
        inheritance:
        - Visitor
        permissions:
        - gringotts.createvault
        - gringotts.createvault.player
        - gringotts.createvault.town
        - gringotts.createvault.nation
        - gringotts.usevault
        - gringotts.usevault.enderchest
        - gringotts.transfer
    

    Edited Apr 28, 2013
  • _ForgeUser7942926 edited description Apr 29, 2013
  • _ForgeUser9505073 posted a comment May 4, 2013

    Bump

  • _ForgeUser9107489 posted a comment May 5, 2013

    Sorry for the delay in working on this. I've had hardly any time to work on Gringotts recently.

  • _ForgeUser9505073 posted a comment May 6, 2013

    fyi 2013-05-06 17:21:49 [INFO] [Gringotts] Disabling Gringotts v2.0-beta2 seems to work just fine with 1.5.1

  • _ForgeUser9107489 posted a comment May 30, 2013

    Do you stille xperience this issue with Gringotts v2.0-beta4? I can't easily reproduce it.

  • _ForgeUser9505073 posted a comment Jul 20, 2013

    No errors in the console, however [vault] does not do anything when added to a sign as it has previously.

    > java -version
    java version "1.7.0_25"
    Java(TM) SE Runtime Environment (build 1.7.0_25-b15)
    Java HotSpot(TM) 64-Bit Server VM (build 23.25-b01, mixed mode)
    
    2013-07-20 11:04:07 [INFO] [Gringotts] Enabling Gringotts v2.0-beta4
    2013-07-20 11:04:10 [FINE] [Gringotts] DAO setup successfully.
    2013-07-20 11:04:10 [INFO] [Gringotts] Found Bukkit version: 1.6.2-R0.1-SNAPSHOT. All features enabled.
    2013-07-20 11:04:10 [INFO] [Gringotts] Unable to hook plugin Factions
    2013-07-20 11:04:10 [INFO] [Gringotts] Plugin Towny hooked.
    2013-07-20 11:04:10 [INFO] [Gringotts] Plugin Vault hooked.
    2013-07-20 11:04:10 [INFO] [Gringotts] Unable to hook plugin WorldGuard
    2013-07-20 11:04:10 [INFO] [Gringotts] Registered Vault interface.
    2013-07-20 11:04:10 [FINE] [Gringotts] enabled
    
    2013-07-20 11:04:11 [INFO] [Vault] Enabling Vault v1.2.25-b320
    2013-07-20 11:04:11 [INFO] [Vault][Economy] Gringotts hooked.
    2013-07-20 11:04:11 [INFO] [Vault][Economy] Gringotts found: Loaded
    2013-07-20 11:04:11 [INFO] [Vault][Permission] zPermissions hooked.
    2013-07-20 11:04:11 [INFO] [Vault][Permission] zPermissions found: Loaded
    2013-07-20 11:04:11 [INFO] [Vault][Permission] SuperPermissions loaded as backup permission system.
    2013-07-20 11:04:11 [INFO] [Vault][Chat] zPermissions hooked.
    2013-07-20 11:04:11 [INFO] [Vault][Chat] zPermissions found: Loaded
    2013-07-20 11:04:11 [INFO] [Vault] Enabled Version 1.2.25-b320
    

    Edited Jul 20, 2013
  • _ForgeUser9107489 posted a comment Mar 23, 2015

    Is this still relevant to you and an issue with current Gringotts versions?

  • _ForgeUser9107489 removed a tag New Mar 23, 2015
  • _ForgeUser9107489 added a tag Waiting Mar 23, 2015

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