Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. 23:31:35 [WARNING] Exception encountered when loading plugin: AbstractAuth
  2. java.lang.LinkageError: loader constraint violation: when resolving method "org.slf4j.impl.StaticLoggerBinder.getLoggerFactory()Lorg/slf4j/ILoggerFactory;" the class loader (instance of net/md_5/bungee/api/plugin/PluginClassloader) of the current class, org/slf4j/LoggerFactory, and the class loader (instance of net/md_5/bungee/api/plugin/PluginClassloader) for the method's defining class, org/slf4j/impl/StaticLoggerBinder, have different Class objects for the type org/slf4j/ILoggerFactory used in the signature
  3. at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:418)
  4. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:357)
  5. at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:383)
  6. at ru.abstractcoder.abstractauth.benio.config.AbstractConfig.<clinit>(AbstractConfig.java:16)
  7. at ru.abstractcoder.abstractauth.AbstractAuthPlugin.onEnable(AbstractAuthPlugin.java:33)
  8. at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:226)
  9. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:303)
  10. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:37)
  11. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement