Advertisement
jhezreel708

Untitled

Nov 8th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.58 KB | None | 0 0
  1. 09.11 02:47:52 [Server] 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 '1234.srv_accounts LIMIT 1' at line 1
  2. 09.11 02:47:52 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  3. 09.11 02:47:52 [Server] WARN at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  4. 09.11 02:47:52 [Server] WARN at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. 09.11 02:47:52 [Server] WARN at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  7. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.Util.getInstance(Util.java:408)
  8. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  9. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3978)
  10. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3914)
  11. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
  12. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
  13. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2495)
  14. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1903)
  15. 09.11 02:47:52 [Server] WARN at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2011)
  16. 09.11 02:47:52 [Server] WARN at github.scarsz.discordsrv.util.SQLUtil.checkIfTableExists(SQLUtil.java:23)
  17. 09.11 02:47:52 [Server] WARN at github.scarsz.discordsrv.objects.managers.JdbcAccountLinkManager.<init>(JdbcAccountLinkManager.java:87)
  18. 09.11 02:47:52 [Server] WARN at github.scarsz.discordsrv.DiscordSRV.init(DiscordSRV.java:435)
  19. 09.11 02:47:52 [Server] WARN at java.lang.Thread.run(Thread.java:748)
  20. 09.11 02:47:52 [Server] WARN [DiscordSRV] JDBC account link backend failed to initialize: 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 '1234.srv_accounts
  21. 09.11 02:47:52 [Server] INFO (
  22. 09.11 02:47:52 [Server] INFO link int auto_increment primary key,
  23. 09.11 02:47:52 [Server] INFO discord varc' at line 1
  24. 09.11 02:47:52 [Server] INFO Stack trace @ debug call (THIS IS NOT AN ERROR)
  25. 09.11 02:47:52 [Server] INFO at github.scarsz.discordsrv.DiscordSRV.init(DiscordSRV.java:437)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement