Advertisement
thevipershowita

Untitled

Oct 27th, 2019
490
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 27.10 20:01:03 [Server] INFO [LastLoginAPI] Disabling LastLoginAPI
  2. 27.10 20:01:06 [Server] WARN java.util.concurrent.CompletionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.CompletableFuture$AsyncRun@1ab22100 rejected from java.util.concurrent.ThreadPoolExecutor@5fb0bc32[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 7]
  3. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
  4. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
  5. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1629)
  6. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  7. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  8. 27.10 20:01:06 [Server] WARN at java.lang.Thread.run(Thread.java:748)
  9. 27.10 20:01:06 [Server] WARN Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.CompletableFuture$AsyncRun@1ab22100 rejected from java.util.concurrent.ThreadPoolExecutor@5fb0bc32[Shutting down, pool size = 2, active threads = 2, queued tasks = 0, completed tasks = 7]
  10. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  11. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  12. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
  13. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.asyncRunStage(CompletableFuture.java:1640)
  14. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.runAsync(CompletableFuture.java:1858)
  15. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.core.common.scheduling.ADPScheduler.runAsync(ADPScheduler.java:67)
  16. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.storage.LLDatabaseManager.updatePlayer(LLDatabaseManager.java:45)
  17. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.players.objects.LLPlayerImpl.updatePlayer(LLPlayerImpl.java:45)
  18. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.players.objects.LLPlayerImpl.setLastLogout(LLPlayerImpl.java:93)
  19. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.players.objects.LLPlayerImpl.updateLastLogout(LLPlayerImpl.java:70)
  20. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.listeners.JoinLeaveListener.lambda$onPlayerQuit$1(JoinLeaveListener.java:32)
  21. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
  22. 27.10 20:01:06 [Server] WARN ... 3 more
  23. 27.10 20:01:06 [Server] WARN java.util.concurrent.CompletionException: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.CompletableFuture$AsyncRun@be2575a rejected from java.util.concurrent.ThreadPoolExecutor@5fb0bc32[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 8]
  24. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273)
  25. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280)
  26. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1629)
  27. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  28. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  29. 27.10 20:01:06 [Server] WARN at java.lang.Thread.run(Thread.java:748)
  30. 27.10 20:01:06 [Server] WARN Caused by: java.util.concurrent.RejectedExecutionException: Task java.util.concurrent.CompletableFuture$AsyncRun@be2575a rejected from java.util.concurrent.ThreadPoolExecutor@5fb0bc32[Shutting down, pool size = 1, active threads = 1, queued tasks = 0, completed tasks = 8]
  31. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063)
  32. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830)
  33. 27.10 20:01:06 [Server] WARN at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379)
  34. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.asyncRunStage(CompletableFuture.java:1640)
  35. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture.runAsync(CompletableFuture.java:1858)
  36. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.core.common.scheduling.ADPScheduler.runAsync(ADPScheduler.java:67)
  37. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.storage.LLDatabaseManager.updatePlayer(LLDatabaseManager.java:45)
  38. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.players.objects.LLPlayerImpl.updatePlayer(LLPlayerImpl.java:45)
  39. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.players.objects.LLPlayerImpl.setLastLogout(LLPlayerImpl.java:93)
  40. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.players.objects.LLPlayerImpl.updateLastLogout(LLPlayerImpl.java:70)
  41. 27.10 20:01:06 [Server] WARN at com.alessiodp.lastloginapi.common.listeners.JoinLeaveListener.lambda$onPlayerQuit$1(JoinLeaveListener.java:32)
  42. 27.10 20:01:06 [Server] WARN at java.util.concurrent.CompletableFuture$AsyncRun.run(CompletableFuture.java:1626)
  43. 27.10 20:01:06 [Server] WARN ... 3 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement