Guest User

Untitled

a guest
Dec 16th, 2024
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 2.05 KB | None | 0 0
  1. [14:26:54 INFO]: Booting up Velocity 3.4.0-SNAPSHOT (git-4aa9ee77-b455)...
  2. [14:26:55 INFO]: Loading localizations...
  3. [14:26:55 INFO]: Connections will use epoll channels, libdeflate (Linux x86_64) compression, OpenSSL 3.x.x (Linux x86_64) ciphers
  4. [14:26:55 INFO]: Loading plugins...
  5. [14:26:55 INFO]: Loaded plugin velocityplugin 1.0.0 by
  6. [14:26:55 INFO]: Loaded 2 plugins
  7. [14:26:55 ERROR]: Couldn't pass ProxyInitializeEvent to velocityplugin 1.0.0
  8. java.lang.RuntimeException: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/Velocity?autoReconnect=true
  9.        at de.shiidooo.velocity.utils.MySQL.connect(MySQL.java:20) ~[?:?]
  10.        at de.shiidooo.velocity.Velocity.onProxyInitialize(Velocity.java:41) ~[?:?]
  11.        at de.shiidooo.velocity.Lmbda$1.execute(Unknown Source) ~[?:?]
  12.        at com.velocitypowered.proxy.event.UntargetedEventHandler$VoidHandler.lambda$buildHandler$0(UntargetedEventHandler.java:56) ~[velocity.jar:3.4.0-SNAPSHOT (git-4aa9ee77-b455)]
  13.        at com.velocitypowered.proxy.event.VelocityEventManager.fire(VelocityEventManager.java:676) ~[velocity.jar:3.4.0-SNAPSHOT (git-4aa9ee77-b455)]
  14.        at com.velocitypowered.proxy.event.VelocityEventManager.lambda$fire$5(VelocityEventManager.java:541) ~[velocity.jar:3.4.0-SNAPSHOT (git-4aa9ee77-b455)]
  15.        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144) ~[?:?]
  16.        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) ~[?:?]
  17.        at java.base/java.lang.Thread.run(Thread.java:1575) [?:?]
  18. Caused by: java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/Velocity?autoReconnect=true
  19.        at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:707) ~[java.sql:?]
  20.        at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:230) ~[java.sql:?]
  21.        at de.shiidooo.velocity.utils.MySQL.connect(MySQL.java:17) ~[?:?]
  22.        ... 8 more
  23. [14:26:55 INFO]: Listening on /[0:0:0:0:0:0:0:0]:25565
  24. [14:26:55 INFO]: Done (0.81s)!
Advertisement
Add Comment
Please, Sign In to add comment