Concurrent Managers don't go down
Hi
In EBSR12.1.3 environment (2 AP node and 1 DB node non-PCP)
Concurrent Manager can not shut down by adcmctl.sh stop,(adcmctl.sh: exiting with status 0)
using ps -ef | grep <SID> to check,found the following process still exist.
------
FNDLIBR
FNDSM
INCTM
RCVOLTM
POXCON
java -DCLIENT_PROCESSID XXXX
-------
Checked fnd_concurrent_requests, no running request during that time.
After that,run adcmctl.sh stop abort,in ICM log file,we can found the following messages,It shows that ICM get shut down
Shutting down Internal Concurrent Manager : 28-JAN-2015 10:24:41
The internal concurrent manager has terminated successfully - exiting.
but using ps -ef | grep <SID> to check process,found some processes still exist.