Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2011
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.09 KB | None | 0 0
  1.  
  2.  
  3. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  4. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  5. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  6. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  7. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  8. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  9. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  10. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  11. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  12. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  13. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  14. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  15. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  16. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  17. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  18. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  19. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  20. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  21. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  22. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  23. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  24. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  25. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  26. ... 12 more
  27. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  28. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  29. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  30. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  31. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  32. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  33. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  34. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  35. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  36. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  37. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  38. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  39. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  40. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  41. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  42. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  43. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  44. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  45. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  46. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  47. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  48. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  49. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  50. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  51. at net.minecraft.server.World.a(World.java:1909)
  52. at net.minecraft.server.World.doTick(World.java:1644)
  53. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  54. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  55. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  56. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  57.  
  58. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  59. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  60. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  61. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  62. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  63. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  64. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  65. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  66. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  67. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  68. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  69. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  70. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  71. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  72. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  73. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  74. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  75. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  76. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  77. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  78. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  79. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  80. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  81. ... 12 more
  82. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  83. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  84. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  85. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  86. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  87. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  88. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  89. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  90. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  91. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  92. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  93. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  94. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  95. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  96. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  97. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  98. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  99. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  100. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  101. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  102. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  103. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  104. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  105. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  106. at net.minecraft.server.World.a(World.java:1909)
  107. at net.minecraft.server.World.doTick(World.java:1644)
  108. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  109. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  110. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  111. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  112.  
  113. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  114. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  115. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  116. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  117. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  118. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  119. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  120. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  121. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  122. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  123. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  124. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  125. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  126. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  127. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  128. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  129. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  130. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  131. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  132. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  133. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  134. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  135. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  136. ... 12 more
  137. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  138. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  139. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  140. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  141. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  142. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  143. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  144. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  145. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  146. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  147. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  148. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  149. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  150. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  151. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  152. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  153. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  154. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  155. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  156. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  157. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  158. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  159. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  160. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  161. at net.minecraft.server.World.a(World.java:1909)
  162. at net.minecraft.server.World.doTick(World.java:1644)
  163. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  164. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  165. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  166. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  167.  
  168. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  169. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  170. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  171. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  172. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  173. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  174. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  175. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  176. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  177. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  178. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  179. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  180. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  181. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  182. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  183. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  184. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  185. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  186. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  187. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  188. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  189. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  190. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  191. ... 12 more
  192. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  193. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  194. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  195. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  196. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  197. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  198. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  199. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  200. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  201. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  202. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  203. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  204. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  205. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  206. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  207. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  208. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  209. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  210. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  211. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  212. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  213. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  214. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  215. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  216. at net.minecraft.server.World.a(World.java:1909)
  217. at net.minecraft.server.World.doTick(World.java:1644)
  218. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  219. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  220. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  221. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  222.  
  223. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  224. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  225. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  226. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  227. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  228. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  229. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  230. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  231. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  232. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  233. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  234. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  235. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  236. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  237. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  238. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  239. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  240. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  241. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  242. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  243. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  244. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  245. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  246. ... 12 more
  247. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  248. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  249. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  250. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  251. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  252. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  253. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  254. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  255. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  256. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  257. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  258. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  259. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  260. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  261. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  262. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  263. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  264. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  265. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  266. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  267. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  268. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  269. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  270. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  271. at net.minecraft.server.World.a(World.java:1909)
  272. at net.minecraft.server.World.doTick(World.java:1644)
  273. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  274. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  275. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  276. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  277.  
  278. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  279. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  280. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  281. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  282. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  283. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  284. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  285. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  286. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  287. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  288. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  289. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  290. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  291. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  292. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  293. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  294. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  295. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  296. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  297. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  298. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  299. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  300. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  301. ... 12 more
  302. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  303. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  304. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  305. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  306. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  307. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  308. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  309. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  310. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  311. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  312. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  313. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  314. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  315. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  316. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  317. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  318. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  319. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  320. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  321. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  322. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  323. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  324. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  325. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  326. at net.minecraft.server.World.a(World.java:1909)
  327. at net.minecraft.server.World.doTick(World.java:1644)
  328. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  329. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  330. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  331. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  332.  
  333. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  334. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  335. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  336. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  337. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  338. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  339. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  340. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  341. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  342. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  343. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  344. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  345. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  346. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  347. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  348. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  349. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  350. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  351. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  352. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  353. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  354. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  355. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  356. ... 12 more
  357. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  358. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  359. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  360. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  361. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  362. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  363. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  364. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  365. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  366. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  367. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  368. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  369. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  370. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  371. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  372. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  373. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  374. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  375. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  376. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  377. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  378. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  379. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  380. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  381. at net.minecraft.server.World.a(World.java:1909)
  382. at net.minecraft.server.World.doTick(World.java:1644)
  383. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  384. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  385. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  386. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  387.  
  388. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  389. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  390. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  391. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  392. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  393. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  394. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  395. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  396. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  397. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  398. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  399. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  400. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  401. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  402. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  403. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  404. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  405. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  406. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  407. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  408. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  409. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  410. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  411. ... 12 more
  412. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  413. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  414. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  415. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  416. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  417. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  418. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  419. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  420. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  421. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  422. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  423. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  424. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  425. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  426. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  427. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  428. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  429. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  430. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  431. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  432. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  433. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  434. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  435. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  436. at net.minecraft.server.World.a(World.java:1909)
  437. at net.minecraft.server.World.doTick(World.java:1644)
  438. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  439. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  440. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  441. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  442.  
  443. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  444. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  445. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  446. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  447. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  448. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  449. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  450. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  451. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  452. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  453. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  454. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  455. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  456. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  457. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  458. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  459. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  460. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  461. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  462. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  463. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  464. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  465. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  466. ... 12 more
  467. 2011-07-03 13:03:36 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  468. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  469. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  470. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  471. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  472. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  473. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  474. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  475. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  476. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  477. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  478. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  479. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  480. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  481. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  482. at me.taylorkelly.bigbrother.datasource.BBDB.prepare(BBDB.java:311)
  483. at me.taylorkelly.bigbrother.tablemgrs.OwnersMySQL.getBlockOwner(OwnersMySQL.java:65)
  484. at me.taylorkelly.bigbrother.tablemgrs.OwnersTable.get(OwnersTable.java:97)
  485. at net.nexisonline.bigbrother.ownership.OwnershipManager.findOwner(OwnershipManager.java:97)
  486. at me.taylorkelly.bigbrother.listeners.BBBlockListener.onBlockFromTo(BBBlockListener.java:136)
  487. at org.bukkit.plugin.java.JavaPluginLoader$29.execute(JavaPluginLoader.java:441)
  488. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  489. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  490. at net.minecraft.server.BlockFlowing.a(BlockFlowing.java:137)
  491. at net.minecraft.server.World.a(World.java:1909)
  492. at net.minecraft.server.World.doTick(World.java:1644)
  493. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:441)
  494. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  495. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  496. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  497.  
  498. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  499. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  500. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  501. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  502. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  503. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  504. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  505. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  506. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  507. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  508. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  509. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  510. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  511. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  512. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  513. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  514. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  515. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  516. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  517. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  518. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  519. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  520. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  521. ... 12 more
  522. 2011-07-03 13:03:38 [SEVERE] [BBROTHER] executeQuery failed (SELECT id,name,flags FROM bb1_bbusers WHERE `name`=?):
  523. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  524. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  525. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  526. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  527. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  528. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  529. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  530. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  531. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  532. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  533. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  534. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  535. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203)
  536. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4169)
  537. at me.taylorkelly.bigbrother.datasource.BBDB.executeQuery(BBDB.java:340)
  538. at me.taylorkelly.bigbrother.tablemgrs.BBUsersMySQL.getUserFromDB(BBUsersMySQL.java:53)
  539. at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getUserByName(BBUsersTable.java:89)
  540. at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerInteract(BBPlayerListener.java:186)
  541. at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
  542. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  543. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  544. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
  545. at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:213)
  546. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
  547. at net.minecraft.server.Packet15Place.a(SourceFile:57)
  548. at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
  549. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
  550. at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
  551. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
  552. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  553. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  554. Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
  555.  
  556. The last packet successfully received from the server was 1,300,026 milliseconds ago. The last packet sent successfully to the server was 18 milliseconds ago.
  557. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  558. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
  559. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  560. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  561. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  562. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116)
  563. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3082)
  564. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
  565. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
  566. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
  567. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
  568. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
  569. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
  570. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407)
  571. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325)
  572. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310)
  573. at me.taylorkelly.bigbrother.datasource.BBDB.executeUpdate(BBDB.java:297)
  574. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.cleanByAge(Cleanser.java:108)
  575. at me.taylorkelly.bigbrother.Cleanser$CleanupThread.run(Cleanser.java:100)
  576. Caused by: java.io.EOFException: Can not read response from server. Expected to read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  577. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2529)
  578. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
  579. ... 12 more
  580. 2011-07-03 13:03:38 [SEVERE] [BBROTHER] onPlayerInteract(org.bukkit.event.player.PlayerInteractEvent@24190c65)
  581. java.lang.NullPointerException
  582. at me.taylorkelly.bigbrother.tablemgrs.BBUsersMySQL.getUserFromDB(BBUsersMySQL.java:55)
  583. at me.taylorkelly.bigbrother.tablemgrs.BBUsersTable.getUserByName(BBUsersTable.java:89)
  584. at me.taylorkelly.bigbrother.listeners.BBPlayerListener.onPlayerInteract(BBPlayerListener.java:186)
  585. at org.bukkit.plugin.java.JavaPluginLoader$10.execute(JavaPluginLoader.java:307)
  586. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:58)
  587. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:321)
  588. at org.bukkit.craftbukkit.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:168)
  589. at net.minecraft.server.ItemInWorldManager.interact(ItemInWorldManager.java:213)
  590. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:563)
  591. at net.minecraft.server.Packet15Place.a(SourceFile:57)
  592. at net.minecraft.server.NetworkManager.b(NetworkManager.java:223)
  593. at net.minecraft.server.NetServerHandler.a(NetServerHandler.java:75)
  594. at net.minecraft.server.NetworkListenThread.a(SourceFile:105)
  595. at net.minecraft.server.MinecraftServer.h(MinecraftServer.java:451)
  596. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:361)
  597. at net.minecraft.server.ThreadServerApplication.run(SourceFile:422)
  598. 2011-07-03 13:03:41 [SEVERE] [BBROTHER] Error when performing setBlockOwner in OwnersMySQL:
  599. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.Connection was implicitly closed by the driver.
  600. at sun.reflect.GeneratedConstructorAccessor113.newInstance(Unknown Source)
  601. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
  602. at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
  603. at com.mysql.jdbc.Util.handleNewInstance(Util.java:407)
  604. at com.mysql.jdbc.Util.getInstance(Util.java:382)
  605. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1013)
  606. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:987)
  607. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:982)
  608. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:927)
  609. at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1213)
  610. at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1200)
  611. at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4203
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement