Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.38 KB | None | 0 0
  1. [09:45:46] [Server thread/INFO]: [AuthMe] Enabling AuthMe v5.4.0-b1877
  2. [09:45:47] [Server thread/INFO]: [AuthMe] Connection arguments loaded, Hikari ConnectionPool ready!
  3. [09:45:47] [Server thread/WARN]: [Server thread] INFO fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource - AuthMeMYSQLPool - Starting...
  4. [09:45:49] [Server thread/WARN]: [Server thread] ERROR fr.xephi.authme.libs.zaxxer.hikari.pool.HikariPool - AuthMeMYSQLPool - Exception during pool initialization.
  5. [09:45:49] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Too many connections
  6. [09:45:49] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  7. [09:45:49] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  8. [09:45:49] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  9. [09:45:49] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  10. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  11. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:382)
  12. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  13. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593)
  14. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525)
  15. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:931)
  16. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.secureAuth411(MysqlIO.java:4031)
  17. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1296)
  18. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2338)
  19. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371)
  20. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163)
  21. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.(ConnectionImpl.java:794)
  22. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.(JDBC4Connection.java:47)
  23. [09:45:49] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  24. [09:45:49] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  25. [09:45:49] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  26. [09:45:49] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  27. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  28. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378)
  29. [09:45:49] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305)
  30. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:117)
  31. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.util.DriverDataSource.getConnection(DriverDataSource.java:123)
  32. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.pool.PoolBase.newConnection(PoolBase.java:375)
  33. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.pool.PoolBase.newPoolEntry(PoolBase.java:204)
  34. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.pool.HikariPool.createPoolEntry(HikariPool.java:445)
  35. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.pool.HikariPool.checkFailFast(HikariPool.java:516)
  36. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.pool.HikariPool.(HikariPool.java:116)
  37. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:97)
  38. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.datasource.MySQL.getConnection(MySQL.java:157)
  39. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.datasource.MySQL.checkTablesAndColumns(MySQL.java:164)
  40. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.datasource.MySQL.(MySQL.java:69)
  41. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.initialization.DataSourceProvider.createDataSource(DataSourceProvider.java:72)
  42. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:49)
  43. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.initialization.DataSourceProvider.get(DataSourceProvider.java:26)
  44. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.jalu.injector.handlers.provider.ProviderHandlerImpl$UninitializedProviderInstantiation.instantiateWith(ProviderHandlerImpl.java:141)
  45. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.jalu.injector.InjectorImpl.instantiate(InjectorImpl.java:181)
  46. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.jalu.injector.InjectorImpl.get(InjectorImpl.java:155)
  47. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.libs.jalu.injector.InjectorImpl.getSingleton(InjectorImpl.java:56)
  48. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.AuthMe.instantiateServices(AuthMe.java:246)
  49. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.AuthMe.initialize(AuthMe.java:221)
  50. [09:45:49] [Server thread/WARN]: at fr.xephi.authme.AuthMe.onEnable(AuthMe.java:136)
  51. [09:45:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:321)
  52. [09:45:49] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:340)
  53. [09:45:49] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:405)
  54. [09:45:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugin(CraftServer.java:357)
  55. [09:45:49] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_8_R3.CraftServer.enablePlugins(CraftServer.java:317)
  56. [09:45:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.s(MinecraftServer.java:414)
  57. [09:45:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.k(MinecraftServer.java:378)
  58. [09:45:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.a(MinecraftServer.java:333)
  59. [09:45:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.DedicatedServer.init(DedicatedServer.java:263)
  60. [09:45:49] [Server thread/WARN]: at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:525)
  61. [09:45:49] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  62. [09:45:49] [Server thread/WARN]: [AuthMe] Can't initialize the MySQL database: [MySQLNonTransientConnectionException]: Too many connections
  63. [09:45:49] [Server thread/WARN]: [AuthMe] Please check your database settings in the config.yml file!
  64. [09:45:49] [Server thread/WARN]: [AuthMe] Could not create data source: [MySQLNonTransientConnectionException]: Too many connections
  65. [09:45:49] [Server thread/WARN]: [AuthMe] Aborting initialization of AuthMe: [IllegalStateException]: Error during initialization of data source
  66. [09:45:49] [Server thread/WARN]: [AuthMe] THE SERVER IS GOING TO SHUT DOWN AS DEFINED IN THE CONFIGURATION!
  67. [09:45:49] [Server thread/INFO]: [AuthMe] Waiting for 0 tasks to finish
  68. [09:45:49] [Server thread/INFO]: [AuthMe] AuthMe 5.4.0-b1877 disabled!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement