No commands are working #3


  • New
  • Defect
Open
Assigned to _ForgeUser8823018
  • _ForgeUser8373379 created this issue Sep 30, 2012

    What steps will reproduce the problem?
    Any time any command is used it outputs /social help. An error is also given after startup. It initializes the plugin but fails to create any files.

    What is the expected output? What do you see instead?
    Instead of the plugin operating normally, no matter what command you use all you get is /social help in return

    What version of the product are you using?
    1.2.1

    Do you have an error log of what happened?

    2012-09-30 16:27:41 [INFO] [SocialNetwork] Enabling SocialNetwork v1.2.1
    2012-09-30 16:27:41 [SEVERE] Error occurred while enabling SocialNetwork v1.2.1 (Is it up to date?)
    java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/libs/com/google/gson/GsonBuilder
        at com.netprogs.minecraft.plugins.social.io.JsonConfiguration.init(JsonConfiguration.java:49)
        at com.netprogs.minecraft.plugins.social.io.JsonConfiguration.<init>(JsonConfiguration.java:39)
        at com.netprogs.minecraft.plugins.social.config.settings.SettingsConfig.<init>(SettingsConfig.java:64)
        at com.netprogs.minecraft.plugins.social.SocialNetworkPlugin.onEnable(SocialNetworkPlugin.java:101)
        at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:217)
        at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:365)
        at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:381)
        at org.bukkit.craftbukkit.CraftServer.loadPlugin(CraftServer.java:265)
        at org.bukkit.craftbukkit.CraftServer.enablePlugins(CraftServer.java:247)
        at net.minecraft.server.MinecraftServer.i(MinecraftServer.java:296)
        at net.minecraft.server.MinecraftServer.d(MinecraftServer.java:275)
        at net.minecraft.server.MinecraftServer.a(MinecraftServer.java:225)
        at net.minecraft.server.DedicatedServer.init(DedicatedServer.java:140)
        at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:378)
        at net.minecraft.server.ThreadServerApplication.run(SourceFile:539)
    Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.libs.com.google.gson.GsonBuilder
        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(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        ... 15 more

  • _ForgeUser8373379 added the tags New Defect Sep 30, 2012
  • _ForgeUser8823018 posted a comment Sep 30, 2012

    Please read the section on the site "CraftBukkit 1.3.2-R1.0". It does not appear you are using that version of Bukkit.

    If you plan on using an older version of Bukkit, you will need to use an older version of Social Network also that has been flagged as supported likely this one:

    http://dev.bukkit.org/server-mods/social-network/files/4-social-network-1-2-0-jar/


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