WorldGuard

WorldGuard

8M Downloads

[WorldGuard] Failed to execute queries

heraqu opened this issue ยท 1 comments

commented

What is the problem?

[23:01:02 WARN]: [WorldGuard] Failed to execute queries
java.sql.SQLException: statement is not executing
at org.sqlite.core.CoreStatement.checkOpen(CoreStatement.java:55) ~[patched_1.16.4.jar:git-Yatopia-"548b666"]
at org.sqlite.core.CorePreparedStatement.batch(CorePreparedStatement.java:102) ~[patched_1.16.4.jar:git-Yatopia-"548b666"]
at org.sqlite.jdbc3.JDBC3PreparedStatement.setString(JDBC3PreparedStatement.java:411) ~[patched_1.16.4.jar:git-Yatopia-"548b666"]
at com.sk89q.worldguard.util.profile.cache.SQLiteCache.executePut(SQLiteCache.java:137) ~[?:?]
at com.sk89q.worldguard.util.profile.cache.SQLiteCache.putAll(SQLiteCache.java:118) ~[?:?]
at com.sk89q.worldguard.util.profile.cache.AbstractProfileCache.put(AbstractProfileCache.java:37) ~[?:?]
at com.sk89q.worldguard.util.profile.cache.SQLiteCache.put(SQLiteCache.java:47) ~[?:?]
at dev.espi.protectionstones.utils.UUIDCache.storeWGProfile(UUIDCache.java:68) ~[?:?]
at dev.espi.protectionstones.ListenerClass.lambda$onPlayerJoin$0(ListenerClass.java:57) ~[?:?]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftTask.run(CraftTask.java:99) ~[patched_1.16.4.jar:git-Yatopia-"548b666"]
at org.bukkit.craftbukkit.v1_16_R3.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:58) ~[patched_1.16.4.jar:git-Yatopia-"548b666"]
at com.destroystokyo.paper.ServerSchedulerReportingWrapper.run(ServerSchedulerReportingWrapper.java:22) ~[patched_1.16.4.jar:git-Yatopia-"548b666"]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_275]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_275]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]

commented

template and full log needed