java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.LoggerFactory.getLogger(Ljava/lang/Class;)Lorg/slf4j/Logger;" the class loader (instance of org/bukkit/plugin/java/PluginClassLoader) of the current class, com/jagrosh/jdautilities/commandclient/impl/AnnotatedModuleCompilerImpl, and the class loader (instance of sun/misc/Launcher$AppClassLoader) for the method's defining class, org/slf4j/LoggerFactory, have different Class objects for the type org/slf4j/Logger used in the signature
at com.jagrosh.jdautilities.commandclient.impl.AnnotatedModuleCompilerImpl.<clinit>(AnnotatedModuleCompilerImpl.java:40) ~[?:?]
at com.jagrosh.jdautilities.commandclient.CommandClientBuilder.<init>(CommandClientBuilder.java:60) ~[?:?]
at us.cyrien.minecordbot.Bot.<init>(Bot.java:86) ~[?:?]
at us.cyrien.minecordbot.Minecordbot.lambda$start$0(Minecordbot.java:73) ~[?:?]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-0459590]
at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:353) [spigot-1.12.2.jar:git-Spigot-549c1fa-0459590]
at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739) [spigot-1.12.2.jar:git-Spigot-549c1fa-0459590]
at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406) [spigot-1.12.2.jar:git-Spigot-549c1fa-0459590]
at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679) [spigot-1.12.2.jar:git-Spigot-549c1fa-0459590]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577) [spigot-1.12.2.jar:git-Spigot-549c1fa-0459590]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151]
Could not replicate bug and researching more about this exception. For now, trying out new implementation of SLF4J like Log4j 2
Could not replicate bug and researching more about this exception. For now, trying out new implementation of SLF4J like Log4j 2