Advertisement
Guest User

java.lang.ExceptionInInitializerError

a guest
Oct 19th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. java.lang.ExceptionInInitializerError
  2. at de.leonhard.punishcontrol.PunishControl.checkBannedIPs(SourceFile:232)
  3. at de.leonhard.punishcontrol.PunishControl.onPluginStart(SourceFile:159)
  4. at de.leonhard.punishcontrol.goto. .gG.onStart(SourceFile:207)
  5. at de.leonhard.punishcontrol.goto. .fX$super.onEnable(SourceFile:219)
  6. at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:283)
  7. at net.md_5.bungee.BungeeCord.start(BungeeCord.java:281)
  8. at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:62)
  9. at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
  10. Caused by: de.leonhard.punishcontrol.shaded.kotlin.UninitializedPropertyAccessException: lateinit property storageProvider has not been initialized
  11. at de.leonhard.punishcontrol.PunishControl$super.const(SourceFile:49)
  12. at de.leonhard.punishcontrol.nul.<clinit>(SourceFile:13)
  13. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement