Advertisement
Guest User

Servers in general

a guest
Dec 27th, 2017
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.31 KB | None | 0 0
  1. [09:54:34] [Server thread/INFO]: [DynamicSpigotAuth] Enabling DynamicSpigotAuth v7
  2. [09:54:35] [Server thread/WARN]: Thu Dec 28 09:54:35 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  3. [09:54:39] [Server thread/INFO]: DynamicBungeeAuth setup has failed
  4. [09:54:39] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  5. [09:54:39] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  6. [09:54:39] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  7. [09:54:39] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  8. [09:54:39] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  9. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  10. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  11. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
  12. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
  13. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
  14. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  15. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2097)
  16. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2022)
  17. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:779)
  18. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47)
  19. [09:54:39] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  20. [09:54:39] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  21. [09:54:39] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  22. [09:54:39] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  23. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  24. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:389)
  25. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:330)
  26. [09:54:39] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:664)
  27. [09:54:39] [Server thread/WARN]: at java.sql.DriverManager.getConnection(DriverManager.java:247)
  28. [09:54:39] [Server thread/WARN]: at net.dynamicjk.auth.spigot.mysql.BukkitMySQL.getConnection(BukkitMySQL.java:132)
  29. [09:54:39] [Server thread/WARN]: at net.dynamicjk.auth.spigot.mysql.BukkitMySQL.<init>(BukkitMySQL.java:41)
  30. [09:54:39] [Server thread/WARN]: at net.dynamicjk.auth.spigot.DynamicSpigotAuth.onEnable(DynamicSpigotAuth.java:33)
  31. [09:54:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264)
  32. [09:54:39] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337)
  33. [09:54:39] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403)
  34. [09:54:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382)
  35. [09:54:39] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331)
  36. [09:54:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422)
  37. [09:54:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383)
  38. [09:54:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338)
  39. [09:54:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272)
  40. [09:54:39] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545)
  41. [09:54:39] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  42. [09:54:39] [Server thread/WARN]: Caused by: java.sql.SQLException: Access denied for user 'mc4385'@'45.126.208.250' (using password: YES)
  43. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:964)
  44. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  45. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  46. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:873)
  47. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1710)
  48. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1226)
  49. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2191)
  50. [09:54:39] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.connectWithRetries(ConnectionImpl.java:2038)
  51. [09:54:39] [Server thread/WARN]: ... 26 more
  52.  
  53. [09:54:54] [Server thread/INFO]: [LuckPerms] Enabling LuckPerms v4.0.11
  54. [09:54:54] [Server thread/INFO]: __ __ ___ __ __
  55. [09:54:54] [Server thread/INFO]: | | | / ` |__/ |__) |__ |__) |\/| /__`
  56. [09:54:54] [Server thread/INFO]: |___ \__/ \__, | \ | |___ | \ | | .__/
  57. [09:54:54] [Server thread/INFO]:
  58. [09:54:54] [Server thread/INFO]: Loading version v4.0.11 on Bukkit - CraftBukkit
  59. [09:54:54] [Server thread/INFO]: Running on server version git-Spigot-549c1fa-45c8386 (MC: 1.12.2) - 1.12.2-R0.1-SNAPSHOT
  60. [09:54:54] [Server thread/INFO]:
  61. [09:54:54] [Server thread/INFO]: [LP] Loading configuration...
  62. [09:54:54] [Server thread/INFO]: [LP] Identified the following dependencies: [MYSQL_DRIVER, HIKARI]
  63. [09:54:54] [Server thread/INFO]: [LP] Loading storage provider... [MYSQL]
  64. [09:54:54] [Server thread/WARN]: 3 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - luckperms - Starting...
  65.  
  66. [09:54:54] [Server thread/WARN]: Thu Dec 28 09:54:54 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  67. [09:54:55] [Server thread/WARN]: 249 [Server thread] INFO com.zaxxer.hikari.HikariDataSource - luckperms - Start completed.
  68.  
  69. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  70. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  71. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  72. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  73. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  74. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  75. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  76. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  77. [09:54:55] [luckperms connection adder/WARN]: Thu Dec 28 09:54:55 SGT 2017 WARN: Establishing SSL connection without server's identity verification is not recommended. According to MySQL 5.5.45+, 5.6.26+ and 5.7.6+ requirements SSL connection must be established by default if explicit option isn't set. For compliance with existing applications not using SSL the verifyServerCertificate property is set to 'false'. You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification.
  78. [09:54:56] [Server thread/INFO]: [LP] Loading internal permission managers...
  79. [09:54:56] [Server thread/INFO]: [LP] Performing initial data load...
  80. [09:54:57] [Server thread/INFO]: [LP] Successfully enabled. (took 2291ms)
  81.  
  82. [09:55:46] [Server thread/ERROR]: [Jobs] Unable to connect to the database: Could not create connection to database server. Attempted reconnect 3 times. Giving up.
  83.  
  84. [09:58:11] [Server thread/ERROR]: Error occurred while enabling PointsAPI v1.6.5 (Is it up to date?)
  85. java.lang.NullPointerException: null
  86. at me.MineHome.PointsAPI.MySQL.MySQL.updateSQL(MySQL.java:119) ~[?:?]
  87. at me.MineHome.PointsAPI.MySQL.MySQL.createTable(MySQL.java:38) ~[?:?]
  88. at me.BukkitPVP.PointsAPI.PointsAPI.onEnable(PointsAPI.java:170) ~[?:?]
  89. at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:264) ~[spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  90. at org.bukkit.plugin.java.JavaPluginLoader.enablePlugin(JavaPluginLoader.java:337) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  91. at org.bukkit.plugin.SimplePluginManager.enablePlugin(SimplePluginManager.java:403) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  92. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugin(CraftServer.java:382) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  93. at org.bukkit.craftbukkit.v1_12_R1.CraftServer.enablePlugins(CraftServer.java:331) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  94. at net.minecraft.server.v1_12_R1.MinecraftServer.t(MinecraftServer.java:422) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  95. at net.minecraft.server.v1_12_R1.MinecraftServer.l(MinecraftServer.java:383) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  96. at net.minecraft.server.v1_12_R1.MinecraftServer.a(MinecraftServer.java:338) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  97. at net.minecraft.server.v1_12_R1.DedicatedServer.init(DedicatedServer.java:272) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  98. at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:545) [spigot-1.12.2.jar:git-Spigot-549c1fa-45c8386]
  99. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_152]
  100.  
  101. [09:58:22] [Server thread/INFO]: [Towny] Enabling Towny v0.92.0.0
  102. [09:58:22] [Server thread/INFO]: ==================== Towny ========================
  103. [09:58:22] [Server thread/INFO]: [Towny] Database: [Load] mysql [Save] mysql
  104. [09:58:22] [Server thread/WARN]: [Towny] Error: Error could not Connect to db jdbc:mysql://104.243.46.146:3306/mc4385?verifyServerCertificate=false&useSSL=false&useUnicode=true&characterEncoding=utf-8: Access denied for user 'mc4385'@'45.126.208.250' (using password: YES)
  105. [09:58:22] [Server thread/WARN]: [Towny] Error: Failed when connecting to Database
  106. [09:58:22] [Server thread/WARN]: [Towny] Error: Error could not Connect to db jdbc:mysql://104.243.46.146:3306/mc4385?verifyServerCertificate=false&useSSL=false&useUnicode=true&characterEncoding=utf-8: Access denied for user 'mc4385'@'45.126.208.250' (using password: YES)
  107. [09:58:22] [Server thread/INFO]: [Towny] Error: Failed to load!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement