Advertisement
Tyluur

Untitled

Sep 2nd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.Sched
  2. uledThreadPoolExecutor$ScheduledFutureTask@40c64035 rejected from java.util.conc
  3. urrent.ScheduledThreadPoolExecutor@507870c1[Shutting down, pool size = 1, active
  4. threads = 1, queued tasks = 225, completed tasks = 7723]
  5. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution
  6. (Unknown Source)
  7. at java.util.concurrent.ThreadPoolExecutor.reject(Unknown Source)
  8. at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(Unkno
  9. wn Source)
  10. at java.util.concurrent.ScheduledThreadPoolExecutor.schedule(Unknown Sou
  11. rce)
  12. at java.util.concurrent.Executors$DelegatedScheduledExecutorService.sche
  13. dule(Unknown Source)
  14. at com.rs.game.npc.NPC.setRespawnTask(NPC.java:559)
  15. at com.rs.game.npc.NPC$11.run(NPC.java:610)
  16. at com.rs.game.tasks.WorldTasksManager.processTasks(WorldTasksManager.ja
  17. va:19)
  18. at com.rs.cores.WorldThread.run(WorldThread.java:23)
  19. Sep 02, 2012 5:24:08 PM com.rs.game.player.content.grandexchange.WorldOffers sav
  20. eOffers
  21. INFO: Saved 258 grand exchange offers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement