edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException: This exception has no message.
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via MuleSoft JIRA by Benjamin Cox, 1 year ago
via Google Groups by Leegorous, 8 months ago
via wso2.com by Unknown author, 2 years ago
via Google Groups by Po Cheung, 7 months ago
via Google Groups by NabiL, 8 months ago
via Google Groups by Nick Bower, 8 months ago
edu.emory.mathcs.backport.java.util.concurrent.RejectedExecutionException:
at org.mule.util.concurrent.WaitPolicy.rejectedExecution(WaitPolicy.java:56)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:765)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1288)
at org.mule.work.ScheduleWorkExecutor.doExecute(ScheduleWorkExecutor.java:41)
at org.mule.work.MuleWorkManager.executeWork(MuleWorkManager.java:269)
at org.mule.work.MuleWorkManager.scheduleWork(MuleWorkManager.java:232)
at org.mule.model.seda.SedaService.run(SedaService.java:325)
at org.mule.work.WorkerContext.run(WorkerContext.java:310)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1061)
at edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:575)
at java.lang.Thread.run(Thread.java:619)