Advertisement
colue

error3

Apr 2nd, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 KB | None | 0 0
  1. 02.04 19:47:53 [Server] pool-15-thread-1/WARN com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unknown column 'registered' in 'field list'
  2. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  4. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  7. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.Util.getInstance(Util.java:408)
  8. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  9. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933)
  10. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869)
  11. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524)
  12. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675)
  13. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465)
  14. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1912)
  15. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2133)
  16. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2067)
  17. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5175)
  18. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2052)
  19. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at net.brcdev.playershopgui.database.DataManager$1.run(DataManager.java:73)
  20. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  21. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  22. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  23. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  24. 02.04 19:47:53 [Server] pool-15-thread-1/WARN at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement