绿奈
  1. [08:10:02] [Server thread/WARN]: com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No operations allowed after connection closed.
  2. [08:10:02] [Server thread/WARN]:         at sun.reflect.GeneratedConstructorAccessor233.newInstance(Unknown Source)
  3. [08:10:02] [Server thread/WARN]:         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  4. [08:10:02] [Server thread/WARN]:         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  5. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  6. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.Util.getInstance(Util.java:408)
  7. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:919)
  8. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:898)
  9. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:887)
  10. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:861)
  11. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.throwConnectionClosedException(ConnectionImpl.java:1184)
  12. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.checkClosed(ConnectionImpl.java:1179)
  13. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4071)
  14. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.prepareStatement(ConnectionImpl.java:4040)
  15. [08:10:02] [Server thread/WARN]:         at com.github.a810587921.GlobalShop.IIiIIIiiII.IiiiIiIiIi(MysqlNewInfoData.java:45)
  16. [08:10:02] [Server thread/WARN]:         at com.github.a810587921.GlobalShop.IIIiIiiIII.run(InfoUpdateRunnable.java:23)
  17. [08:10:02] [Server thread/WARN]:         at pw.yumc.Yum.inject.TaskInjector.run(TaskInjector.java:84)
  18. [08:10:02] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:76)
  19. [08:10:02] [Server thread/WARN]:         at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:361)
  20. [08:10:02] [Server thread/WARN]:         at net.minecraft.server.v1_12_R1.MinecraftServer.D(MinecraftServer.java:739)
  21. [08:10:02] [Server thread/WARN]:         at net.minecraft.server.v1_12_R1.DedicatedServer.D(DedicatedServer.java:406)
  22. [08:10:02] [Server thread/WARN]:         at net.minecraft.server.v1_12_R1.MinecraftServer.C(MinecraftServer.java:679)
  23. [08:10:02] [Server thread/WARN]:         at net.minecraft.server.v1_12_R1.MinecraftServer.run(MinecraftServer.java:577)
  24. [08:10:02] [Server thread/WARN]:         at java.lang.Thread.run(Unknown Source)
  25. [08:10:02] [Server thread/WARN]: Caused by: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: The last packet successfully received from the server was 45,976,677 milliseconds ago.  The last packet sent successfully to the server was 45,976,685 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.
  26. [08:10:02] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  27. [08:10:02] [Server thread/WARN]:         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  28. [08:10:02] [Server thread/WARN]:         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  29. [08:10:02] [Server thread/WARN]:         at java.lang.reflect.Constructor.newInstance(Unknown Source)
  30. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
  31. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:990)
  32. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3746)
  33. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2509)
  34. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680)
  35. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2484)
  36. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858)
  37. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:1966)
  38. [08:10:02] [Server thread/WARN]:         at com.github.a810587921.GlobalShop.IIiIIIiiII.IiiiIiIiIi(MysqlNewInfoData.java:48)
  39. [08:10:02] [Server thread/WARN]:         ... 9 more
  40. [08:10:02] [Server thread/WARN]: Caused by: java.net.SocketException: Software caused connection abort: socket write error
  41. [08:10:02] [Server thread/WARN]:         at java.net.SocketOutputStream.socketWrite0(Native Method)
  42. [08:10:02] [Server thread/WARN]:         at java.net.SocketOutputStream.socketWrite(Unknown Source)
  43. [08:10:02] [Server thread/WARN]:         at java.net.SocketOutputStream.write(Unknown Source)
  44. [08:10:02] [Server thread/WARN]:         at java.io.BufferedOutputStream.flushBuffer(Unknown Source)
  45. [08:10:02] [Server thread/WARN]:         at java.io.BufferedOutputStream.flush(Unknown Source)
  46. [08:10:02] [Server thread/WARN]:         at com.mysql.jdbc.MysqlIO.send(MysqlIO.java:3728)
  47. [08:10:02] [Server thread/WARN]:         ... 15 more
复制代码
版本:1.12.2


我怀疑是Yum或者是GlobalShop的问题

也可能是数据库的问题

但是GlobalShop我已经重新安装和检查过配置文件并没有问题

数据库我也检查过了也没有任何问题还是能链接能用游戏没问题

就是后台疯狂刷这个报错

也可能是核心的问题

麻烦各位帮我看一下这么解决






xinyang0326
看看是不是CoreProtect的锅,删了看看会不会出现,不会的话换个版本装回去,这个插件有时候经常抽风!

绿奈
xinyang0326 发表于 2019-5-2 10:09
看看是不是CoreProtect的锅,删了看看会不会出现,不会的话换个版本装回去,这个插件有时候经常抽风! ...

我没有安装这个插件