Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.46 KB | None | 0 0
  1.  
  2. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ' VALUES('chest1','-15.0, 65.0, 30.0, CraftWorld{name=Cities}')' at line 1
  3. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  4. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  5. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  6. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  7. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  8. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  9. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
  10. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3973)
  11. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909)
  12. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527)
  13. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  14. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  15. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  16. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1197)
  17. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
  18. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
  19. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at io.github.freakyville.utils.sql.SQLConnection.execute(SQLConnection.java:88)
  20. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at io.github.freakyville.fvcells.main.SQLCells.lambda$addChestShop$2(SQLCells.java:56)
  21. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
  22. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at java.util.concurrent.CompletableFuture$AsyncRun.exec(CompletableFuture.java:1618)
  23. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
  24. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
  25. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
  26. [16:41:13] [ForkJoinPool.commonPool-worker-4/WARN]: at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  27. [16:41:13] [Craft Scheduler Thread - 62/INFO]: [ChestShop] freakdk created a shop - 64 Diamond - B 10 : S 10 - at [Cities] -15, 65, 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement