-
-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Failed to setup plugin armelin1:DisTale
java.lang.NoClassDefFoundError: Could not initialize class net.dv8tion.jda.api.utils.ConcurrentSessionController
at ThirdPartyPlugin//net.dv8tion.jda.internal.utils.config.SessionConfig.(SessionConfig.java:45)
at ThirdPartyPlugin//net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:1912)
at ThirdPartyPlugin//one.armelin.distale.DisTale.initializeDiscord(DisTale.java:116)
at ThirdPartyPlugin//one.armelin.distale.DisTale.setup(DisTale.java:74)
at com.hypixel.hytale.server.core.plugin.PluginBase.setup0(PluginBase.java:389)
at com.hypixel.hytale.server.core.plugin.PluginManager.setup(PluginManager.java:757)
at com.hypixel.hytale.server.core.plugin.PluginManager.load(PluginManager.java:737)
at com.hypixel.hytale.server.core.plugin.PluginManager.findPluginInDirectory(PluginManager.java:693)
at com.hypixel.hytale.server.core.plugin.PluginManager.findAndLoadPlugin(PluginManager.java:662)
at com.hypixel.hytale.server.core.plugin.PluginManager.load(PluginManager.java:580)
at com.hypixel.hytale.server.core.plugin.commands.PluginCommand$PluginLoadCommand.executeSync(PluginCommand.java:143)
at com.hypixel.hytale.server.core.command.system.basecommands.CommandBase.execute(CommandBase.java:48)
at com.hypixel.hytale.server.core.command.system.AbstractCommand.acceptCall0(AbstractCommand.java:758)
at com.hypixel.hytale.server.core.command.system.AbstractCommand.checkForExecutingSubcommands(AbstractCommand.java:803)
at com.hypixel.hytale.server.core.command.system.AbstractCommand.acceptCall0(AbstractCommand.java:677)
at com.hypixel.hytale.server.core.command.system.AbstractCommand.acceptCall(AbstractCommand.java:656)
at com.hypixel.hytale.server.core.command.system.CommandManager.runCommand(CommandManager.java:279)
at com.hypixel.hytale.server.core.command.system.CommandManager.lambda$handleCommand$0(CommandManager.java:254)
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.compute(ForkJoinTask.java:1750)
at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.compute(ForkJoinTask.java:1742)
at java.base/java.util.concurrent.ForkJoinTask$InterruptibleTask.exec(ForkJoinTask.java:1659)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)
Caused by: java.lang.ExceptionInInitializerError: Exception java.lang.LinkageError: loader constraint violation: when resolving method 'org.slf4j.ILoggerFactory org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()' the class loader 'ThirdPartyPlugin' @f2a1813 of the current class, org/slf4j/LoggerFactory, and the class loader 'ThirdPartyPlugin' @5cf8676a for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature (org.slf4j.LoggerFactory is in unnamed module of loader 'ThirdPartyPlugin' @f2a1813, parent loader 'bootstrap'; org.slf4j.impl.StaticLoggerBinder is in unnamed module of loader 'ThirdPartyPlugin' @5cf8676a, parent loader 'bootstrap') [in thread "main"]
at ThirdPartyPlugin//org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:423)
at ThirdPartyPlugin//org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:362)
at ThirdPartyPlugin//org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:388)
at ThirdPartyPlugin//net.dv8tion.jda.internal.utils.JDALogger.getLog(JDALogger.java:119)
at ThirdPartyPlugin//net.dv8tion.jda.api.utils.SessionControllerAdapter.(SessionControllerAdapter.java:43)
at ThirdPartyPlugin//net.dv8tion.jda.internal.utils.config.SessionConfig.(SessionConfig.java:45)
at ThirdPartyPlugin//net.dv8tion.jda.api.JDABuilder.build(JDABuilder.java:1912)
at ThirdPartyPlugin//one.armelin.distale.DisTale.initializeDiscord(DisTale.java:116)
at ThirdPartyPlugin//one.armelin.distale.DisTale.setup(DisTale.java:74)
at com.hypixel.hytale.server.core.plugin.PluginBase.setup0(PluginBase.java:389)
at com.hypixel.hytale.server.core.plugin.PluginManager.setup(PluginManager.java:757)
at com.hypixel.hytale.server.core.plugin.PluginManager.setup(PluginManager.java:236)
at com.hypixel.hytale.server.core.HytaleServer.boot(HytaleServer.java:326)
at com.hypixel.hytale.server.core.HytaleServer.(HytaleServer.java:284)
at com.hypixel.hytale.LateMain.lateMain(LateMain.java:54)
at com.hypixel.hytale.Main.main(Main.java:43)