日韩性视频-久久久蜜桃-www中文字幕-在线中文字幕av-亚洲欧美一区二区三区四区-撸久久-香蕉视频一区-久久无码精品丰满人妻-国产高潮av-激情福利社-日韩av网址大全-国产精品久久999-日本五十路在线-性欧美在线-久久99精品波多结衣一区-男女午夜免费视频-黑人极品ⅴideos精品欧美棵-人人妻人人澡人人爽精品欧美一区-日韩一区在线看-欧美a级在线免费观看

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 > 编程资源 > 编程问答 >内容正文

编程问答

BEA-141281 unable to get file lock, will retry ...

發(fā)布時間:2025/3/20 编程问答 26 豆豆
生活随笔 收集整理的這篇文章主要介紹了 BEA-141281 unable to get file lock, will retry ... 小編覺得挺不錯的,現(xiàn)在分享給大家,幫大家做個參考.

原文:http://gdutlzh.blog.163.com/blog/static/164746951201291903824812/

<BEA-141281> <unable to get file lock, will retry ...> ?

I ran into this error the first time I restarted Weblogic on one of my installs, the only reference that I was able to find is the error description below:

BEA-141281

Info:?unable to get file lock, will retry …

Description

This message indicates that WLS can not get file lock because other process still holds the lock. W LS will try again before timeout.

Cause

This is an information-level message only.

Action

If WLS fails to start due to unable to get file lock, then lock files need to be removed manually before restart WLS.

The funny thing is that it tells you to remove the locks but doesn’t provide their location, if you are running OBIEE 11g you can remove AdminServer.lok from:

d:\oracle\fmw\user_projects\domains\bifoundation_domain\servers\AdminServer\tmp

If you are not using Weblogic in the context of Oracle Busines Intelligence you can do a file search for any lok files under your middleware home (d:\oracle\fmw).

------------------------------------------------

概述

由于先前服務器直接down掉了,所有進程都非正常的進行關閉了,也就導致了下次啟動weblogic的時候報了以下錯誤:

<2012-3-2 下午05時08分34秒 CST> <Info> <Management> <BEA-141281> <unable to get file lock, will retry …>?
<2012-3-2 下午05時08分44秒 CST> <Info> <Management> <BEA-141281> <unable to get file lock, will retry …>

解決辦法

一.刪掉Domain下的*.lok文件

1. 刪除edit.lok

進入到domain_home下:

cd /u01/Oracle/Middleware/user_projects/domains/idm_domain

將edit.lok文件刪掉

rm edit.lok

2.刪除config.lok

進入到domain_home/config下:

cd /u01/Oracle/Middleware/user_projects/domains/idm_domain/config/

將config.lok文件刪掉

rm config.lok

3.刪除AdminServer.lok

cd /u01/Oracle/Middleware/user_projects/domains/idm_domain/servers/AdminServer/tmp

rm AdminServer.lok

4.刪除EmbeddedLDAP.lok

/u01/Oracle/Middleware/user_projects/domains/idm_domain/servers/AdminServer/data/ldap/ldapfiles

rm EmbeddedLDAP.lok

二.刪掉Domain下的*.DAT文件:

進入到domain_home當中

cd /u01/Oracle/Middleware/user_projects/domains/idm_domain

找到文件被刪掉

[oracle@idm idm_domain]$ find servers/ -name "*.DAT"?
servers/AdminServer/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT?
servers/AdminServer/data/store/default/_WLS_ADMINSERVER000000.DAT

重新啟動weblogic,搞定!

總結(jié)

以上是生活随笔為你收集整理的BEA-141281 unable to get file lock, will retry ...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網(wǎng)站內(nèi)容還不錯,歡迎將生活随笔推薦給好友。