Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. 12:33 AM]: [ATTENTION]: ERROR OC
  2. CURED WITH MYSQL QUERY
  3. com.mysql.jdbc.exceptions.jdbc4.MySQLNonTransientConnectionException: No
  4. operations allowed after connection closed.Connection was implicitly closed due
  5. to underlying exception/error:
  6.  
  7.  
  8. ** BEGIN NESTED EXCEPTION **
  9.  
  10. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException
  11. MESSAGE: Communications link failure
  12.  
  13. The last packet successfully received from the server was 49,654 milliseconds ag
  14. o. The last packet sent successfully to the server was 17 milliseconds ago.
  15.  
  16. STACKTRACE:
  17.  
  18. com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link fai
  19. lure
  20.  
  21. The last packet successfully received from the server was 49,654 milliseconds ag
  22. o. The last packet sent successfully to the server was 17 milliseconds ago.
  23. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  24.  
  25. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  26.  
  27. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Sou
  28. rce)
  29. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  30. at com.mysql.jdbc.Util.handleNewInstance(Util.java:406)
  31. at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1
  32. 074)
  33. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:3030)
  34. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2916)
  35. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3459)
  36. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1957)
  37. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2107)
  38. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2642)
  39. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2571)
  40. at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1451)
  41. at server.util.SQLConnection.CheckBAN(SQLConnection.java:107)
  42. at server.net.RS2LoginProtocolDecoder.load(RS2LoginProtocolDecoder.java:
  43. 178)
  44. at server.net.RS2LoginProtocolDecoder.doDecode(RS2LoginProtocolDecoder.j
  45. ava:126)
  46. at org.apache.mina.filter.codec.CumulativeProtocolDecoder.decode(Cumulat
  47. iveProtocolDecoder.java:133)
  48. at org.apache.mina.filter.codec.ProtocolCodecFilter.messageReceived(Prot
  49. ocolCodecFilter.java:158)
  50. at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
  51. eceived(AbstractIoFilterChain.java:299)
  52. at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
  53. ractIoFilterChain.java:53)
  54. at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
  55. ageReceived(AbstractIoFilterChain.java:648)
  56. at org.apache.mina.common.IoFilterAdapter.messageReceived(IoFilterAdapte
  57. r.java:80)
  58. at org.apache.mina.common.support.AbstractIoFilterChain.callNextMessageR
  59. eceived(AbstractIoFilterChain.java:299)
  60. at org.apache.mina.common.support.AbstractIoFilterChain.access$1100(Abst
  61. ractIoFilterChain.java:53)
  62. at org.apache.mina.common.support.AbstractIoFilterChain$EntryImpl$1.mess
  63. ageReceived(AbstractIoFilterChain.java:648)
  64. at org.apache.mina.filter.executor.ExecutorFilter.processEvent(ExecutorF
  65. ilter.java:220)
  66. at org.apache.mina.filter.executor.ExecutorFilter$ProcessEventsRunnable.
  67. run(ExecutorFilter.java:264)
  68. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  69. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  70. at org.apache.mina.util.NamePreservingRunnable.run(NamePreservingRunnabl
  71. e.java:51)
  72. at java.lang.Thread.run(Unknown Source)
  73. Caused by: java.io.EOFException: Can not read response from server. Expected to
  74. read 4 bytes, read 0 bytes before connection was unexpectedly lost.
  75. at com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2475)
  76. at com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2927)
  77. ... 25 more
  78.  
  79.  
  80. ** END NESTED EXCEPTION **
  81.  
  82.  
  83. END OF ERROR!
  84. [11/1/14 12:33 AM]: INSERT INTO `server_chatlogs` (`player`, `text`) VALUES ('Da
  85. tastreak','fag ');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement