You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[13:11:38 INFO]: [me.gabytm.minecraftc.uhccoremysql.libs.hikari.HikariDataSource] HikariPool-1- Starting...
[13:11:38 INFO]: [me.gabytm.minecraftc.uhccoremysql.libs.hikari.HikariDataSource] HikariPool-1- Start completed.
[13:11:38 ERROR]: Error occurred while enabling UhcCore-MySQL v1.0.0 (Is it up to date?)
java.lang.ExceptionInInitializerError: null
at me.gabytm.minecraftc.uhccoremysql.storage.StorageController$database$2.invoke(StorageController.kt:32) ~[?:?]
at me.gabytm.minecraftc.uhccoremysql.storage.StorageController$database$2.invoke(StorageController.kt:13) ~[?:?]
at me.gabytm.minecraftc.uhccoremysql.libs.kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74) ~[?:?]
at me.gabytm.minecraftc.uhccoremysql.storage.StorageController.getDatabase(StorageController.kt) ~[?:?]
at me.gabytm.minecraftc.uhccoremysql.storage.StorageController.init(StorageController.kt:76) ~[?:?]
at me.gabytm.minecraftc.uhccoremysql.storage.StorageController.<init>(StorageController.kt:72) ~[?:?]
at me.gabytm.minecraftc.uhccoremysql.UhcCoreMysqlPlugin.onEnable(UhcCoreMysqlPlugin.kt:12) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.12.2.jar:git-Paper-1618]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[patched_1.12.2.jar:git-Paper-1618]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.12.2.jar:git-Paper-1618]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[patched_1.12.2.jar:git-Paper-1618]
at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[patched_1.12.2.jar:git-Paper-1618]
at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[patched_1.12.2.jar:git-Paper-1618]
at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[patched_1.12.2.jar:git-Paper-1618]
at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[patched_1.12.2.jar:git-Paper-1618]
at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[patched_1.12.2.jar:git-Paper-1618]
at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1618]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_252]
Caused by: java.lang.IllegalStateException: Can't load implementation for DatabaseConnectionAutoRegistration at me.gabytm.minecraftc.uhccoremysql.libs.exposed.sql.Database.<clinit>(Database.kt:62) ~[?:?] ... 18 more
The text was updated successfully, but these errors were encountered:
So I'm trying to use Exposed with MySQL and HikariCP but I get the following error, any idea why and how can I fix it?
The text was updated successfully, but these errors were encountered: