weblogic - <BEA-141281> <unable to get file lock, will retry ...>
....
There are 1 nested errors:
weblogic.management.ManagementException: Unable to obtain lock on /data01/weblogic/Oracle/Middleware/user_projects/domains/adf_domain/servers/AdminServer/tmp/AdminServer.lok. Server may already be running
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:206)
at weblogic.management.internal.ServerLocks.getServerLock(ServerLocks.java:206)
.....
at weblogic.Server.main(Server.java:71)
at weblogic.Server.main(Server.java:71)
-bash-3.2$ cd Middleware/
-bash-3.2$ ls
domain-registry.xml jrockit_160_29_D1.2.0-10 modules oracle_common registry.xml utils
jdk160_29 logs ocm.rsp registry.dat user_projects wlserver_10.3
-bash-3.2$
-bash-3.2$ find . -name *.lok
./user_projects/domains/adf_domain/edit.lok
./user_projects/domains/adf_domain/servers/ADFServer/tmp/ADFServer.lok
./user_projects/domains/adf_domain/servers/ADFServer/data/ldap/ldapfiles/EmbeddedLDAP.lok
./user_projects/domains/adf_domain/servers/AdminServer/tmp/AdminServer.lok
./user_projects/domains/adf_domain/config/config.lok
-bash-3.2$
刪除即可。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/35489/viewspace-733843/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- WebLogic啟動報Could not get the server file lockWebServer
- apt could not get lockAPT
- file_get_content s()獲取https出現這個錯誤Unable to find the wrapperHTTPAPP
- file_get_content
- ftp_rawlist: Unable to create temporary file.FTP
- MySQL的GET_LOCK函式MySql函式
- ubuntu解決Could not get lock /var/lib/dpkg/lock-frontendUbuntu
- Linux報錯:Could not get lock /var/lib/dpkg/lock-frontendLinux
- ThunderSoft File Lock for Mac檔案鎖Mac
- git SSL certificate problem: unable to get local issuer certificateGit
- "Visual Studio Code is unable to watch for file changes in this large workspace"
- Android:Unexpected lock protocol found in lock file. Expected 3, found 0.AndroidProtocol
- oracle ORA-01157: cannot identify/lock data file 64OracleIDE
- [GuzzleHttp\Exception\RequestException] cURL error 60: SSL certificate problem: unable to get localHTTPExceptionError
- GIT clone報錯: SSL certificate problem: unable to get local issuer certificateGit
- Unable to read TLD "META-INF/c.tld" from JAR fileJAR
- How to get the exact duration of an audio file in js All In OneJS
- file_get_contents傳送post請求
- sudo apt update時報錯 E: Unable to lock directory /var/lib/apt/lists/APT
- 【rac故障】root.sh報錯Unable to get VIP info for new node
- git拉取程式碼報錯filename too long unable to create fileGit
- PHP file_get_contents 與 curl 效能比較PHP
- Spring RetrySpring
- Unable to execute SonarScanner analysis: Fail to get bootstrap index from server: Host is unreachable(Host unreachable)AIbootIndexServer
- windows 環境下使用 Node.js 遇到 unable to get local issuer certificateWindowsNode.js
- Latex編譯錯誤:Unable to load picture or PDF file 問題解決編譯
- 解決問題:OSError: Unable to open file (truncated file: eof = 22118400, sblock->base_addr = 0, stored_eofErrorBloC
- java retry(重試) spring retry, guava retrying 詳解JavaSpringGuava
- [重慶思莊每日技術分享]-PSU實施異常unable to get oracle owner forOracle
- c/c++語言函式 stat, fstat, lstat, fstatat - get file statusC++函式
- Visual C++ generate uuid via UuidCreate and CoCreateGuid,get time now,write string to fileC++GUI
- Node.js 應用訪問 https 伺服器時遇到 unable to get local issuer certificateNode.jsHTTP伺服器
- 關於使用 git 命令列時遇到的錯誤訊息 unable to get local issuer certificateGit命令列
- [重慶思莊每日技術分享]-11G 打補丁遇到:unable to get oracle owner forOracle
- 一文搞懂 $_POST 和 file_get_contents ("PHP://input") 的區別PHP
- ThunderSoft File Lock for mac(MacOS檔案隱藏軟體) v1.0.0啟用版Mac
- Hacking weblogicWeb
- Ubuntu apt-get安裝時提示無法獲得鎖 /var/lib/dpkg/lock - openUbuntuapt-get
- curl的速度為什麼比file_get_contents快以及具體原因