Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. nabling NexusWood v1.0
  2. [20:02:09] [Server thread/INFO]: [AddTrophyHeads] Enabling AddTrophyHeads v1.0
  3. [20:02:09] [Server thread/INFO]: [Crates] Enabling Crates v2.8.1
  4. [20:02:09] [Server thread/ERROR]: [org.vibur.dbcp.ViburDBCPDataSource] Unable to start org.vibur.dbcp.ViburDBCPDataSource@7b42362c[driverClassName = com.mysql.jdbc.Driver, jdbcUrl = jdbc:mysql://localhost:3306/test, username = root, externalDataSource = null, poolInitialSize = 2, poolMaxSize = 15, poolFair = true, pool = null, name = p1, connectionTimeoutInMs = 15000, loginTimeoutInSeconds = 5, acquireRetryDelayInMs = 500, acquireRetryAttempts = 3, statementCacheMaxSize = 100] due to:
  5. org.vibur.dbcp.ViburDBCPException: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  6.  
  7. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  8. at org.vibur.dbcp.pool.ConnectionFactory.postCreate(ConnectionFactory.java:108) ~[?:?]
  9. at org.vibur.dbcp.pool.ConnectionFactory.create(ConnectionFactory.java:87) ~[?:?]
  10. at org.vibur.dbcp.pool.ConnectionFactory.create(ConnectionFactory.java:70) ~[?:?]
  11. at org.vibur.dbcp.pool.ConnectionFactory.create(ConnectionFactory.java:48) ~[?:?]
  12. at org.vibur.objectpool.ConcurrentPool.addInitialObjects(ConcurrentPool.java:132) ~[?:?]
  13. at org.vibur.objectpool.ConcurrentPool.<init>(ConcurrentPool.java:126) ~[?:?]
  14. at org.vibur.dbcp.ViburDBCPDataSource.doStart(ViburDBCPDataSource.java:265) ~[?:?]
  15. at org.vibur.dbcp.ViburDBCPDataSource.start(ViburDBCPDataSource.java:226) ~[?:?]
  16. at ru.den_abr.crates.storage.MySQL.<init>(MySQL.java:38) ~[?:?]
  17. at ru.den_abr.crates.storage.KeyCache.init(KeyCache.java:38) ~[?:?]
  18. at ru.den_abr.crates.CratesPlugin.onEnable(CratesPlugin.java:53) ~[?:?]
  19. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[patched_1.12.2.jar:git-Paper-1547]
  20. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:316) ~[patched_1.12.2.jar:git-Paper-1547]
  21. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405) ~[patched_1.12.2.jar:git-Paper-1547]
  22. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:395) ~[patched_1.12.2.jar:git-Paper-1547]
  23. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:344) ~[patched_1.12.2.jar:git-Paper-1547]
  24. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:442) ~[patched_1.12.2.jar:git-Paper-1547]
  25. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:403) ~[patched_1.12.2.jar:git-Paper-1547]
  26. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:341) ~[patched_1.12.2.jar:git-Paper-1547]
  27. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:289) ~[patched_1.12.2.jar:git-Paper-1547]
  28. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:616) ~[patched_1.12.2.jar:git-Paper-1547]
  29. at java.lang.Thread.run(Unknown Source) [?:1.8.0_171]
  30. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  31.  
  32. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
  33. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_171]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement