Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.17 KB | None | 0 0
  1. 16:43:43 [SEVERE] java.util.concurrent.ExecutionException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'Type' in 'where clause'
  2. 16:43:43 [SEVERE] at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  3. 16:43:43 [SEVERE] at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  4. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL.getResult(MySQL.java:119)
  5. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.util.Banmanager.isBannedNetwork(Banmanager.java:395)
  6. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.listener.LoginListener$1.run(LoginListener.java:39)
  7. 16:43:43 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  8. 16:43:43 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'Type' in 'where clause'
  9. 16:43:43 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  10. 16:43:43 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  11. 16:43:43 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  12. 16:43:43 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  13. 16:43:43 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  14. 16:43:43 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  15. 16:43:43 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  16. 16:43:43 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933)
  17. 16:43:43 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869)
  18. 16:43:43 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524)
  19. 16:43:43 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675)
  20. 16:43:43 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465)
  21. 16:43:43 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912)
  22. 16:43:43 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2020)
  23. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL$3.call(MySQL.java:113)
  24. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL$3.call(MySQL.java:1)
  25. 16:43:43 [SEVERE] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  26. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL.getResult(MySQL.java:117)
  27. 16:43:43 [SEVERE] ... 3 more
  28. 16:43:43 [SEVERE] java.lang.NullPointerException
  29. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.util.Banmanager.isBannedNetwork(Banmanager.java:397)
  30. 16:43:43 [SEVERE] at net.coalcube.bansystem.bungee.listener.LoginListener$1.run(LoginListener.java:39)
  31. 16:43:43 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  32. 16:43:43 [INFO] [EySebi] <-> ServerConnector [lobby] has connected
  33. 16:43:44 [SEVERE] java.util.concurrent.ExecutionException: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'IP' in 'field list'
  34. 16:43:44 [SEVERE] at java.util.concurrent.FutureTask.report(FutureTask.java:122)
  35. 16:43:44 [SEVERE] at java.util.concurrent.FutureTask.get(FutureTask.java:192)
  36. 16:43:44 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL.getResult(MySQL.java:119)
  37. 16:43:44 [SEVERE] at net.coalcube.bansystem.bungee.util.Banmanager.getIPs(Banmanager.java:352)
  38. 16:43:44 [SEVERE] at net.coalcube.bansystem.bungee.listener.LoginListener$1$1.run(LoginListener.java:117)
  39. 16:43:44 [SEVERE] at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  40. 16:43:44 [SEVERE] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  41. 16:43:44 [SEVERE] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  42. 16:43:44 [SEVERE] at java.lang.Thread.run(Thread.java:748)
  43. 16:43:44 [SEVERE] Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'IP' in 'field list'
  44. 16:43:44 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  45. 16:43:44 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  46. 16:43:44 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  47. 16:43:44 [SEVERE] at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  48. 16:43:44 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  49. 16:43:44 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:408)
  50. 16:43:44 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  51. 16:43:44 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933)
  52. 16:43:44 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869)
  53. 16:43:44 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524)
  54. 16:43:44 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675)
  55. 16:43:44 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465)
  56. 16:43:44 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912)
  57. 16:43:44 [SEVERE] at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2020)
  58. 16:43:44 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL$3.call(MySQL.java:113)
  59. 16:43:44 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL$3.call(MySQL.java:1)
  60. 16:43:44 [SEVERE] at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  61. 16:43:44 [SEVERE] at net.coalcube.bansystem.bungee.util.MySQL.getResult(MySQL.java:117)
  62. 16:43:44 [SEVERE] ... 6 more
  63. 16:43:44 [SEVERE] Task BungeeTask(sched=net.md_5.bungee.scheduler.BungeeScheduler@1cf6d1be, id=57, owner=net.coalcube.bansystem.bungee.BanSystem@4c4d27c8, task=net.coalcube.bansystem.bungee.listener.LoginListener$1$1@d66cbb1, delay=1000, period=0, running=true) encountered an exception
  64. java.lang.NullPointerException
  65. at net.coalcube.bansystem.bungee.util.Banmanager.getIPs(Banmanager.java:354)
  66. at net.coalcube.bansystem.bungee.listener.LoginListener$1$1.run(LoginListener.java:117)
  67. at net.md_5.bungee.scheduler.BungeeTask.run(BungeeTask.java:63)
  68. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  69. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  70. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement