Notice
Recent Posts
Recent Comments
Link
목록Authentication (1)
WAS 엔지니어
[Error] authentication for user denied
생각지도 못한 이유로 에러 발생 startA.sh 스크립트에서 옵션으로 넣어 둔 USER_MEM_ARGS="${USER_MEM_ARGS} -Dweblogic.system.BootIdentityFile=./boot.properties" 부분에서 에러 발생 boot.properties 파일의 위치를 잘 확인 할 것 계속 security 디렉토리에 boot.properties 파일을 넣어놓고 기동 에러의 이유를 찾았는데 위의 옵션을 보면 ./boot.properties 로 저 옵션이 들어있는 startA.sh 스크립트의 위치에 boot.properties 파일이 있어야 기동이 되는 것이었다. 파일 위치를 먼저 확인 할 것....
WAS/WebLogic
2022. 9. 26. 16:01