Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.36 KB | None | 0 0
  1. PlotSquared - ERROR REPORT - RejectedExecutionException
  2. Task java.util.concurrent.CompletableFuture$AsyncRun@7ba80619 rejected from java.util.concurrent.ThreadPoolExecutor@158a74[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 16]
  3.  #1: LINE -1 in FILE null (java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution)
  4.  #2: LINE -1 in FILE null (java.util.concurrent.ThreadPoolExecutor.reject)
  5.  #3: LINE -1 in FILE null (java.util.concurrent.ThreadPoolExecutor.execute)
  6.  #4: LINE -1 in FILE null (java.util.concurrent.CompletableFuture.asyncRunStage)
  7.  #5: LINE -1 in FILE null (java.util.concurrent.CompletableFuture.runAsync)
  8.  #6: LINE 67 in FILE ADPScheduler.java (com.alessiodp.parties.core.common.scheduling.ADPScheduler.runAsync)
  9.  #7: LINE 40 in FILE CommandUtils.java (com.alessiodp.parties.core.common.commands.utils.CommandUtils.executeCommand)
  10.  #8: LINE 43 in FILE CommandP.java (com.alessiodp.parties.common.commands.main.CommandP.onCommand)
  11.  #9: LINE 33 in FILE BukkitCommandImpl.java (com.alessiodp.parties.core.bukkit.commands.utils.BukkitCommandImpl.onCommand)
  12.  #10: LINE 44 in FILE PluginCommand.java (org.bukkit.command.PluginCommand.execute)
  13.  #11: LINE 95 in FILE FakeSimpleCommandMap.java (us.Myles.PWP.FakeSimpleCommandMap.dispatch)
  14.  #12: LINE 82 in FILE CustomCommandMap.java (gyurix.commands.CustomCommandMap.dispatch)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement