Hi All,

I am trying to deploy a WAR artifact in springDM server. That war artifact contains few Spring Integration components. While deploying WAR itself some times i am getting exception like [Without executing any SI component],

|**ERROR**| org.springframework.integration.handler.LoggingHan dler | org.springframework.core.task.TaskRejectedExceptio n: Executor [java.util.concurrent.ThreadPoolExecutor@21747af5] did not accept task: org
.springframework.integration.util.ErrorHandlingTas kExecutor$1@7fb7d028
at org.springframework.scheduling.concurrent.ThreadPo olTaskExecutor.execute(ThreadPoolTaskExecutor.java :244)

Caused by: java.util.concurrent.RejectedExecutionException
at java.util.concurrent.ThreadPoolExecutor$AbortPolic y.rejectedExecution(ThreadPoolExecutor.java:1768)
at java.util.concurrent.ThreadPoolExecutor.reject(Thr eadPoolExecutor.java:767)


If any one have idea about this,
What are all the possible scenarios to get this issue ?


Thanks in Advance,
Mohan Maligireddy