Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.91 KB | None | 0 0
  1. [16:35:46] [User Authenticator #519/INFO]: UUID of player RedLexi is 9d9e7360-f056-43cc-91bf-f370f510ea06
  2. [16:35:47] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  3. [16:35:47] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor411.newInstance(Unknown Source)
  4. [16:35:47] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  5. [16:35:47] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  6. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  7. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  8. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
  9. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
  10. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
  11. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  12. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1187)
  13. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1182)
  14. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2381)
  15. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2365)
  16. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.getID(DBHandler.java:105)
  17. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.updateUsers(DBHandler.java:73)
  18. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.PlayerEventHandler.onPlayerJoin(PlayerEventHandler.java:20)
  19. [16:35:47] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor519.invoke(Unknown Source)
  20. [16:35:47] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  21. [16:35:47] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  22. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
  23. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  24. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
  25. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
  26. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346)
  27. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166)
  28. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159)
  29. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57)
  30. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233)
  31. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140)
  32. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845)
  33. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  34. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  35. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  36. [16:35:47] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  37. [16:35:47] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 42,753,466 milliseconds ago. The last packet sent successfully to the server was 42,753,504 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  38. [16:35:47] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  39. [16:35:47] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  40. [16:35:47] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  41. [16:35:47] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  42. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  43. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
  44. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3746)
  45. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2509)
  46. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  47. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490)
  48. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2448)
  49. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  50. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.getID(DBHandler.java:107)
  51. [16:35:47] [Server thread/WARN]: ... 20 more
  52. [16:35:47] [Server thread/WARN]: Caused by: java.net.SocketException: Broken pipe (Write failed)
  53. [16:35:47] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite0(Native Method)
  54. [16:35:47] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
  55. [16:35:47] [Server thread/WARN]: at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
  56. [16:35:47] [Server thread/WARN]: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  57. [16:35:47] [Server thread/WARN]: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  58. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3728)
  59. [16:35:47] [Server thread/WARN]: ... 26 more
  60. [16:35:47] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  61. [16:35:47] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor411.newInstance(Unknown Source)
  62. [16:35:47] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  63. [16:35:47] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  64. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  65. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  66. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
  67. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
  68. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
  69. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  70. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1187)
  71. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1182)
  72. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2381)
  73. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2365)
  74. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.updateUsers(DBHandler.java:75)
  75. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.PlayerEventHandler.onPlayerJoin(PlayerEventHandler.java:20)
  76. [16:35:47] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor519.invoke(Unknown Source)
  77. [16:35:47] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  78. [16:35:47] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  79. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
  80. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  81. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
  82. [16:35:47] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
  83. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346)
  84. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166)
  85. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159)
  86. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57)
  87. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233)
  88. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140)
  89. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845)
  90. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  91. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  92. [16:35:47] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  93. [16:35:47] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  94. [16:35:47] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 42,753,466 milliseconds ago. The last packet sent successfully to the server was 42,753,504 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  95. [16:35:47] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  96. [16:35:47] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  97. [16:35:47] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  98. [16:35:47] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  99. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  100. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
  101. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3746)
  102. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2509)
  103. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  104. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490)
  105. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2448)
  106. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  107. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.getID(DBHandler.java:107)
  108. [16:35:47] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.updateUsers(DBHandler.java:73)
  109. [16:35:47] [Server thread/WARN]: ... 19 more
  110. [16:35:47] [Server thread/WARN]: Caused by: java.net.SocketException: Broken pipe (Write failed)
  111. [16:35:47] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite0(Native Method)
  112. [16:35:47] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
  113. [16:35:47] [Server thread/WARN]: at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
  114. [16:35:47] [Server thread/WARN]: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  115. [16:35:47] [Server thread/WARN]: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  116. [16:35:47] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3728)
  117. [16:35:47] [Server thread/WARN]: ... 26 more
  118. [16:35:47] [Server thread/INFO]: RedLexi[/88.67.129.118:50143] logged in with entity id 6864936 at ([world]-1189.9487868705946, 70.0, -25891.348073656634)
  119. [16:35:47] [Server thread/INFO]: [@: Cannot place block outside of the world]
  120. [16:36:01] [Server thread/INFO]: Tobi_XX issued server command: /back
  121. [16:36:15] [Server thread/INFO]: Tobi_XX issued server command: /back
  122. [16:36:25] [Server thread/INFO]: Tobi_XX issued server command: /back
  123. [16:37:26] [Server thread/INFO]: Tirofox issued server command: /warp Nether
  124. [16:37:33] [Server thread/INFO]: Tirofox issued server command: /back
  125. [16:37:41] [Server thread/INFO]: Tirofox issued server command: /home c
  126. [16:38:00] [Server thread/INFO]: Tirofox issued server command: /home a
  127. [16:38:12] [Craft Scheduler Thread - 8567/INFO]: [NoCheatPlus] MinesBoom failed FastClick: tried to move items in their inventory too quickly. VL 1265568.
  128. [16:38:24] [Server thread/INFO]: Tobi_XX issued server command: /back
  129. [16:38:54] [Server thread/INFO]: RedLexi issued server command: /sa info RedLexi
  130. [16:38:54] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  131. [16:38:54] [Server thread/WARN]: at sun.reflect.GeneratedConstructorAccessor411.newInstance(Unknown Source)
  132. [16:38:54] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  133. [16:38:54] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  134. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  135. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.Util.getInstance(Util.java:408)
  136. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:918)
  137. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:897)
  138. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:886)
  139. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:860)
  140. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1187)
  141. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1182)
  142. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2381)
  143. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.createStatement(ConnectionImpl.java:2365)
  144. [16:38:54] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.getID(DBHandler.java:105)
  145. [16:38:54] [Server thread/WARN]: at de.dieunkreativen.strafakte.Strafakte.onCommand(Strafakte.java:80)
  146. [16:38:54] [Server thread/WARN]: at org.bukkit.command.PluginCommand.execute(PluginCommand.java:44)
  147. [16:38:54] [Server thread/WARN]: at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
  148. [16:38:54] [Server thread/WARN]: at org.bukkit.craftbukkit.v1_12_R1.CraftServer.dispatchCommand(CraftServer.java:651)
  149. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.handleCommand(PlayerConnection.java:1386)
  150. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnection.a(PlayerConnection.java:1221)
  151. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
  152. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
  153. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerConnectionUtils$1.run(SourceFile:13)
  154. [16:38:54] [Server thread/WARN]: at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  155. [16:38:54] [Server thread/WARN]: at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  156. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.SystemUtils.a(SourceFile:46)
  157. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:748)
  158. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  159. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  160. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  161. [16:38:54] [Server thread/WARN]: at java.lang.Thread.run(Thread.java:748)
  162. [16:38:54] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 42,753,466 milliseconds ago. The last packet sent successfully to the server was 42,753,504 milliseconds ago. is longer than the server configured value of 'wait_timeout'. You should consider either expiring and/or testing connection validity before use in your application, increasing the server configured values for client timeouts, or using the Connector/J connection property 'autoReconnect=true' to avoid this problem.
  163. [16:38:54] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  164. [16:38:54] [Server thread/WARN]: at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
  165. [16:38:54] [Server thread/WARN]: at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  166. [16:38:54] [Server thread/WARN]: at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
  167. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  168. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:989)
  169. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3746)
  170. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2509)
  171. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  172. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490)
  173. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2448)
  174. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
  175. [16:38:54] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.getID(DBHandler.java:107)
  176. [16:38:54] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.DBHandler.updateUsers(DBHandler.java:73)
  177. [16:38:54] [Server thread/WARN]: at de.dieunkreativen.strafakte.handler.PlayerEventHandler.onPlayerJoin(PlayerEventHandler.java:20)
  178. [16:38:54] [Server thread/WARN]: at sun.reflect.GeneratedMethodAccessor519.invoke(Unknown Source)
  179. [16:38:54] [Server thread/WARN]: at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  180. [16:38:54] [Server thread/WARN]: at java.lang.reflect.Method.invoke(Method.java:498)
  181. [16:38:54] [Server thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302)
  182. [16:38:54] [Server thread/WARN]: at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
  183. [16:38:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:499)
  184. [16:38:54] [Server thread/WARN]: at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484)
  185. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.onPlayerJoin(PlayerList.java:346)
  186. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.PlayerList.a(PlayerList.java:166)
  187. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.b(LoginListener.java:159)
  188. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.LoginListener.e(LoginListener.java:57)
  189. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.NetworkManager.a(NetworkManager.java:233)
  190. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.ServerConnection.c(ServerConnection.java:140)
  191. [16:38:54] [Server thread/WARN]: at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:845)
  192. [16:38:54] [Server thread/WARN]: ... 4 more
  193. [16:38:54] [Server thread/WARN]: Caused by: java.net.SocketException: Broken pipe (Write failed)
  194. [16:38:54] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite0(Native Method)
  195. [16:38:54] [Server thread/WARN]: at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111)
  196. [16:38:54] [Server thread/WARN]: at java.net.SocketOutputStream.write(SocketOutputStream.java:155)
  197. [16:38:54] [Server thread/WARN]: at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  198. [16:38:54] [Server thread/WARN]: at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
  199. [16:38:54] [Server thread/WARN]: at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3728)
  200. [16:38:54] [Server thread/WARN]: ... 26 more
  201. [16:39:15] [Server thread/INFO]: Tobi_XX issued server command: /back
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement