Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [16:41:08 INFO]: [QuestCreator-6.39.0] Couldn't perform SQLConnector query (retried false)
- ---------- PARTS ----------
- DELETE FROM questcreator_local_player_blocks WHERE (world,x,y,z) IN ( VALUES ('Mondo_Libero_1',8472,65,-9218),('Mondo_Libero_1',8472,64,-9218) );
- -----
- INSERT INTO questcreator_local_player_blocks (world,x,y,z,chunkX,chunkZ,mat,placed) VALUES
- -----
- ('Mondo_Libero_1',8473,64,-9218,529,-577,'SOUL_SAND',1647880866108)
- -----
- ,('Mondo_Libero_1',8473,65,-9218,529,-577,'SOUL_SAND',1647880866460)
- -----
- ,('Mondo_Libero_1',8473,65,-9219,529,-577,'SOUL_SAND',1647880867058)
- -----
- ON DUPLICATE KEY UPDATE mat = VALUES(mat), placed = VALUES(placed), ;
- ---------------------------------
- [16:41:08 WARN]: java.sql.SQLSyntaxErrorException: 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 '' at line 1
- [16:41:08 WARN]: at com.mysql.cj.jdbc.exceptions.SQLError.createSQLException(SQLError.java:120)
- [16:41:08 WARN]: at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:122)
- [16:41:08 WARN]: at com.mysql.cj.jdbc.ClientPreparedStatement.executeInternal(ClientPreparedStatement.java:953)
- [16:41:08 WARN]: at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1098)
- [16:41:08 WARN]: at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdateInternal(ClientPreparedStatement.java:1046)
- [16:41:08 WARN]: at com.mysql.cj.jdbc.ClientPreparedStatement.executeLargeUpdate(ClientPreparedStatement.java:1371)
- [16:41:08 WARN]: at com.mysql.cj.jdbc.ClientPreparedStatement.executeUpdate(ClientPreparedStatement.java:1031)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.sql.SQLConnector.performUpdateQuery(SQLConnector.java:55)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.sql.SQLConnector.performUpdateQuery(SQLConnector.java:46)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.sql.MySQLHandler.performUpdateQuery(MySQLHandler.java:61)
- [16:41:08 WARN]: at QuestCreator.jar//com.guillaumevdn.questcreator.data.BoardLocalPlayerBlocksQC$2.remotePushElements(BoardLocalPlayerBlocksQC.java:350)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.keyed.KeyedBoard.lambda$6(KeyedBoard.java:145)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.Board.operateOnConnector(Board.java:41)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.keyed.KeyedBoard.lambda$5(KeyedBoard.java:145)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.Board.lambda$7(Board.java:192)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.bukkit.BukkitThread.operate(BukkitThread.java:36)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.GPlugin.operate(GPlugin.java:966)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.Board.operate(Board.java:190)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.keyed.KeyedBoard.pushElements(KeyedBoard.java:143)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.keyed.KeyedBoard.lambda$0(KeyedBoard.java:111)
- [16:41:08 WARN]: at java.base/java.lang.Iterable.forEach(Iterable.java:75)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.keyed.KeyedBoard.saveNeeded(KeyedBoard.java:110)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.data.board.Board.lambda$0(Board.java:110)
- [16:41:08 WARN]: at GCore.jar//com.guillaumevdn.gcore.lib.Task$1.run(Task.java:63)
- [16:41:08 WARN]: at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftTask.run(CraftTask.java:101)
- [16:41:08 WARN]: at org.bukkit.craftbukkit.v1_18_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:57)
- [16:41:08 WARN]: at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22)
- [16:41:08 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
- [16:41:08 WARN]: at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
- [16:41:08 WARN]: at java.base/java.lang.Thread.run(Thread.java:833)
Advertisement
Add Comment
Please, Sign In to add comment