Open CubicLemming749 opened 1 year ago
Please provide error messages from the start of your server, the error indicates that the MySQL connection is closed.
[23:44:48 INFO]: [AdvancedBan] Offline permission support through LuckPerms active
[23:44:48 ERROR]: Loading class com.mysql.jdbc.Driver'. This is deprecated. The new driver class is
com.mysql.cj.jdbc.Driver'. The driver is automatically registered via the SPI and manual loading of the driver class is generally unnecessary.
[23:44:48 INFO] [me.leoko.advancedban.shaded.com.zaxxer.hikari.HikariDataSource]: HikariPool-1 - Starting...
[23:44:52 INFO] [NullCordX]: HandCaptcha generated in 17,563 ms
[23:44:52 INFO] [NullCordX]: Found 1000 dirty FramedCaptcha to regenerate!
[23:44:52 INFO] [NullCordX]: Async FramedCaptcha generation will continue in parallel with NullCordX loading.
[23:45:19 ERROR] [me.leoko.advancedban.shaded.com.zaxxer.hikari.pool.HikariPool]: HikariPool-1 - Exception during pool initialization.
com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) ~[nullcordx.jar:1.19-R0.1-SNAPSHOT]
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) ~[nullcordx.jar:1.19-R0.1-SNAPSHOT]
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:824) ~[nullcordx.jar:1.19-R0.1-SNAPSHOT]
at com.mysql.cj.jdbc.ConnectionImpl.
Your database is not reachable, ensure that it is.
_What version of AdvancedBan (
/AdvancedBan
) are you using? 2.30-RELEASE_What kind of server do you have (
Bungeecord/single server
)? BungeeCordWhat server version (/version) are you using? NullCordX 3.7.4
Please provide the EXACT steps required to reproduce the problem...
_Any error/log post it through pastebin.com and link it here. (Also include /plugins/AdvancedBan/logs/latest.log)
https://pastebin.com/dr3STRKD
Add any additional information below.
Other plugin databases were failing, but now only AdvancedBan is failing.