LuckPerms

LuckPerms

41.4k Downloads

MySQL problem

Opened this issue · 7 comments

commented

when i put in my mysql and start the server i get this:
12.07 14:47:33 [Server] SEVERE INFO me.lucko.luckperms.lib.hikari.HikariDataSource - luckperms-hikari - Starting...
12.07 14:47:33 [Server] SEVERE INFO me.lucko.luckperms.lib.hikari.HikariDataSource - luckperms-hikari - Start completed.
is this normal?

commented

yes.
You can safely ignore that. As you can see it says Starting... and Starting completed.

The log-system just misinterpret this as an issue...

commented

Thank you

commented

Please... Use https://hastebin.com to share errors with us.
It's way easier to read than through a issue on GitHub

commented

Then i get this issue
16.07 03:45:38 [Server] INFO Loading messaging service... [BUNGEE]
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.tableExists(SqlDao.java:145)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.init(SqlDao.java:162)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.init(AbstractStorage.java:122)
16.07 03:45:38 [Server] SEVERE at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
16.07 03:45:38 [Server] SEVERE at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
16.07 03:45:38 [Server] SEVERE at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
16.07 03:45:38 [Server] SEVERE at java.lang.reflect.Method.invoke(Method.java:498)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.common.storage.wrappings.PhasedStorage.lambda$wrap$0(PhasedStorage.java:64)
16.07 03:45:38 [Server] SEVERE at com.sun.proxy.$Proxy3.init(Unknown Source)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.common.storage.StorageFactory.getInstance(StorageFactory.java:117)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:132)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.bungee.LPBungeeBootstrap.onEnable(LPBungeeBootstrap.java:124)
16.07 03:45:38 [Server] SEVERE at net.md_5.bungee.api.plugin.PluginManager.enablePlugins(PluginManager.java:227)
16.07 03:45:38 [Server] SEVERE at net.md_5.bungee.BungeeCord.start(BungeeCord.java:272)
16.07 03:45:38 [Server] SEVERE at net.md_5.bungee.BungeeCordLauncher.main(BungeeCordLauncher.java:55)
16.07 03:45:38 [Server] SEVERE at net.md_5.bungee.Bootstrap.main(Bootstrap.java:15)
16.07 03:45:38 [Server] SEVERE Caused by: java.sql.SQLException: Access denied for user 'element1_server'@'ip242.ip-149-56-10.net' (using password: YES)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2190)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2221)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2016)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
16.07 03:45:38 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.07 03:45:38 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.07 03:45:38 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.07 03:45:38 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
16.07 03:45:38 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
16.07 03:45:38 [Server] SEVERE at java.util.concurrent.FutureTask.run(FutureTask.java:266)
16.07 03:45:38 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
16.07 03:45:38 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
16.07 03:45:38 [Server] SEVERE at java.lang.Thread.run(Thread.java:748)
16.07 03:45:38 [Server] INFO Loading internal permission managers...
16.07 03:45:38 [Server] INFO Performing initial data load...
16.07 03:45:43 [Server] SEVERE java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$1(AbstractStorage.java:105)
16.07 03:45:43 [Server] SEVERE at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
16.07 03:45:43 [Server] SEVERE at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
16.07 03:45:43 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
16.07 03:45:43 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
16.07 03:45:43 [Server] SEVERE at java.lang.Thread.run(Thread.java:748)
16.07 03:45:43 [Server] SEVERE Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:676)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:190)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:155)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:128)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.loadAllGroups(SqlDao.java:609)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$loadAllGroups$10(AbstractStorage.java:214)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$1(AbstractStorage.java:102)
16.07 03:45:43 [Server] SEVERE ... 5 more
16.07 03:45:43 [Server] SEVERE Caused by: java.sql.SQLException: Access denied for user 'element1_server'@'ip242.ip-149-56-10.net' (using password: YES)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
16.07 03:45:43 [Server] INFO Successfully enabled. (took 10335ms)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
16.07 03:45:43 [Server] INFO Plugin by KennyTV
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2190)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2221)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2016)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
16.07 03:45:43 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
16.07 03:45:43 [Server] SEVERE at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
16.07 03:45:43 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.07 03:45:43 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
16.07 03:45:43 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
16.07 03:45:43 [Server] SEVERE at java.util.concurrent.FutureTask.run(FutureTask.java:266)
16.07 03:45:43 [Server] SEVERE ... 3 more
16.07 03:45:43 [Server] INFO Enabled plugin LuckPerms version 4.2.42 by Luck
16.07 03:45:43 [Server] INFO Enabled plugin AACBungeeMessages version 1.0.1 by KennyTV
16.07 03:45:43 [Server] INFO Enabled plugin cmd_find version git:cmd_find:1.11-SNAPSHOT:4d004d5:1206 by SpigotMC
16.07 03:45:43 [Server] INFO Enabled plugin ViaVersion version 1.3.0 by _MylesC, Matsv
16.07 03:45:43 [Server] INFO Enabled plugin cmd_server version git:cmd_server:1.11-SNAPSHOT:4d004d5:1206 by SpigotMC
16.07 03:45:43 [Server] INFO Enabled plugin cmd_alert version git:cmd_alert:1.11-SNAPSHOT:4d004d5:1206 by SpigotMC
16.07 03:45:43 [Server] INFO ViaVersion detected server version: 1.8.x(47)
16.07 03:45:43 [Server] INFO [Core] Reloading configuration...
16.07 03:45:43 [Server] INFO [Core] Loaded configuration: ServerStatusConf
16.07 03:45:43 [Server] INFO [Core] Loaded configuration: PluginConf
16.07 03:45:43 [Server] INFO [Core] Reloading saved player identities...
16.07 03:45:43 [Server] INFO Successfully loaded!
16.07 03:45:43 [Server] INFO Enabled plugin ServerListPlus version 3.4.8 by Minecrell https://github.com/Minecrell
16.07 03:45:43 [Server] INFO Enabled plugin cmd_send version git:cmd_send:1.11-SNAPSHOT:4d004d5:1206 by SpigotMC
16.07 03:45:43 [Server] INFO Enabled plugin cmd_list version git:cmd_list:1.11-SNAPSHOT:4d004d5:1206 by SpigotMC
16.07 03:45:44 [Server] INFO Starting UpdateChecker Task
16.07 03:45:44 [Server] INFO Loading default.yml
16.07 03:45:44 [Server] INFO Enabled plugin BungeeTabListPlus version 2.8.4 by CodeCrafter47
16.07 03:45:44 [Server] Startup Listening on /192.99.100.106:25629
16.07 03:55:25 [Multicraft] Auto-saving world...
16.07 04:05:27 [Multicraft] Auto-saving world...
16.07 04:15:30 [Multicraft] Auto-saving world...
16.07 04:25:32 [Multicraft] Auto-saving world...
16.07 04:35:35 [Multicraft] Auto-saving world...
16.07 04:45:37 [Multicraft] Auto-saving world...
16.07 04:55:40 [Multicraft] Auto-saving world...
16.07 05:05:42 [Multicraft] Auto-saving world...
16.07 05:15:44 [Multicraft] Auto-saving world...
16.07 05:25:47 [Multicraft] Auto-saving world...
16.07 05:35:49 [Multicraft] Auto-saving world...
16.07 05:45:52 [Multicraft] Auto-saving world...
16.07 05:55:54 [Multicraft] Auto-saving world...
16.07 06:05:57 [Multicraft] Auto-saving world...
16.07 06:15:59 [Multicraft] Auto-saving world...
16.07 06:26:02 [Multicraft] Auto-saving world...
16.07 06:36:04 [Multicraft] Auto-saving world...
16.07 06:46:07 [Multicraft] Auto-saving world...
16.07 06:56:09 [Multicraft] Auto-saving world...
16.07 07:00:18 [Server] SEVERE Exception occurred whilst loading data for 12b27b59-5972-4eed-b2bb-ea6ab7480802 - DiamondTheo
16.07 07:00:18 [Server] SEVERE java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$0(AbstractStorage.java:94)
16.07 07:00:18 [Server] SEVERE at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
16.07 07:00:18 [Server] SEVERE at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
16.07 07:00:18 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
16.07 07:00:18 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
16.07 07:00:18 [Server] SEVERE at java.lang.Thread.run(Thread.java:748)
16.07 07:00:18 [Server] SEVERE Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:676)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:190)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:155)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:128)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.getPlayerName(SqlDao.java:986)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.savePlayerData(SqlDao.java:916)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$savePlayerData$20(AbstractStorage.java:287)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$0(AbstractStorage.java:91)
16.07 07:00:18 [Server] SEVERE ... 5 more
16.07 07:00:18 [Server] SEVERE Caused by: java.sql.SQLException: Access denied for user 'element1_server'@'ip242.ip-149-56-10.net' (using password: YES)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2190)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2221)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2016)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
16.07 07:00:18 [Server] SEVERE at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
16.07 07:00:18 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.07 07:00:18 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
16.07 07:00:18 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
16.07 07:00:18 [Server] SEVERE at java.util.concurrent.FutureTask.run(FutureTask.java:266)
16.07 07:00:18 [Server] SEVERE ... 3 more
16.07 07:00:23 [Server] INFO disconnected with: Kicked whilst connecting to Hub: [LP] Permissions data could not be loaded. Please try again later.
16.07 07:00:24 [Server] INFO -> UpstreamBridge has disconnected
16.07 07:01:42 [Server] SEVERE Exception occurred whilst loading data for 12b27b59-5972-4eed-b2bb-ea6ab7480802 - DiamondTheo
16.07 07:01:42 [Server] SEVERE java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$0(AbstractStorage.java:94)
16.07 07:01:42 [Server] SEVERE at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
16.07 07:01:42 [Server] SEVERE at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
16.07 07:01:42 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
16.07 07:01:42 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
16.07 07:01:42 [Server] SEVERE at java.lang.Thread.run(Thread.java:748)
16.07 07:01:42 [Server] SEVERE Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:676)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:190)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:155)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:128)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.getPlayerName(SqlDao.java:986)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.savePlayerData(SqlDao.java:916)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$savePlayerData$20(AbstractStorage.java:287)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$0(AbstractStorage.java:91)
16.07 07:01:42 [Server] SEVERE ... 5 more
16.07 07:01:42 [Server] SEVERE Caused by: java.sql.SQLException: Access denied for user 'element1_server'@'ip242.ip-149-56-10.net' (using password: YES)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2190)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2221)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2016)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
16.07 07:01:42 [Server] SEVERE at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
16.07 07:01:42 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.07 07:01:42 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
16.07 07:01:42 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
16.07 07:01:42 [Server] SEVERE at java.util.concurrent.FutureTask.run(FutureTask.java:266)
16.07 07:01:42 [Server] SEVERE ... 3 more
16.07 07:01:46 [Server] INFO -> UpstreamBridge has disconnected
16.07 07:01:47 [Server] INFO disconnected with: Kicked whilst connecting to Hub: [LP] Permissions data could not be loaded. Please try again later.
16.07 07:01:54 [Server] SEVERE Exception occurred whilst loading data for 12b27b59-5972-4eed-b2bb-ea6ab7480802 - DiamondTheo
16.07 07:01:54 [Server] SEVERE java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$0(AbstractStorage.java:94)
16.07 07:01:54 [Server] SEVERE at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
16.07 07:01:54 [Server] SEVERE at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
16.07 07:01:54 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
16.07 07:01:54 [Server] SEVERE at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
16.07 07:01:54 [Server] SEVERE at java.lang.Thread.run(Thread.java:748)
16.07 07:01:54 [Server] SEVERE Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:676)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:190)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:155)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:128)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.getPlayerName(SqlDao.java:986)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.common.storage.dao.sql.SqlDao.savePlayerData(SqlDao.java:916)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$savePlayerData$20(AbstractStorage.java:287)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.common.storage.AbstractStorage.lambda$makeFuture$0(AbstractStorage.java:91)
16.07 07:01:54 [Server] SEVERE ... 5 more
16.07 07:01:54 [Server] SEVERE Caused by: java.sql.SQLException: Access denied for user 'element1_server'@'ip242.ip-149-56-10.net' (using password: YES)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.SQLError.createSQLException(SQLError.java:965)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:871)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1714)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1224)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2190)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2221)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2016)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:776)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
16.07 07:01:54 [Server] SEVERE at sun.reflect.GeneratedConstructorAccessor11.newInstance(Unknown Source)
16.07 07:01:54 [Server] SEVERE at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
16.07 07:01:54 [Server] SEVERE at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.Util.handleNewInstance(Util.java:425)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:386)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:428)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.mysql.jdbc.jdbc2.optional.MysqlDataSource.getConnection(MysqlDataSource.java:136)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:369)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:198)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:467)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:706)
16.07 07:01:54 [Server] SEVERE at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:692)
16.07 07:01:54 [Server] SEVERE at java.util.concurrent.FutureTask.run(FutureTask.java:266)
16.07 07:01:54 [Server] SEVERE ... 3 more

commented

Also the wiki page “Storage System Errors” should help with that issue

commented

Also the wiki page “Storage System Errors” should help with that issue

commented

to add on to what BrainStone said... I noticed this in the error report:

16.07 07:01:42 [Server] SEVERE Caused by: java.sql.SQLException: Access denied for user 'element1_server'@'ip242.ip-149-56-10.net' (using password: YES)

you either put in the wrong credentials/server address if you cannot figure out how to fix it contact your host to see what your username, password, and host address should be. Most hosts require you to use localhost as the MySQL server.