今天在检查WAS的SystemOut.log时,看到了以下报错:
[6/6/16 21:30:38:062 CST] 00000005 NodeSyncTask E ADMS0015E: The synchronization request cannot be completed because the node agent cannot communicate with the deployment manager.
查到了以下资料:
ADMS0015E=ADMS0015E: The synchronization request cannot be completed because the node agent cannot communicate with the deployment manager.
有以下疑问:1. How to "Check the state of the deployment manager process"?
是在DMGR所在的机器上,执行ps -ef | grep java,还是直接用浏览器打开Console链接?
2. 为什么是DMGR的问题,而不是Node Agent本身的问题?或者是Network的问题?
WAS是商业软件,官方文档说什么,就是什么,这个问题无解了。
3. How to "Restart the deployment manager"?重启DMGR后,是否会对Application产生影响,尤其是在Production Environment?
有很多疑问,需要以下Action:
1. 在本机的测试环境先按照官方文档来操作、测试
2. 向同事和800请教及确认
对于Production Environment,务必小心谨慎、考虑周全,在充分测试后再行动!!!