In your first thread, it was mentioned that, you need to take thread dump for Analytic engine… but the process that was listed from your grep is not AE… It is IS…
Issue the command as below…
ps -es | grep analysis
You should see an entries like below…
webmadmn 19949 1 0 Dec18 ? 00:00:00 /opt/softwareag/optimize/…/common/bin/wrapper -c /opt/softwareag/optimize/analysis/conf/wrapper.conf
webmadmn 20136 19949 0 Dec18 ? 01:12:48 /opt/softwareag/jvm/jvm160/bin/java -server -Doptimize.
In fact, you would see two entries… one for AE and another for its corresponding wrapper.conf… In case if you would like to kill the running AE, you have to issue kill -9 command for both the process ids…
Make sure you are passing the right value of process id’s as you might be referring to threaddump of IS thinking it is AE…
HTH
Senthil
#If-it-doesn-t-fit-anywhere-else#webMethods#webMethods-Archive