-
-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load driver class com.mysql.cj.jdbc.Driver in either of HikariConfig class loader or Thread context classloader #3931
Comments
It looks like the MySQL driver failed to initialize, this could be due to firewall blocking download of the driver. |
The problem is likely caused by Paper changing their repository URL and breaking the MySQL driver download address |
You should be able to place these (both jar files) in /plugins/Plan/libraries to get it working |
I added the jar files, but it still gives an error. In the config file, I can see that under "Database" it uses the port 3306, when I then look at the firewall rules it has not added anything (that I know of, might do it behind the scenes). I can only add ports that I have created (I cannot choose the port it just gives me one) and 3306 is not one of them. I have no idea if this helps in anyway. On startup:
On /plan reload:
|
I am trying to setup plan for a server that is hosted on PebbleHost. PebbleHost has a feature that automaticaly sets up the DB for the plugin (it changes everything needed in the config file). I get this error when loading up the server. I am using the earlier build of the plugin that works for java 8.
Plugin versions
Plan-v5.4 build 1723
Java 8
Paper 1.8.8
I am not experienced with more advanced plugins like this one so the solution might be quite easy.
The text was updated successfully, but these errors were encountered: