반응형
<Error> <Security> <BEA-090783> <Server is running in Development Mode and the System Console to read the password securely from the command line was not found. The System Console is not present if stdin, stdout, or stderr is redirected when starting WebLogic Server.>
<Notice> <WebLogicServer> <BEA-000388> <JVM called the WebLogic Server shutdown hook. The server will force shutdown now.>
원인
보통 웹로직 기동쉘을 만들어서 실행하였고, 운영모드일경우 발생
해결방법
boot.properties 가 없어서 일 확률이 높다.
boot.properties 를 생성한다
vi boot.properties
-------------------------
username=${admin계정}
password=${admin비밀번호}
해당 boot.properties 를
${DOMAIN_HOME}/servers/${SERVER_NAME}/security/boot.properties
에 위치시키거나
웹로직 기동쉘에 아래 옵션을 추가한다.
-Dweblogic.system.BootIdentityFile=${DOMAIN_HOME}/boot.properties
그리고 위치는 domain_home 에
나는 이미 있는데도 안됐었는데 아래 절차를 따라하니 해결되었음.
1. boot.properties 가 있는데도 나올 경우 boot.properties 를 삭제하고 다시만들어 본다.
2. admin Server 를 재기동 해본다.
3. ${DOMAIN_HOME}/Servers 디렉토리를 백업후 삭제 한다음 다시 실행해본다.
728x90
반응형
'IT 공부 > WebLogic 이슈' 카테고리의 다른 글
[WebLogic] 날짜 yyyymmdd JVM 옵션 (0) | 2024.12.02 |
---|---|
<BEA-171519> <BEA-000362> <BEA-000383> 웹로직 오류 (0) | 2024.10.24 |
[WebLogic] Failed to bind remote object Exception (DataSource) 에러 (0) | 2024.08.14 |
[Error] <BEA-090504> Certificate chain received from ... 이슈 (0) | 2024.08.07 |
[Error] <BEA-090403> Authentication for user denied 이슈 (0) | 2024.08.02 |