sourcecode

BEA-141297 - 서버 파일 잠금을 가져올 수 없습니다.

codebag 2023. 6. 27. 22:09
반응형

BEA-141297 - 서버 파일 잠금을 가져올 수 없습니다.

Oracle Weblogic Server를 시작할 때 다음 오류가 발생합니다.

<Info> <Management> <BEA-141297> <Could not get the server file lock. Ensure that another server is not running in the same directory. Retrying for another 60 seconds.>

이 오류를 극복하고 서버를 시작하려면 어떻게 해야 합니까?

이 오류는 서버가 이전에 올바르게 종료되지 않았기 때문에 해제할 수 없는 파일 잠금이 있음을 의미합니다.

이 경우 다음 단계를 수행해야 합니다.

  • 다음으로 이동tmp의 폴더$DOMAIN_HOME디렉토리(예:C:\Oracle\Middleware\Oracle_Home\user_projects\domains\mydomain\servers\AdminServer\tmp)
  • 서버 인스턴스의 잠금 파일을 삭제합니다.AdminServer.lok
  • 있는지 확인합니다.java.exe프로세스가 실행 중입니다. 프로세스가 실행되면 안 됩니다.만약 있다면, 그들은 죽여야 할 것입니다.
  • 서버 다시 시작

언급URL : https://stackoverflow.com/questions/33888824/bea-141297-could-not-get-the-server-file-lock

반응형