상세 컨텐츠

본문 제목

BEA-000386 realm 변경 후 weblogic Error

Oracle/Weblogic

by 야솔아빠 2012. 3. 6. 16:48

본문

반응형

Weblogic console에서 realm 변경 후 아래와 같이 에러가 발생한다면…

####<Mar 6, 2012 6:32:33 AM GMT+00:00> <Notice> <Security> <euospoaf03> <OAF2_11> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1331015553447> <BEA-090082> <Security initializing using security realm oafrealm.>
####<Mar 6, 2012 6:32:33 AM GMT+00:00> <Critical> <Security> <euospoaf03> <OAF2_11> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1331015553473> <BEA-090402> <Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.>
####<Mar 6, 2012 6:32:33 AM GMT+00:00> <Critical> <WebLogicServer> <euospoaf03> <OAF2_11> <main> <<WLS Kernel>> <> <> <1331015553474> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
weblogic.security.SecurityInitializationException: Authentication denied: Boot identity not valid; The user name and/or password from the boot identity file (boot.properties) is not valid. The boot identity may have been changed since the boot identity file was created. Please edit and update the boot identity file with the proper values of username and password. The first time the updated boot identity file is used to start the server, these new values are encrypted.
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(Unknown Source)
        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(Unknown Source)
        at weblogic.security.service.SecurityServiceManager.initialize(Unknown Source)
        at weblogic.security.SecurityService.start(SecurityService.java:141)
        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
        at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
>
####<Mar 6, 2012 6:32:33 AM GMT+00:00> <Notice> <WebLogicServer> <euospoaf03> <OAF2_11> <main> <<WLS Kernel>> <> <> <1331015553580> <BEA-000365> <Server state changed to FAILED>
####<Mar 6, 2012 6:32:33 AM GMT+00:00> <Error> <WebLogicServer> <euospoaf03> <OAF2_11> <main> <<WLS Kernel>> <> <> <1331015553580> <BEA-000383> <A critical service failed. The server will shut itself down>
####<Mar 6, 2012 6:32:33 AM GMT+00:00> <Notice> <WebLogicServer> <euospoaf03> <OAF2_11> <main> <<WLS Kernel>> <> <> <1331015553582> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN>
####<Mar 6, 2012 6:32:33 AM GMT+00:00> <Info> <WebLogicServer> <euospoaf03> <OAF2_11> <main> <<WLS Kernel>> <> <> <1331015553591> <BEA-000236> <Stopping execute threads.>

 

해결방법

1. domian home directory에서 boot.properties 를 삭제하고 다시 만듭니다.

내용은 아래 정보로 입력합니다.

username=weblogic

password=weblogic(실제 암호)

2. domain_home/servers에서 weblogic instance 를 삭제합니다. rm –Rf {instance name}

반응형

관련글 더보기

댓글 영역