Advertisement
Qballl

Untitled

Sep 7th, 2018
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.12 KB | None | 0 0
  1. [14:16:11 WARN]: Connection leak detection triggered for com.mysql.jdbc.JDBC4Connection@1ec7b69 on thread Server thread, stack trace follows
  2. java.lang.Exception: Apparent connection leak detected
  3. at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:100) ~[?:?]
  4. at net.shortninja.staffplus.server.data.MySQLConnection.getConnection(MySQLConnection.java:82) ~[?:?]
  5. at net.shortninja.staffplus.server.data.MySQLConnection.init(MySQLConnection.java:48) ~[?:?]
  6. at net.shortninja.staffplus.StaffPlus.onEnable(StaffPlus.java:113) ~[?:?]
  7. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  8. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:339) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  9. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  10. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugin(CraftServer.java:427) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  11. at org.bukkit.craftbukkit.v1_13_R2.CraftServer.enablePlugins(CraftServer.java:341) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  12. at net.minecraft.server.v1_13_R2.MinecraftServer.l(MinecraftServer.java:582) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  13. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:545) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  14. at net.minecraft.server.v1_13_R2.MinecraftServer.a(MinecraftServer.java:423) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  15. at net.minecraft.server.v1_13_R2.DedicatedServer.init(DedicatedServer.java:288) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  16. at net.minecraft.server.v1_13_R2.MinecraftServer.run(MinecraftServer.java:698) ~[spigot-1.13.1.jar:git-Spigot-0ede7d0-228a5cd]
  17. at java.lang.Thread.run(Unknown Source) [?:1.8.0_161]
  18. [14:16:12 INFO]: Previously reported leaked connection com.mysql.jdbc.JDBC4Connection@1ec7b69 on thread Server thread was returned to the pool (unleaked)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement