Skip to content
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

Error drive MYSQL #40

Open
ghost opened this issue Feb 3, 2023 · 1 comment
Open

Error drive MYSQL #40

ghost opened this issue Feb 3, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Feb 3, 2023

Helpme please.

[17:20:13 ERROR] [Minecraft]: Error occurred while enabling AugmentedHardcore v3.3.7 (Is it up to date?)
java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:mysql://dolly.hiden-ns.com:3306/s38_AugmentedHardcore
at com.zaxxer.hikari.util.DriverDataSource.(DriverDataSource.java:114) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.initializeDataSource(PoolBase.java:326) ~[?:?]
at com.zaxxer.hikari.pool.PoolBase.(PoolBase.java:112) ~[?:?]
at com.zaxxer.hikari.pool.HikariPool.(HikariPool.java:93) ~[?:?]
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:112) ~[?:?]
at com.backtobedrock.augmentedhardcore.AugmentedHardcore.initDB(AugmentedHardcore.java:195) ~[?:?]
at com.backtobedrock.augmentedhardcore.AugmentedHardcore.initialize(AugmentedHardcore.java:162) ~[?:?]
at com.backtobedrock.augmentedhardcore.AugmentedHardcore.onEnable(AugmentedHardcore.java:60) ~[?:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPluginMixin.java:264) ~[arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e.jar%2369!/:arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoaderMixin.java:342) ~[arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e.jar%2369!/:arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:480) ~[arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e.jar%2369!/:arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugin(CraftServerMixin.java:518) ~[arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e.jar%2369!/:arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e]
at org.bukkit.craftbukkit.v1_18_R2.CraftServer.enablePlugins(CraftServerMixin.java:432) ~[arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e.jar%2369!/:arclight-1.18.2-1.0.8-SNAPSHOT-3014a12e]
at net.minecraft.server.MinecraftServer.handler$zha000$arclight$enablePlugins(MinecraftServerMixin.java:2217) ~[server-1.18.2-20220404.173914-srg.jar%23118!/:?]
at net.minecraft.server.MinecraftServer.m_129815_(MinecraftServerMixin.java:403) ~[server-1.18.2-20220404.173914-srg.jar%23118!/:?]
at net.minecraft.server.MinecraftServer.m_130006_(MinecraftServerMixin.java:316) ~[server-1.18.2-20220404.173914-srg.jar%23118!/:?]
at net.minecraft.server.dedicated.DedicatedServer.m_7038_(DedicatedServerMixin.java:173) ~[server-1.18.2-20220404.173914-srg.jar%23118!/:?]
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServerMixin.java:2099) ~[server-1.18.2-20220404.173914-srg.jar%23118!/:?]
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServerMixin.java:261) ~[server-1.18.2-20220404.173914-srg.jar%23118!/:?]
at java.lang.Thread.run(Thread.java:833) [?:?]
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getDriver(DriverManager.java:299) ~[java.sql:?]
at com.zaxxer.hikari.util.DriverDataSource.(DriverDataSource.java:106) ~[?:?]
... 19 more

@NathanCollaert NathanCollaert added the bug Something isn't working label Feb 18, 2023
@NathanCollaert
Copy link
Owner

Are you sure you are using the correct database credentials? If so, what type of database are you using?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant