通过并行应用程序部署,我正在谈论摆脱Weblogic部署中的编辑锁定错误.
[Deployer:149163]The domain edit lock is owned by another session in non-exclusive mode - this deployment operation requires exclusive access to the edit lock and hence cannot proceed. If you are using "Automatically Aquire Lock and Activate Changes" in the console,then the lock will expire shortly so retry this operation. -> [Help 1]
我通过谷歌,stackoverflow和oracle本身完成了我的研究,一无所获.
我相信AS强大的像Weblogic应该已经涵盖了这个功能,
有人能帮助我吗?
**编辑1:**
我正在通过一些Ant脚本进行部署,因此并行部署确实是我需要的.
**编辑2:**
我需要通过Ant或Maven之类的自动化进行并行部署,因此手动解锁实际上不是我的选择……