Error in Log bPerms v2.12Beta11 Really exited about this version! #719


  • New
  • Defect
Open
  • darth_m1ke created this issue Feb 9, 2016

    Describe to us the issue that you're having:

    I was really happy to see an update (thank you dev :) and I always do the following beforehand. Start a new screen (ubuntu dedi server) build the latest bukkit with build tools (craftbukkit1.8.8.jar) download the plugin into my folders and finally run the plugin by itself. and as soon as it booted up I got this same error message in my logs 3 times in a row... :( Once inside the game it is shown in green as if the plugin was working ok so I wonder...

    Is this normal behaviour? Is this just me?

    [13:22:52] [Server thread/INFO]: [bPermissions] Enabling bPermissions v2.12
    [13:22:52] [Server thread/WARN]: [bPermissions] Please check config.yml to enable offline-mode use
    [13:22:52] [Server thread/INFO]: [bPermissions] Waiting 30s to finish tasks...
    [13:22:52] [Server thread/INFO]: [bPermissions] All tasks finished after 0 seconds!
    [13:22:52] [Server thread/INFO]: [bPermissions] Saving worlds...
    [13:22:52] [Server thread/ERROR]: Error occurred while enabling bPermissions v2.12 (Is it up to date?)
    java.lang.NullPointerException
        at de.bananaco.bpermissions.imp.Permissions.onDisable(Permissions.java:67) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at de.bananaco.bpermissions.imp.Permissions.onEnable(Permissions.java:117) ~[?:?]
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:332) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:404) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:342) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:314) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:406) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:370) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:325) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:235) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:504) [craftbukkit-1.8.8.jar:git-Bukkit-3f3c65f]
        at java.lang.Thread.run(Thread.java:745) [?:1.7.0_95]

  • darth_m1ke added the tags New Defect Feb 9, 2016
  • darth_m1ke edited description Feb 9, 2016
  • darth_m1ke posted a comment Feb 9, 2016

    Made a mistake posting the error log file, corrected

  • jesster1234 posted a comment Feb 9, 2016

    You need to explicitly enable the use of offline mode in the bpermissions config.yml


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