【图解】weblogic.management.ManagementException: [Deployer:149164]The domain edit lock is owned by

短命女 2022-08-10 12:56 75阅读 0赞

在weblogic服务器上两个工程部署来回切换,经常控制台报告以下错误:

  1. <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.'>
  2. <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..
  3. 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.
  4. at weblogic.management.deploy.ApplicationsDirPoller.doActivate(ApplicationsDirPoller.java:246)
  5. at weblogic.management.deploy.GenericAppPoller.doit(GenericAppPoller.java:275)
  6. at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:97)
  7. at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:107)
  8. at weblogic.management.deploy.internal.DeploymentServerService.startAutoDeploymentPoller(DeploymentServerService.java:322)
  9. Truncated. see log file for complete stacktrace
  10. >

解决办法:

1.通过 http://localhost:7001/console/ 进入如下界面,点击:执行锁定并编辑。

SouthEast

2.然后再点击:撤销所有更改

SouthEast 1

3.重新发布部署工程,重新启动服务,问题解决。

发表评论

表情:
评论列表 (有 0 条评论,75人围观)

还没有评论,来说两句吧...

相关阅读