Replies: 1 comment
-
As the comments in the configuration mentions, the velocity version only includes the MariaDB driver that is compatible to MySQL (MariaDB is a fork of it). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
version: Velocity 3.2.0-SNAPSHOT
auth: AuthMeVelocity
When I start the proxy I get this "error" I don't know what it takes to start it. I am trying to connect to mysql.
ERROR:
[05:24:12 ERROR] [fastlogin.hikari.HikariConfig]: Failed to load driver class com.mysql.cj.jdbc.Driver from HikariConfig class classloader com.velocitypowered.proxy.plugin.PluginClassLoader@540dbda9
[05:24:12 ERROR]: Couldn't pass ProxyInitializeEvent to fastlogin
java.lang.RuntimeException: Failed to load driver class com.mysql.cj.jdbc.Driver in either of HikariConfig class loader or Thread context classloader
at fastlogin.hikari.HikariConfig.setDriverClassName(HikariConfig.java:491) ~[?:?]
at com.github.games647.fastlogin.core.storage.MySQLStorage.setParams(MySQLStorage.java:46) ~[?:?]
at com.github.games647.fastlogin.core.storage.MySQLStorage.(MySQLStorage.java:39) ~[?:?]
at com.github.games647.fastlogin.core.shared.FastLoginCore.setupDatabase(FastLoginCore.java:251) ~[?:?]
at com.github.games647.fastlogin.velocity.FastLoginVelocity.onProxyInitialization(FastLoginVelocity.java:96) ~[?:?]
at com.github.games647.fastlogin.velocity.Lmbda$2.execute(Unknown Source) ~[?:?]
at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[server.jar:3.2.0-SNAPSHOT (git-6a125bd0-b247)]
at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:598) ~[server.jar:3.2.0-SNAPSHOT (git-6a125bd0-b247)]
at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:479) ~[server.jar:3.2.0-SNAPSHOT (git-6a125bd0-b247)]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635) ~[?:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Beta Was this translation helpful? Give feedback.
All reactions