bp/permissions convert error #666


  • New
  • Defect
Open
  • _ForgeUser7109292 created this issue Jan 17, 2015

    Describe to us the issue that you're having:

    Which steps will reproduce this problem?:
    1) bp convert or permissions convert command
    ....

    Do you have an error log of what happened?
    [18:27:58] [Server thread/ERROR]: null
    org.bukkit.command.CommandException: Unhandled exception executing command 'permissions' in plugin bPermissions v2.10.9
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) ~[spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at org.bukkit.craftbukkit.v1_8_R1.CraftServer.dispatchCommand(CraftServer.java:645) ~[spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.PlayerConnection.handleCommand(PlayerConnection.java:1115) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.PlayerConnection.a(PlayerConnection.java:950) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:26) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.PacketPlayInChat.a(PacketPlayInChat.java:53) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.PacketHandleTask.run(SourceFile:13) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) [?:1.7.0_05]
        at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) [?:1.7.0_05]
        at java.util.concurrent.FutureTask.run(Unknown Source) [?:1.7.0_05]
        at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:683) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526) [spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        at java.lang.Thread.run(Unknown Source) [?:1.7.0_05]
    Caused by: java.lang.NoSuchMethodError: java.util.Map.remove(Ljava/lang/Object;Ljava/lang/Object;)Z
        at de.bananaco.bpermissions.api.World.remove(World.java:194) ~[?:?]
        at de.bananaco.permissions.ImportManager.importUuid(ImportManager.java:359) ~[?:?]
        at de.bananaco.bpermissions.imp.Permissions.onCommand(Permissions.java:510) ~[?:?]
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[spigot-1.8.jar:git-Spigot-c46583f-e6f9fd4]
        ... 15 more

    Which version of bPermissions are you using?: 2.10.9

    Which version of CraftBukkit?: (Please don't say "latest"!!!) git-Spigot-c46583f-e6f9fd4 (MC: 1.8) (Implementing API version 1.8-R0.1-SNAPSHOT)

    Which OS? Windows 7 64b (local testing server)

    Any other information we may need (plugins, configs, etc):
    default world, world_nether and world_the_end

    Please fill out this form properly! Failing to do so may result in your ticket being marked invalid.

  • _ForgeUser7109292 added the tags New Defect Jan 17, 2015
  • _ForgeUser7109292 posted a comment Jan 17, 2015

    Just a small note, newer (at the moment newest) version of Spigot makes no difference (git-Spigot-fa7cbf9-00eba53).

  • jesster1234 posted a comment Jan 18, 2015

    try 2.10.9b

  • _ForgeUser7109292 posted a comment Jan 18, 2015

    Works, thanks. But seems to convert only world specific user files (in the respective world's subfolder), not the global one. Is this intended?


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