AuthMe Reloaded

AuthMe Reloaded

3M Downloads

Hikari can't connect mysql driver?

Kewilleen opened this issue ยท 1 comments

commented

What behaviour is observed:

What happened?
Some messages from Hikari Connection Pool sended on start console and it not connect to mysql

What behaviour is expected:

What did you expect?
I think Hikari is recheaed to max connection or not, but, it can't connect to MySQL

Steps/models to reproduce:

The actions that cause the issue:
I just put plugin and add mysql to configuration

Plugin list:

This can be found by running /pl:
image

Environment description

Spigot 1.8.8-SNAPSHOT, MySQL from LAMP:

image

AuthMe build number:

This can be found by running /authme version
AuthMe 5.6.0-beta1-b2226

Error Log:

Pastebin/Hastebin/Gist link of the error log or stacktrace (if any)
image

[14:48:49 INFO]: [AuthMe] Enabling AuthMe v5.6.0-beta1-b2226
[14:48:50 INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
[14:48:50 WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
[14:48:50 WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.pool.PoolBase - AuthMeMYSQLPool - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I)
[14:48:50 WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Start completed.
[14:48:51 INFO]: [AuthMe] MySQL setup finished
[14:48:51 WARN]: [AuthMe] Aborting initialization of AuthMe: [InjectorReflectionException]: Could not invoke method 'setup' for fr.xephi.authme.permission.PermissionsManager@bddc0b
[14:48:51 INFO]: [AuthMe] Waiting for 0 tasks to finish
[14:48:51 WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Shutdown initiated...
[14:48:51 WARN]: [Server thread] INFO fr.xephi.authme.libs.com.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Shutdown completed.
[14:48:51 INFO]: [AuthMe] AuthMe 5.6.0-beta1-b2226 disabled!

Configuration:

Pastebin/Hastebin/Gist link of your config.yml file (remember to delete any sensitive data)
I disable Use SSL, checkCertificate and stopServer

https://gist.github.com/Kewilleen/a4e0ff2de87032ec446fb6d512a88d9e

commented