Advertisement
Guest User

java.lang.ExceptionInInitializerError

a guest
Nov 12th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. java.lang.ExceptionInInitializerError
  2. at de.leonhard.punishcontrol.PunishControl.checkBannedIPs(PunishControl.kt:247)
  3. at de.leonhard.punishcontrol.PunishControl.onPluginStart(PunishControl.kt:237)
  4. at de.leonhard.sapphire.proxy.SimplePlugin.onStart(SimplePlugin.java:206)
  5. at de.leonhard.sapphire.core.Sapphire$Bungee.onEnable(Sapphire.java:221)
  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: java.lang.RuntimeException: Connection was never established
  11. at org.mineacademy.bfo.Valid.checkBoolean(Valid.java:71)
  12. at org.mineacademy.bfo.database.SimpleDatabase.checkEstablished(SimpleDatabase.java:286)
  13. at org.mineacademy.bfo.database.SimpleDatabase.query(SimpleDatabase.java:202)
  14. at de.leonhard.punishcontrol.storage.MySQLStorageProvider.loadMutedPlayers(MySQLStorageProvider.kt:126)
  15. at de.leonhard.punishcontrol.PunishManager.<clinit>(PunishManager.kt:14)
  16. ... 8 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement