The domain edit lock is owned by another session

简介: 今天疯狂测试,一直在重启,重启。 结果出问题了;( 通过weblogic 9发布部署包之后启动weblogic,控制台报告以下错误,这个错误之前碰到过几次,但是有的时候通过在命令行停止服务,然后再重启可以解决,有的时候不能解决,于是乎,今天看了下这个问题,碰到这个问题的人很多,解决方式我只是找到了一种,错误日志类似如下:<2009-12-8 上午10时01分22秒 CST>

今天疯狂测试,一直在重启,重启。 结果出问题了;(

 

通过weblogic 9发布部署包之后启动weblogic,控制台报告以下错误,这个错误之前碰到过几次,但是有的时候通过在命令行停止服务,然后再重启可以解决,有的时候不能解决,于是乎,今天看了下这个问题,碰到这个问题的人很多,解决方式我只是找到了一种,错误日志类似如下:

<2009-12-8 上午10时01分22秒 CST> <Error> <Application Poller> <BEA-149408> <An exception occurred while deploying an application LendingSystemAPP: 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:98)
 at weblogic.management.deploy.ApplicationsDirPoller.<init>(ApplicationsDirPoller.java:108)
 at weblogic.management.deploy.internal.DeploymentServerService.startAutoDeploymentPoller(DeploymentServerService.java:299)
 Truncated. see log file for complete stacktrace
>

解决方式,不用关闭weblogic,直接进入控制台,登陆进入之后,看左上方的控制编辑状态,应该是处于锁定状态,也就是说“锁定并编辑”是灰色状态,点击下“释放配置”即可,要是不行的话,不要修改右边窗口的任何配置,点击保存,然后再点击“释放配置”,关闭weblogic,然后重启,问题就可以解决。

PS:

BEA-149164   Warning: The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.

Description     The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.
Cause            The domain edit lock is owned by another session in exclusive mode - hence this deployment operation cannot proceed.
Action             Ensure the domain edit lock is available, and try again. If the problem persists, contact BEA support and provide the stack trace for further analysis. 

这段英文没有很深的词,希望您能看明白。

In this case, be sure you click either Activate Changes or Release Configuration in the Change Center of the Administration Console and then rerun the deploy task

 

相关文章
|
8月前
|
Ubuntu 数据安全/隐私保护
All data created during this guest session will be deleted when you log out 问题的解决
All data created during this guest session will be deleted when you log out 问题的解决
EnvironmentNotWritableError: The current user does not have write permissions to the targe...
EnvironmentNotWritableError: The current user does not have write permissions to the targe...
1805 0
callbackend entry point - iwfndcl_mgw_request_manager~read_entity
007. callbackend entry point - /iwfnd/cl_mgw_request_manager~read_entity Created by Wang, Jerry, last modified on Jan 06, 2015
146 0
callbackend entry point - iwfndcl_mgw_request_manager~read_entity
SET UPDATE TASK LOCAL and commit session issue
SET UPDATE TASK LOCAL and commit session issue
114 0
SET UPDATE TASK LOCAL and commit session issue
How to trace Product search UI transaction using SAT - In Parallel Session
How to trace Product search UI transaction using SAT - In Parallel Session
125 0
|
SQL Windows
Unable to determine if the owner (Domain\UserName) of job JOB_NAME has server access
早上巡检的的时候,发现一数据库的作业报如下错误(作业名等敏感信息已经替换),该作业的OWNER为一个域账号: JOB RUN: 'JOB_NAME' was run on 2016-6-1 at 7:00:00 DURATION: 0 hours, 0 minutes, 1 seconds STATUS: Failed MESSAGES: The job failed.
1400 0