Advertisement
Guest User

theTardis EXCEPTION

a guest
Jun 15th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. java.sql.SQLException: Operation not allowed after ResultSet closed
  2. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1086)
  3. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:989)
  4. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:975)
  5. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:920)
  6. at com.mysql.jdbc.ResultSetImpl.checkClosed(ResultSetImpl.java:800)
  7. at com.mysql.jdbc.ResultSetImpl.next(ResultSetImpl.java:6983)
  8. at theTardis.OneTimeMessages.oneTime(OneTimeMessages.java:421)
  9. at theTardis.Background.onJoin(Background.java:21)
  10. at org.pircbotx.hooks.ListenerAdapter.onEvent(ListenerAdapter.java:67)
  11. at org.pircbotx.hooks.managers.ThreadedListenerManager$1.call(ThreadedListenerManager.java:118)
  12. at org.pircbotx.hooks.managers.ThreadedListenerManager$1.call(ThreadedListenerManager.java:113)
  13. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  14. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  15. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  16. at java.lang.Thread.run(Thread.java:748)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement