Solved [HELP] 'an internal error occurred while attempting to perform this command' simplespawn /spawn

Discussion in 'Bukkit Help' started by iKiwic, Sep 5, 2012.

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

    iKiwic

    Hi!

    Okay so I installed the bukkit server yesterday, on a mac and its all running perfect..
    I installed 'Group manager' and put myself as Owner. As I want to make this a Public server, I installed 'SimpleSpawn' it was all working fine, I set the spawn (using /setspawn) then tested it (using /spawn)

    Today, I opened up minecraft and proceeded to build a new spawn area.. when testing the spawn (/spawn) I received this error: 'an internal error occurred while attempting to perform this command' I've un-installed, re-installed and looked on the internet and can't find anything :oops:

    I'll be happy to do anything you want me to, aslong as it relates to this :)

    Thank you!! :)
     
  2. Offline

    Necrodoom

    paste startup log, aswell as the error on /spawn, so i can see what is causing the simplespawn error.
     
  3. Offline

    iKiwic

    Server Startup:
    Code:
    2012-09-06 16:30:48 [INFO] Starting minecraft server version 1.3.1
    2012-09-06 16:30:48 [INFO] Loading properties
    2012-09-06 16:30:48 [INFO] Default game type: SURVIVAL
    2012-09-06 16:30:48 [INFO] Generating keypair
    2012-09-06 16:30:48 [INFO] Starting Minecraft server on *:25565
    2012-09-06 16:30:48 [INFO] This server is running CraftBukkit version git-Bukkit-1.3.1-R2.0-b2340jnks (MC: 1.3.1) (Implementing API version 1.3.1-R2.0)
    2012-09-06 16:30:48 [WARNING] No Entities found in ClassPath using ClassPathReader [com.avaje.ebeaninternal.server.util.DefaultClassPathReader@4c4b11e9] Classpath Searched[[file:/Applications/craftbukkit/craftbukkit.jar]]
    2012-09-06 16:30:49 [INFO] Classpath search hits in jars[] pkgs[]  searchTime[3]
    2012-09-06 16:30:49 [INFO] DataSourcePool [SimpleSpawn] autoCommit[false] transIsolation[SERIALIZABLE] min[2] max[20]
    2012-09-06 16:30:49 [INFO] SubClassFactory parent ClassLoader [org.bukkit.plugin.java.PluginClassLoader]
    2012-09-06 16:30:49 [INFO] Entities enhanced[0] subclassed[0]
    2012-09-06 16:30:49 [INFO] [GroupManager] Loading GroupManager v2.0 (2.9.3) (Phoenix)
    2012-09-06 16:30:49 [INFO] [SimpleSpawn] Loading SimpleSpawn v2.0.14
    2012-09-06 16:30:49 [INFO] [Permissions] Loading Permissions v3.1.6
    2012-09-06 16:30:49 [INFO] Preparing level "world"
    2012-09-06 16:30:49 [INFO] Preparing start region for level 0 (Seed: -3664701392336369608)
    2012-09-06 16:30:50 [INFO] Preparing start region for level 1 (Seed: -3664701392336369608)
    2012-09-06 16:30:50 [INFO] Preparing spawn area: 8%
    2012-09-06 16:30:51 [INFO] Preparing start region for level 2 (Seed: -3664701392336369608)
    2012-09-06 16:30:51 [INFO] Preparing spawn area: 24%
    2012-09-06 16:30:52 [INFO] [GroupManager] Enabling GroupManager v2.0 (2.9.3) (Phoenix)
    2012-09-06 16:30:52 [INFO] GroupManager - INFO - World Found: world
    2012-09-06 16:30:52 [INFO] GroupManager - INFO - Superperms support enabled.
    2012-09-06 16:30:52 [INFO] GroupManager - INFO - Scheduled Data Saving is set for every 10 minutes!
    2012-09-06 16:30:52 [INFO] GroupManager - INFO - Backups will be retained for 24 hours!
    2012-09-06 16:30:52 [INFO] GroupManager version 2.0 (2.9.3) (Phoenix) is enabled!
    2012-09-06 16:30:52 [INFO] [SimpleSpawn] Enabling SimpleSpawn v2.0.14
    2012-09-06 16:30:52 [FINE] [SimpleSpawn] sqlite connection needs to be established
    2012-09-06 16:30:52 [INFO] [SimpleSpawn] SimpleSpawn enabled
    2012-09-06 16:30:52 [INFO] [Permissions] Enabling Permissions v3.1.6
    2012-09-06 16:30:52 [INFO] Fake Permissions version 3.1.6 is enabled!
    2012-09-06 16:30:52 [INFO] Done (3.077s)! For help, type "help" or "?"
    2012-09-06 16:30:53 [INFO] GroupManager - INFO - Bukkit Permissions Updated!
    
    /spawn:

    Code:
    2012-09-06 16:31:50 [SEVERE] null
    org.bukkit.command.CommandException: Unhandled exception executing command 'spawn' in plugin SimpleSpawn v2.0.14
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:42)
        at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:168)
        at org.bukkit.craftbukkit.CraftServer.dispatchCommand(CraftServer.java:492)
        at net.minecraft.server.NetServerHandler.handleCommand(NetServerHandler.java:878)
        at net.minecraft.server.NetServerHandler.chat(NetServerHandler.java:825)
        at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:807)
        at net.minecraft.server.Packet3Chat.handle(Packet3Chat.java:44)
        at net.minecraft.server.NetworkManager.b(NetworkManager.java:276)
        at net.minecraft.server.NetServerHandler.d(NetServerHandler.java:109)
        at net.minecraft.server.ServerConnection.b(SourceFile:35)
        at net.minecraft.server.DedicatedServerConnection.b(SourceFile:30)
        at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:581)
        at net.minecraft.server.DedicatedServer.q(DedicatedServer.java:212)
        at net.minecraft.server.MinecraftServer.p(MinecraftServer.java:474)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:406)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.NoClassDefFoundError: org/bukkit/Sound
        at me.ellbristow.SimpleSpawn.SimpleSpawn.simpleTeleport(SimpleSpawn.java:821)
        at me.ellbristow.SimpleSpawn.SimpleSpawn.onCommand(SimpleSpawn.java:178)
        at org.bukkit.command.PluginCommand.execute(PluginCommand.java:40)
        ... 15 more
    Caused by: java.lang.ClassNotFoundException: org.bukkit.Sound
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:34)
        at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:29)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
        ... 18 more
    

     
  4. Offline

    Necrodoom

    Caused by: java.lang.NoClassDefFoundError: org/bukkit/Sound
    looks like an internal simplespawn plugin error, not sure what to tell you.
     
  5. Offline

    iKiwic

    By pointing out the error you helped me determine exactly what it is!! 'sound' the sound file for the teleport was obviously missing or something so it wasn't allowing the whole command!

    HOW I FIXED: (if anyone else reads this)
    go to Plugins > SimpleSpawn, and click 'config.yml'

    Make sure it looks exactly like this:

    Code:
    #
    # SimpleSpawn
    # by ellbristow
    #
    # Configuration File
    #
    # use_teleport_effect : Should a teleport effect be played on use of /spawn or /home?
    # Allowed: true|false
    #
    # teleport_effect_type : Which effect should be played on teleport?
    # Allowed: 0 = Lightning, 1 = Ender Signal (default), 2 = Smoke, 3 = Flames
    #
    # set_home_with_beds: Set home Location when using a bed?
    # Allowed: true|false
    #
    # allow_spawn_in_jail: Allow build in /spawn, /home command while in jail?
    # Allowed: true|false
     
     
    use_teleport_effect: false
    use_teleport_sound: false
    teleport_effect_type: 1
    set_home_with_beds: true
    allow_spawn_in_jail: false
    
    I would like to thank Necrodoom, as if it wasn't for him pointing this out I would have never found out! Thank you SO Much!!!


    Coming soon: YourKraft! - More info soon -
     
Thread Status:
Not open for further replies.

Share This Page