Races not displaying and giving a error. #191


  • New
  • Defect
Open
  • _ForgeUser21981612 created this issue Nov 15, 2016

    What steps will reproduce the problem?
    1.Start up the server
    2.Use the command /race list (or anything different from /race)
    3."A internal error occured."

    What is the expected output? What do you see instead?
    I expect that it just works fine, but instead it shows a error.

    What version of RacesAndClasses are you using?
    V1.1.13, because my server is 1.9.

    What version of Bukkit / what distribution are you using (Craftbukkit, Spigot, Cauldron, ...)?
    Spigot

    Do you have an error log of what happened?
    15.11 16:38:55 [Server] ERROR null
    15.11 16:38:55 [Server] INFO org.bukkit.command.CommandException: Unhandled exception executing command 'race' in plugin RacesAndClasses v1.1.13
    15.11 16:38:55 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:46) ~[craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:140) ~[craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at org.bukkit.craftbukkit.v1_9_R1.CraftServer.dispatchCommand(CraftServer.java:624) ~[craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.PlayerConnection.handleCommand(PlayerConnection.java:1298) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.PlayerConnection.a(PlayerConnection.java:1158) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(SourceFile:37) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.PacketPlayInChat.a(SourceFile:9) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.PlayerConnectionUtils$1.run(SourceFile:13) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_66]
    15.11 16:38:55 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_66]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.SystemUtils.a(SourceFile:45) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.MinecraftServer.D(MinecraftServer.java:679) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.DedicatedServer.D(DedicatedServer.java:361) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.MinecraftServer.C(MinecraftServer.java:635) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at net.minecraft.server.v1_9_R1.MinecraftServer.run(MinecraftServer.java:539) [craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_66]
    15.11 16:38:55 [Server] INFO Caused by: java.lang.NoClassDefFoundError: org/bukkit/entity/Entity$Spigot
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.playermanagement.player.RaCPlayerManager.createNew(RaCPlayerManager.java:146) ~[?:?]
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.playermanagement.player.RaCPlayerManager.getPlayer(RaCPlayerManager.java:70) ~[?:?]
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.commands.races.CommandExecutor_Race.raceList(CommandExecutor_Race.java:398) ~[?:?]
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.commands.races.CommandExecutor_Race.onCommand(CommandExecutor_Race.java:207) ~[?:?]
    15.11 16:38:55 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO ... 15 more
    15.11 16:38:55 [Server] INFO Caused by: java.lang.ClassNotFoundException: org.bukkit.entity.Entity$Spigot
    15.11 16:38:55 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:67) ~[craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:62) ~[craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[?:1.8.0_66]
    15.11 16:38:55 [Server] INFO at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[?:1.8.0_66]
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.playermanagement.player.RaCPlayerManager.createNew(RaCPlayerManager.java:146) ~[?:?]
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.playermanagement.player.RaCPlayerManager.getPlayer(RaCPlayerManager.java:70) ~[?:?]
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.commands.races.CommandExecutor_Race.raceList(CommandExecutor_Race.java:398) ~[?:?]
    15.11 16:38:55 [Server] INFO at de.tobiyas.racesandclasses.commands.races.CommandExecutor_Race.onCommand(CommandExecutor_Race.java:207) ~[?:?]
    15.11 16:38:55 [Server] INFO at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44) ~[craftbukkit49.jar:git-Bukkit-7fc5cd8]
    15.11 16:38:55 [Server] INFO ... 15 more

    Please provide any additional information below.

  • _ForgeUser21981612 added the tags New Defect Nov 15, 2016
  • _ForgeUser21981612 added an attachment 2016-11-15_16.40.18.png Nov 15, 2016

    2016-11-15_16.40.18.png

    <p>This is what shows up if i type the command</p>

  • Forge_User_39967924 posted a comment Dec 7, 2016

    Have you tried using the latest version (1.2.1)?


    Edited Dec 7, 2016

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