Console error when reloading #1


  • Defect
  • Waiting
Open
Assigned to _ForgeUser7377873
  • _ForgeUser722102 created this issue Sep 19, 2011

    What steps will reproduce the problem (what did you do to make this happen)?
    1. only /reload
    2.
    3.

    What did you expect to happen? What do you see instead?

    What version of LDQuest are you using?
    0.1

    What version of CraftBukkit are you using?
    cb 1148

    Do you have the .qst file that caused this?
    no

    Do you have an error log of what happened?

    [SEVERE] Permission node 'LD.Quest.Create' in plugin description file for LDQuest v0.0.2 is invalid
    java.util.NoSuchElementException
        at java.util.WeakHashMap$HashIterator.nextEntry(WeakHashMap.java:764)
        at java.util.WeakHashMap$KeyIterator.next(WeakHashMap.java:795)
        at com.google.common.collect.ImmutableSet.copyOfInternal(ImmutableSet.java:237)
        at com.google.common.collect.ImmutableSet.copyOf(ImmutableSet.java:213)
        at org.bukkit.plugin.SimplePluginManager.getPermissionSubscriptions(SimplePluginManager.java:502)
        at org.bukkit.permissions.Permission.getPermissibles(Permission.java:137)
        at org.bukkit.permissions.Permission.recalculatePermissibles(Permission.java:146)
        at org.bukkit.permissions.Permission.<init>(Permission.java:56)
        at org.bukkit.permissions.Permission.loadPermission(Permission.java:207)
        at org.bukkit.plugin.PluginDescriptionFile.loadPermissions(PluginDescriptionFile.java:310)
        at org.bukkit.plugin.PluginDescriptionFile.loadMap(PluginDescriptionFile.java:264)
        at org.bukkit.plugin.PluginDescriptionFile.<init>(PluginDescriptionFile.java:36)
        at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:69)
        at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:213)
        at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:136)
        at org.bukkit.craftbukkit.CraftServer.loadPlugins(CraftServer.java:138)
        at org.bukkit.craftbukkit.CraftServer.reload(CraftServer.java:408)
        at org.bukkit.Bukkit.reload(Bukkit.java:173)
        at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:22)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:163)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:353)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:349)
        at net.minecraft.server.MinecraftServer.b(MinecraftServer.java:499)
        at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:478)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:374)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:417)

    Please provide any additional information below.
    Please include your ServerIP if you wish me to come and bug-fix with you.

    Actuly everything works okey, there is no actual problem ingame. This happens when i /reload server and at unloading LDquest i get this in console.
    After unload plugin is loaded OK again and it works. Since i dont know anything about java i decidet to post this on your page.

    Plugins used:
    Admincmd
    mChat
    mcmmo
    PermissinsBukkit-1.2

    Its on test server so there are no other plugins installed.
    And this happend after i installed PermissionsBukkit

    Regards
    Shad0w

  • _ForgeUser722102 added the tags Defect New Sep 19, 2011
  • _ForgeUser722102 posted a comment Sep 19, 2011

    bukkit is v,1147

  • _ForgeUser7377873 posted a comment Sep 19, 2011

    @MrShadow: Go

    Thanks for letting me know about this - it appears that it might be a change in the way the more recent CB builds handle their permission initialization (there's a descriptor file all plugins include inside themselves, it appears that this file has changed format since 1060).

    I'll make sure to fix this error when bukkit recommend their 1.8 build.

    Thanks again, Bilkokuya

  • _ForgeUser7377873 removed a tag New Sep 19, 2011
  • _ForgeUser7377873 added a tag Waiting Sep 19, 2011

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