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

Caused by: java.sql.SQLException: No suitable driver #134

Open
gp-Airee opened this issue Mar 20, 2022 · 0 comments
Open

Caused by: java.sql.SQLException: No suitable driver #134

gp-Airee opened this issue Mar 20, 2022 · 0 comments

Comments

@gp-Airee
Copy link

[10:14:40] [Server thread/INFO]: [SuperbVote] Enabling SuperbVote v0.5.5
[10:14:40] [Server thread/ERROR]: [SuperbVote] [STDERR] SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
[10:14:40] [Server thread/WARN]: Nag author(s): '[tuxed]' of 'SuperbVote' about their usage of System.out/err.print. Please use your plugin's logger instead (JavaPlugin#getLogger).
[10:14:40] [Server thread/ERROR]: [SuperbVote] [STDERR] SLF4J: Defaulting to no-operation (NOP) logger implementation
[10:14:40] [Server thread/ERROR]: [SuperbVote] [STDERR] SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
[10:14:40] [Server thread/ERROR]: Error occurred while enabling SuperbVote v0.5.5 (Is it up to date?)
java.lang.RuntimeException: Exception whilst initializing vote storage
at io.minimum.minecraft.superbvote.SuperbVote.onEnable(SuperbVote.java:56) ~[SuperbVote-0.5.5.jar:?]
at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[sunshine-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:370) ~[sunshine-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:500) ~[sunshine-api-1.18.1-R0.1-SNAPSHOT.jar:?]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugin(CraftServer.java:564) ~[sunshine-1.18.1.jar:git-Sunshine-18]
at org.bukkit.craftbukkit.v1_18_R1.CraftServer.enablePlugins(CraftServer.java:478) ~[sunshine-1.18.1.jar:git-Sunshine-18]
at net.minecraft.server.MinecraftServer.loadWorld0(MinecraftServer.java:732) ~[sunshine-1.18.1.jar:git-Sunshine-18]
at net.minecraft.server.MinecraftServer.loadLevel(MinecraftServer.java:508) ~[sunshine-1.18.1.jar:git-Sunshine-18]
at net.minecraft.server.dedicated.DedicatedServer.initServer(DedicatedServer.java:315) ~[sunshine-1.18.1.jar:git-Sunshine-18]
at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:1207) ~[sunshine-1.18.1.jar:git-Sunshine-18]
at net.minecraft.server.MinecraftServer.lambda$spin$1(MinecraftServer.java:322) ~[sunshine-1.18.1.jar:git-Sunshine-18]
at java.lang.Thread.run(Thread.java:833) ~[?:?]
Caused by: java.lang.RuntimeException: Failed to get driver instance for jdbcUrl=jdbc:mysql://172.18.0.1:3306/s1_superbvotes
at io.minimum.minecraft.superbvote.hikari.util.DriverDataSource.(DriverDataSource.java:110) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.hikari.pool.PoolBase.initializeDataSource(PoolBase.java:342) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.hikari.pool.PoolBase.(PoolBase.java:117) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.hikari.pool.HikariPool.(HikariPool.java:107) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.configuration.SuperbVoteConfiguration.initializeVoteStorage(SuperbVoteConfiguration.java:222) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.SuperbVote.onEnable(SuperbVote.java:54) ~[SuperbVote-0.5.5.jar:?]
... 11 more
Caused by: java.sql.SQLException: No suitable driver
at java.sql.DriverManager.getDriver(DriverManager.java:299) ~[java.sql:?]
at io.minimum.minecraft.superbvote.hikari.util.DriverDataSource.(DriverDataSource.java:103) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.hikari.pool.PoolBase.initializeDataSource(PoolBase.java:342) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.hikari.pool.PoolBase.(PoolBase.java:117) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.hikari.pool.HikariPool.(HikariPool.java:107) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.configuration.SuperbVoteConfiguration.initializeVoteStorage(SuperbVoteConfiguration.java:222) ~[SuperbVote-0.5.5.jar:?]
at io.minimum.minecraft.superbvote.SuperbVote.onEnable(SuperbVote.java:54) ~[SuperbVote-0.5.5.jar:?]
... 11 more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant