AntiThunder
Minecrafter
hallo MCSEU community.
ich habe folgendes problem:
ich habe LuckPerms auf meinem bungee und seinem unterserver installiert. starte ich diesen nun, so passiert folgendes:
login in der config.yml sieht so aus
username: root
password: 'richtigesPasswort'
danke schonmal im voraus für die hilfe.
anti | Nils
ich habe folgendes problem:
ich habe LuckPerms auf meinem bungee und seinem unterserver installiert. starte ich diesen nun, so passiert folgendes:
Code:
[15:26:09] [Server thread/INFO]: Starting minecraft server version 1.14.4
[15:26:09] [Server thread/INFO]: Loading properties
[15:26:09] [Server thread/INFO]: This server is running Paper version git-Paper-233 (MC: 1.14.4) (Implementing API version 1.14.4-R0.1-SNAPSHOT)
[15:26:10] [Server thread/INFO]: Server Ping Player Sample Count: 12
[15:26:10] [Server thread/INFO]: Using 4 threads for Netty based IO
[15:26:10] [Server thread/INFO]: Debug logging is disabled
[15:26:10] [Server thread/INFO]: Default game type: SURVIVAL
[15:26:10] [Server thread/INFO]: Generating keypair
[15:26:11] [Server thread/INFO]: Starting Minecraft server on *:25565
[15:26:11] [Server thread/INFO]: Using epoll channel type
[15:26:11] [Server thread/WARN]: [io.netty.util.internal.MacAddressUtil] Failed to find a usable hardware address from the network interfaces; using random bytes: 74:89:7a:e4:cc:8a:30:b2
[15:26:23] [Server thread/INFO]: [LuckPerms] Loading LuckPerms v5.0.14
[15:26:23] [Server thread/INFO]: Server permissions file permissions.yml is empty, ignoring it
[15:26:23] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v5.0.14
[15:26:23] [Server thread/INFO]: __
[15:26:23] [Server thread/INFO]: | |__) LuckPerms v5.0.14
[15:26:23] [Server thread/INFO]: |___ | Running on Bukkit - Paper
[15:26:23] [Server thread/INFO]:
[15:26:23] [Server thread/INFO]: [LuckPerms] Loading configuration...
[15:26:24] [Server thread/INFO]: [LuckPerms] Loading storage provider... [MARIADB]
[15:26:24] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Starting...
[15:26:25] [Server thread/INFO]: [me.lucko.luckperms.lib.hikari.HikariDataSource] luckperms-hikari - Start completed.
[15:26:30] [Server thread/ERROR]: [LuckPerms] Failed to init storage dao
[15:26:30] [Server thread/WARN]: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5008ms.
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.tableExists(SqlStorage.java:150)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.init(SqlStorage.java:167)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.init(Storage.java:114)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.common.storage.StorageFactory.getInstance(StorageFactory.java:88)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:145)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:154)
[15:26:30] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[15:26:30] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
[15:26:30] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
[15:26:30] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
[15:26:30] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
[15:26:30] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
[15:26:30] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
[15:26:30] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
[15:26:30] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.hikari.pool.PoolBase$ConnectionSetupException: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:501)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:727)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:713)
[15:26:30] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[15:26:30] [Server thread/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:26:30] [Server thread/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:26:30] [Server thread/WARN]: ... 1 more
[15:26:30] [Server thread/WARN]: Caused by: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:239)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:164)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbDataSource.getConnection(MariaDbDataSource.java:305)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
[15:26:30] [Server thread/WARN]: ... 7 more
[15:26:30] [Server thread/WARN]: Caused by: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:239)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1241)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.Utils.retrieveProxy(Utils.java:610)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbConnection.newConnection(MariaDbConnection.java:142)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbDataSource.getConnection(MariaDbDataSource.java:302)
[15:26:30] [Server thread/WARN]: ... 10 more
[15:26:30] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost'
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.authenticationHandler(AbstractConnectProtocol.java:729)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:507)
[15:26:30] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1236)
[15:26:30] [Server thread/WARN]: ... 13 more
[15:26:30] [Server thread/INFO]: [LuckPerms] Loading messaging service... [SQL]
[15:26:35] [Server thread/WARN]: java.lang.RuntimeException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:57)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory$SqlMessengerProvider.obtain(MessagingFactory.java:144)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.LuckPermsMessagingService.<init>(LuckPermsMessagingService.java:73)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory.getServiceFor(MessagingFactory.java:105)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.bukkit.messaging.BukkitMessagingFactory.getServiceFor(BukkitMessagingFactory.java:64)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.MessagingFactory.getInstance(MessagingFactory.java:83)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.plugin.AbstractLuckPermsPlugin.enable(AbstractLuckPermsPlugin.java:146)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.bukkit.LPBukkitBootstrap.onEnable(LPBukkitBootstrap.java:154)
[15:26:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:263)
[15:26:35] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:338)
[15:26:35] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:420)
[15:26:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugin(CraftServer.java:467)
[15:26:35] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.enablePlugins(CraftServer.java:381)
[15:26:35] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.init(DedicatedServer.java:227)
[15:26:35] [Server thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:876)
[15:26:35] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
[15:26:35] [Server thread/WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.getConnection(SqlMessenger.java:85)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.AbstractSqlMessenger.init(AbstractSqlMessenger.java:55)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.common.messaging.sql.SqlMessenger.init(SqlMessenger.java:55)
[15:26:35] [Server thread/WARN]: ... 15 more
[15:26:35] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.hikari.pool.PoolBase$ConnectionSetupException: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:501)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:727)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:713)
[15:26:35] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[15:26:35] [Server thread/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:26:35] [Server thread/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:26:35] [Server thread/WARN]: ... 1 more
[15:26:35] [Server thread/WARN]: Caused by: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:239)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:164)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbDataSource.getConnection(MariaDbDataSource.java:305)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
[15:26:35] [Server thread/WARN]: ... 7 more
[15:26:35] [Server thread/WARN]: Caused by: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:239)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1241)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.Utils.retrieveProxy(Utils.java:610)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbConnection.newConnection(MariaDbConnection.java:142)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbDataSource.getConnection(MariaDbDataSource.java:302)
[15:26:35] [Server thread/WARN]: ... 10 more
[15:26:35] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost'
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.authenticationHandler(AbstractConnectProtocol.java:729)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:507)
[15:26:35] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1236)
[15:26:35] [Server thread/WARN]: ... 13 more
[15:26:35] [Server thread/WARN]: [LuckPerms] Messaging service 'sql' not recognised.
[15:26:36] [Server thread/INFO]: [LuckPerms] Loading internal permission managers...
[15:26:36] [Server thread/INFO]: [LuckPerms] Performing initial data load...
[15:26:41] [Server thread/WARN]: java.util.concurrent.CompletionException: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$1(Storage.java:103)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
[15:26:41] [Server thread/WARN]: Caused by: java.sql.SQLTransientConnectionException: luckperms-hikari - Connection is not available, request timed out after 5000ms.
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createTimeoutException(HikariPool.java:697)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.getConnection(HikariPool.java:161)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.HikariDataSource.getConnection(HikariDataSource.java:100)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.connection.hikari.HikariConnectionFactory.getConnection(HikariConnectionFactory.java:131)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.common.storage.implementation.sql.SqlStorage.loadAllGroups(SqlStorage.java:624)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$loadAllGroups$10(Storage.java:194)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.common.storage.Storage.lambda$makeFuture$1(Storage.java:98)
[15:26:41] [Server thread/WARN]: ... 6 more
[15:26:41] [Server thread/WARN]: Caused by: me.lucko.luckperms.lib.hikari.pool.PoolBase$ConnectionSetupException: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:501)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.access$100(HikariPool.java:71)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:727)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool$PoolEntryCreator.call(HikariPool.java:713)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[15:26:41] [Server thread/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[15:26:41] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
[15:26:41] [Server thread/WARN]: Caused by: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:239)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.getException(ExceptionMapper.java:164)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbDataSource.getConnection(MariaDbDataSource.java:305)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newConnection(PoolBase.java:353)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:201)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:473)
[15:26:41] [Server thread/WARN]: ... 7 more
[15:26:41] [Server thread/WARN]: Caused by: java.sql.SQLInvalidAuthorizationSpecException: Could not connect to address=(host=localhost)(port=3306)(type=master) : Access denied for user 'root'@'localhost'
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.exceptions.ExceptionMapper.get(ExceptionMapper.java:239)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1241)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.util.Utils.retrieveProxy(Utils.java:610)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbConnection.newConnection(MariaDbConnection.java:142)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.MariaDbDataSource.getConnection(MariaDbDataSource.java:302)
[15:26:41] [Server thread/WARN]: ... 10 more
[15:26:41] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'root'@'localhost'
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.authenticationHandler(AbstractConnectProtocol.java:729)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.createConnection(AbstractConnectProtocol.java:507)
[15:26:41] [Server thread/WARN]: at me.lucko.luckperms.lib.mariadb.internal.protocol.AbstractConnectProtocol.connectWithoutProxy(AbstractConnectProtocol.java:1236)
[15:26:41] [Server thread/WARN]: ... 13 more
[15:26:42] [Server thread/INFO]: [LuckPerms] Successfully enabled. (took 18730ms)
login in der config.yml sieht so aus
username: root
password: 'richtigesPasswort'
danke schonmal im voraus für die hilfe.
anti | Nils