-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not loading on start, Error #124
Comments
Could you please provide some information about the Factions version that you are using? |
Do you have discord? It’s easier to provide information |
I’m using latest version of factionsuuid, does your plugin support that? |
The fix is included in the latest dev build. |
Hiya, |
See #123 |
This reverts commit cb4f35e.
[12:26:34 INFO]: [FactionsTop] Enabling FactionsTop v1.1.2
[12:26:34 INFO]: [FactionsTop] Configuration file has been successfully updated.
[12:26:34 ERROR]: Error occurred while enabling FactionsTop v1.1.2 (Is it up to date?)
java.lang.NoClassDefFoundError: com/massivecraft/factions/zcore/persist/MemoryBoard
at net.novucs.ftop.hook.Factions16x.initialize(Factions16x.java:42) ~[?:?]
at java.lang.Iterable.forEach(Unknown Source) ~[?:1.8.0_231]
at net.novucs.ftop.FactionsTopPlugin.loadSettings(FactionsTopPlugin.java:340) ~[?:?]
at net.novucs.ftop.FactionsTopPlugin.onEnable(FactionsTopPlugin.java:132) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
Caused by: java.lang.ClassNotFoundException: com.massivecraft.factions.zcore.persist.MemoryBoard
at java.net.URLClassLoader.findClass(Unknown Source) ~[?:1.8.0_231]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:102) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.java.PluginClassLoader.findClass(PluginClassLoader.java:87) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
at java.lang.ClassLoader.loadClass(Unknown Source) ~[?:1.8.0_231]
... 15 more
[12:26:34 INFO]: [FactionsTop] Disabling FactionsTop v1.1.2
[12:26:34 INFO]: [FactionsTop] Preparing shutdown...
[12:26:34 INFO]: [FactionsTop] Shutting down chunk worth task...
[12:26:34 INFO]: [FactionsTop] Saving everything to database...
[12:26:34 INFO]: [FactionsTop] Terminating plugin services...
[12:26:34 ERROR]: Error occurred while disabling FactionsTop v1.1.2 (Is it up to date?)
java.lang.NullPointerException
at net.novucs.ftop.FactionsTopPlugin.onDisable(FactionsTopPlugin.java:171) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:323) ~[StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:367) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:343) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:411) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:352) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:311) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:428) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:392) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:347) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:276) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:594) [StellarSpigot.jar:git-TacoSpigot-04511af6]
at java.lang.Thread.run(Unknown Source) [?:1.8.0_231]
The text was updated successfully, but these errors were encountered: