반응형

WebLogic 8.1

1. cd $DOMAIN_HOME

2. . ./setEnv.sh

3. DefaultAuthenticatorInit.ldift 백업

4. java weblogic.security.utils.AdminAccount <id> <password> .    <---- "." 꼭 찍을것

5. $DOMAIN_HOME/<SERVER_NAME> 디렉터리 mv

mv DefaultAuthenticatormyrealmInit.initialized DefaultAuthenticatormyrealmInit.initialized.20160527

6. boot.properties 수정

7. stopt 스크립트 수정

8. 재기동

 

 

 

WebLogic 9 ~ higher

1. cd $DOMAIN_HOME/bin

2. . ./setDomainEnv.sh

3  $DOMAIN_HOME/security 디렉토리 cp 백업

4. cd $DOMAIN_HOME/security

5. java weblogic.security.utils.AdminAccount <id> <password> .    <---- "." 꼭 찍을것

6. $DOMAIN_HOME/servers/<SERVER_NAME> 디렉토리 mv

7. boot.properties 내용 변경

8. 서버 재기동

 

 

 

위 설정 후 기동시 아래와 같이 에러가 나면

####<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)

>

1. boot.properties를 새로 만든다.

2. servers의 서버디렉토리 삭제를 한다.

 

 

반응형

+ Recent posts