標籤:weblogic application exception 伺服器 發布
在weblogic伺服器上兩個工程部署來回切換,經常控制台報告以下錯誤:
<2014-10-14 上午09時30分30秒 CST> <Warning> <Deployer> <BEA-149124> <Failures were detected while initiating deploy task for application '_appsdir_PactInfo_dir'. Error is: '[Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.'> <2014-10-14 上午09時30分30秒 CST> <Error> <Application Poller> <BEA-149408> <An exception occurred while deploying an application _appsdir_PactInfo_dir: weblogic.management.ManagementException: weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed..weblogic.management.ManagementException: weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.at weblogic.management.deploy.ApplicationsDirPoller.doActivate(ApplicationsDirPoller.java:246)at weblogic.management.deploy.GenericAppPoller.doit(GenericAppPoller.java:275)at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:97)at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:107)at weblogic.management.deploy.internal.DeploymentServerService.startAutoDeploymentPoller(DeploymentServerService.java:322)Truncated. see log file for complete stacktrace>
解決辦法:
1.通過 http://localhost:7001/console/ 進入如下介面,點擊:執行鎖定並編輯。
2.然後再點擊:撤銷所有更改
3.重新發布部署工程,重新啟動服務,問題解決。
【圖解】weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by