"Internal Error Occured While Trying To Perform This Command"

Discussion in 'Bukkit Help' started by YaGotMilk, Jun 23, 2011.

Thread Status:
Not open for further replies.
  1. Offline

    YaGotMilk

    When using craftbukkit, nearly any attempt to use commands for any plugins results in an error stating bukkit failed to pass something to the plugin associated with the command, followed by a line stating "caused by java.lang.noclassdeffounderror: com.nijko.permissions.permissionhandler"
    exception to this error are the default commands that are part of bukkit on download. All downloaded plugins have this issue. using bukkit version 860.


    It was a clean setup of the server and I tried with a single plugin (iConomy) and the issue persisted. I then tried both Citizens 1.08h and Nightclub 1.1.1 and both experienced the error individually and when trying to run all the plugins at once.

    Is there anyway to fix this>
     
  2. Offline

    Jeyge

    @YaGotMilk
    You probably have some other error at the top of your server.log which says why your permissions plugin isn't working. Post that and we can help.
     
  3. Offline

    YaGotMilk

    Sorry yeah heres the latest part of the log file:


    2011-06-23 19:41:53 [INFO] [NightClub] v1.1.1 is enabled!
    2011-06-23 19:41:53 [INFO] Permission system not detected, defaulting to OP
    2011-06-23 19:41:53 [INFO] Done (0.103s)! For help, type "help" or "?"
    2011-06-23 19:42:09 [INFO] YaGotMilk [/127.0.0.1:59215] logged in with entity id 30 at ([ world] 93.87887296111887, 68.25220334025373, 23.248625864952583)
    2011-06-23 19:46:10 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'club' in plugin NightClub v1.1.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at kforte318.NightClub.NightClub.onCommand(NightClub.java:319)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
    Caused by: java.lang.ClassNotFoundException: com.nijiko.permissions.PermissionHandler
    at java.net.URLClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(Unknown Source)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:36)
    at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:24)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    at java.lang.ClassLoader.loadClass(Unknown Source)
    ... 14 more
    2011-06-23 19:46:27 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'strobe' in plugin NightClub v1.1.1
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:37)
    at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:128)
    at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:287)
    at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:712)
    at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:678)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:671)
    at net.minecraft.server.Packet3Chat.a(Packet3Chat.java:32)
    at net.minecraft.server.NetworkManager.b(NetworkManager.java:226)
    at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
    at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
    at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:399)
    at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:309)
    at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
    Caused by: java.lang.NoClassDefFoundError: com/nijiko/permissions/PermissionHandler
    at kforte318.NightClub.NightClub.onCommand(NightClub.java:353)
    at org.bukkit.command.PluginCommand.execute(PluginCommand.java:35)
    ... 12 more
     
  4. Offline

    Jeyge

    @YaGotMilk
    You'll need to post the part that shows why your permissions plugin was disabled or we won't know what needs to change. Also, make sure you post in code or spoiler tags or even better on pastebin.com. Fell free to include your full server.log on pastebin.com if you don't know what you are looking for.
     
  5. Offline

    YaGotMilk

    Sorry really new to this, thank you for your help though.

    Heres the pastebin you asked for: http://pastebin.com/GUnmCsd8

    But I think a more underlying issue is I only have one plugin active (The nightclub one). I assume I should be using a specific permissions plugin as well?
     
  6. Offline

    Jeyge

    @YaGotMilk
    Ah, you aren't even using a permissions plugin. It looks like NightClub may require one even though it say it is defaulting to the OP list. You can post this on their thread and see if there is a way to work around any permissions dependency.
     
  7. Offline

    YaGotMilk

    Ah I will do, but the only issue is, it's not just the nightclub plugin, it's also quite a few high profile ones like iconomy, citizens and chest shops which experience the same error. None of which document this error to be specific to their plugin, so I'm more curious as to why my server is experiencing the error. I've also noticed this has cropped up as a bug report so I'm assuming it's happening to others as well. If it helps it also seems to have happened out of no where. I didn't install anything new, didn't change a thing but just started my server and bam, this error.
     
  8. Offline

    Jeyge

    @YaGotMilk
    A lot of people don't want to run a permission plugin but many plugins out there require them so it doesn't surprise me that you are seeing it as bug reports.
     
  9. Offline

    YaGotMilk

    Ah ok, thank you for your help. I know it sounds silly but can you recommend a permissions plugin?
     
Thread Status:
Not open for further replies.

Share This Page