Weird error on reload #679


  • New
  • Defect
Open
  • Spacecoreflakes created this issue Feb 23, 2015

    Describe to us the issue that you're having: When i start my server on the regular way nothing happens everything is happy and everything works... but if i wanna do a /reload my console gets some errors which i guess are from bPerms: *see error log*

    Funfact: It doesnt do that if in the config.yml "use-global-files" is set to FALSE, then i can reload normally... thats awkward...

    Which steps will reproduce this problem?:

    Do you have an error log of what happened?

    [18:43:38] [Server thread/WARN]: java.lang.IllegalArgumentException: Defaults may not be null
    [18:43:38] [Server thread/WARN]: 	at org.apache.commons.lang.Validate.notNull(Validate.java:192)
    [18:43:38] [Server thread/WARN]: 	at org.bukkit.configuration.MemoryConfiguration.setDefaults(MemoryConfiguration.java:58)
    [18:43:38] [Server thread/WARN]: 	at de.bananaco.bpermissions.imp.YamlWorld.saveUnsafe(YamlWorld.java:243)
    [18:43:38] [Server thread/WARN]: 	at de.bananaco.bpermissions.imp.YamlWorld$2.run(YamlWorld.java:219)
    [18:43:38] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
    [18:43:38] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:638)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
    [18:43:38] [Server thread/WARN]: java.lang.IllegalArgumentException: Defaults may not be null
    [18:43:38] [Server thread/WARN]: 	at org.apache.commons.lang.Validate.notNull(Validate.java:192)
    [18:43:38] [Server thread/WARN]: 	at org.bukkit.configuration.MemoryConfiguration.setDefaults(MemoryConfiguration.java:58)
    [18:43:38] [Server thread/WARN]: 	at de.bananaco.bpermissions.imp.YamlWorld.saveUnsafe(YamlWorld.java:243)
    [18:43:38] [Server thread/WARN]: 	at de.bananaco.bpermissions.imp.YamlWorld$2.run(YamlWorld.java:219)
    [18:43:38] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftTask.run(CraftTask.java:71)
    [18:43:38] [Server thread/WARN]: 	at org.bukkit.craftbukkit.v1_7_R4.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:346)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.v(MinecraftServer.java:638)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.DedicatedServer.v(DedicatedServer.java:289)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.u(MinecraftServer.java:584)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.MinecraftServer.run(MinecraftServer.java:490)
    [18:43:38] [Server thread/WARN]: 	at net.minecraft.server.v1_7_R4.ThreadServerApplication.run(SourceFile:628)
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world cloud_tops has loaded!
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world cloud_tops_nether has loaded!
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world cloud_tops_the_end has loaded!
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world 500jumpstosuccess has loaded!
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world creative has loaded!
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world survivalcreative has loaded!
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world survival has loaded!
    [18:43:38] [Server thread/INFO]: [bPermissions] Permissions for world * has loaded!
    

    Which version of bPermissions are you using?: (Please don't say "latest"!!!) bPermissions-2.10.9m.jar

    Which OS? Windows 8.1 64 BIT

    Any other information we may need (plugins, configs, etc): Plugins

  • Spacecoreflakes added the tags New Defect Feb 23, 2015
  • Spacecoreflakes posted a comment Feb 24, 2015

    I now installed the v2.10.8 version, gave me even weirder messages and deleted my groups (BACKUPS FTW)

    NEVER MIND FIXED IT:

    I regenerated the config so and the other files... weird but it works xD


    Edited Feb 24, 2015
  • _ForgeUser9275588 posted a comment Feb 25, 2015

    Just an FYI Spacecoreflake, but doing /reload is a bad thing. That command reloads ALL plugins and server configs. All most all plugins do not handle /reload at all and it can break your server doing so. I had read on bukkits forums that you should not use the command at all.

    If you need to reload a specific plugin, use its own reload command. Most plugins have their own command for that.


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