Advertisement
Guest User

Latch

a guest
Aug 6th, 2016
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.59 KB | None | 0 0
  1. [04:14:52] [Server thread/ERROR] [latch]: Error addLockAccess for wooden_door3, owner: a7fcaaa4-b587-350e-aa15-7068c689b8b9, player: 71edcc7c-040c-3517-8813-5818577dcc6f
  2. [04:14:52] [Server thread/ERROR] [STDERR]: org.h2.jdbc.JdbcSQLException: Syntax error in SQL statement "INSERT INTO LOCK_PLAYERS(LOCK_ID, PLAYER_UUID) VALUES ?[*], ?"; expected "("; SQL statement:
  3. INSERT INTO LOCK_PLAYERS(LOCK_ID, PLAYER_UUID) VALUES ?, ? [42001-192]
  4. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.message.DbException.getJdbcSQLException(DbException.java:345)
  5. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.message.DbException.getSyntaxError(DbException.java:205)
  6. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.command.Parser.getSyntaxError(Parser.java:537)
  7. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.command.Parser.read(Parser.java:3185)
  8. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.command.Parser.parseInsert(Parser.java:1076)
  9. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.command.Parser.parsePrepared(Parser.java:413)
  10. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.command.Parser.parse(Parser.java:317)
  11. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.command.Parser.parse(Parser.java:293)
  12. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.command.Parser.prepareCommand(Parser.java:254)
  13. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.engine.Session.prepareLocal(Session.java:560)
  14. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.engine.Session.prepareCommand(Session.java:501)
  15. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.jdbc.JdbcConnection.prepareCommand(JdbcConnection.java:1202)
  16. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.jdbc.JdbcPreparedStatement.<init>(JdbcPreparedStatement.java:73)
  17. [04:14:52] [Server thread/ERROR] [STDERR]: at org.h2.jdbc.JdbcConnection.prepareStatement(JdbcConnection.java:290)
  18. [04:14:52] [Server thread/ERROR] [STDERR]: at com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(ProxyConnection.java:309)
  19. [04:14:52] [Server thread/ERROR] [STDERR]: at com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(HikariProxyConnection.java)
  20. [04:14:52] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.storage.SqlHandler.addLockAccess(SqlHandler.java:248)
  21. [04:14:52] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.entities.LockManager.addLockAccess(LockManager.java:114)
  22. [04:14:52] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.interactions.UnlockLockInteraction.handleInteraction(UnlockLockInteraction.java:98)
  23. [04:14:52] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.listeners.InteractBlockListener.onPlayerClick(InteractBlockListener.java:68)
  24. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.listener.InteractBlockEventListener_InteractBlockListener_onPlayerClick58.handle(Unknown Source)
  25. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
  26. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:287)
  27. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:300)
  28. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:138)
  29. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:266)
  30. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.SpongeCommonEventFactory.callInteractBlockEventSecondary(SpongeCommonEventFactory.java:256)
  31. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.server.management.PlayerInteractionManager.func_187251_a(SourceFile:133)
  32. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.network.NetHandlerPlayServer.redirect$onProcessRightClickBlock$0(SourceFile:636)
  33. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.network.NetHandlerPlayServer.func_184337_a(SourceFile:627)
  34. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:55)
  35. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.network.play.client.CPacketPlayerTryUseItemOnBlock.func_148833_a(SourceFile:11)
  36. [04:14:52] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:118)
  37. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:39)
  38. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
  39. [04:14:52] [Server thread/ERROR] [STDERR]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  40. [04:14:52] [Server thread/ERROR] [STDERR]: at java.util.concurrent.FutureTask.run(Unknown Source)
  41. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.util.Util.func_181617_a(SourceFile:45)
  42. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.func_71190_q(SourceFile:134)
  43. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(SourceFile:338)
  44. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.func_71217_p(SourceFile:554)
  45. [04:14:52] [Server thread/ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.run(SourceFile:458)
  46. [04:14:52] [Server thread/ERROR] [STDERR]: at java.lang.Thread.run(Unknown Source)
  47. [04:15:22] [Server thread/ERROR] [latch]: Error running SQL getLockByLocation:
  48. [04:15:22] [Server thread/ERROR] [STDERR]: java.sql.SQLTransientConnectionException: HikariPool-1 - Connection is not available, request timed out after 30000ms.
  49. [04:15:22] [Server thread/ERROR] [STDERR]: at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:196)
  50. [04:15:22] [Server thread/ERROR] [STDERR]: at com.zaxxer.hikari.pool.HikariPool.getConnection(HikariPool.java:147)
  51. [04:15:22] [Server thread/ERROR] [STDERR]: at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:83)
  52. [04:15:22] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.storage.SqlHandler.getConnection(SqlHandler.java:67)
  53. [04:15:22] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.storage.SqlHandler.getLockByLocation(SqlHandler.java:110)
  54. [04:15:22] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.entities.LockManager.getLock(LockManager.java:52)
  55. [04:15:22] [Server thread/ERROR] [STDERR]: at com.ichorcommunity.latch.listeners.ChangeBlockListener.onBlockBrokenByExplosion(ChangeBlockListener.java:191)
  56. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.listener.BreakListener_ChangeBlockListener_onBlockBrokenByExplosion57.handle(Unknown Source)
  57. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.RegisteredListener.handle(RegisteredListener.java:95)
  58. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:287)
  59. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.SpongeEventManager.post(SpongeEventManager.java:300)
  60. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.SpongeImpl.postEvent(SpongeImpl.java:138)
  61. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.tracking.phase.function.GeneralFunctions.iterateChangeBlockEvents(GeneralFunctions.java:239)
  62. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.tracking.phase.function.GeneralFunctions.processBlockCaptures(GeneralFunctions.java:168)
  63. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.tracking.phase.function.PacketFunction.lambda$null$400(PacketFunction.java:421)
  64. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.tracking.CapturedSupplier.ifPresentAndNotEmpty(CapturedSupplier.java:57)
  65. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.tracking.phase.function.PacketFunction.lambda$static$405(PacketFunction.java:420)
  66. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.tracking.phase.PacketPhase.unwind(PacketPhase.java:777)
  67. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.event.tracking.CauseTracker.completePhase(CauseTracker.java:179)
  68. [04:15:22] [Server thread/ERROR] [STDERR]: at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:119)
  69. [04:15:22] [Server thread/ERROR] [STDERR]: at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$0(SourceFile:39)
  70. [04:15:22] [Server thread/ERROR] [STDERR]: at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
  71. [04:15:22] [Server thread/ERROR] [STDERR]: at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  72. [04:15:22] [Server thread/ERROR] [STDERR]: at java.util.concurrent.FutureTask.run(Unknown Source)
  73. [04:15:22] [Server thread/ERROR] [STDERR]: at net.minecraft.util.Util.func_181617_a(SourceFile:45)
  74. [04:15:22] [Server thread/ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.func_71190_q(SourceFile:134)
  75. [04:15:22] [Server thread/ERROR] [STDERR]: at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(SourceFile:338)
  76. [04:15:22] [Server thread/ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.func_71217_p(SourceFile:554)
  77. [04:15:22] [Server thread/ERROR] [STDERR]: at net.minecraft.server.MinecraftServer.run(SourceFile:458)
  78. [04:15:22] [Server thread/ERROR] [STDERR]: at java.lang.Thread.run(Unknown Source)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement