Advertisement
Guest User

Untitled

a guest
Dec 8th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.26 KB | None | 0 0
  1. > [02:14:44] [pool-16-thread-1/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near ''meerkatvotingplugin'' at line 1
  2. > [02:14:44] [pool-16-thread-1/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. > [02:14:44] [pool-16-thread-1/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  4. > [02:14:44] [pool-16-thread-1/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. > [02:14:44] [pool-16-thread-1/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  7. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  8. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  9. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  10. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  11. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
  12. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
  13. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)
  14. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)
  15. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2124)
  16. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.PreparedStatement.executeUpdateInternal(PreparedStatement.java:2058)
  17. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.PreparedStatement.executeLargeUpdate(PreparedStatement.java:5158)
  18. > [02:14:44] [pool-16-thread-1/WARN]: at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2043)
  19. > [02:14:44] [pool-16-thread-1/WARN]: at com.Ben12345rocks.VotingPlugin.AdvancedCore.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
  20. > [02:14:44] [pool-16-thread-1/WARN]: at com.Ben12345rocks.VotingPlugin.AdvancedCore.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
  21. > [02:14:44] [pool-16-thread-1/WARN]: at com.Ben12345rocks.VotingPlugin.AdvancedCore.UserStorage.mysql.api.queries.Query.executeUpdate(Query.java:178)
  22. > [02:14:44] [pool-16-thread-1/WARN]: at com.Ben12345rocks.VotingPlugin.AdvancedCore.UserStorage.mysql.api.queries.Query$3.run(Query.java:213)
  23. > [02:14:44] [pool-16-thread-1/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  24. > [02:14:44] [pool-16-thread-1/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  25. > [02:14:44] [pool-16-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  26. > [02:14:44] [pool-16-thread-1/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  27. > [02:14:44] [pool-16-thread-1/WARN]: at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement