redenergy
01/24/2020, 11:44 AMjava.lang.NoClassDefFoundError: Could not initialize class org.jetbrains.exposed.sql.Database
at gloomyfolken.bundle.common.mysql.MysqlContext.<init>(MysqlContext.kt:33)
at gloomyfolken.bundle.common.mysql.MysqlWorkerThread.openConnection(MysqlWorkerThread.kt:98)
at gloomyfolken.bundle.common.mysql.MysqlWorkerThread.run(MysqlWorkerThread.kt:109)
Caused by: java.lang.IllegalStateException: Can't load implementation for DatabaseConnectionAutoRegistration
at org.jetbrains.exposed.sql.Database.<clinit>(Database.kt:64)
... 3 more