读书人

WebLogicServer启动BEA-000386错误和S

发布时间: 2012-09-06 10:37:01 作者: rapoo

WebLogicServer启动BEA-000386异常和Security:090301


今天启动WebLogic时出现异常,

2012-8-27 上午11时15分58秒 CST> <Critical> <WebLogicServer> <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(CommonSecurityServiceManagerDelegateImpl.java:959)        at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)        at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:873)        at weblogic.security.SecurityService.start(SecurityService.java:141)        at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)        Truncated. see log file for complete stacktraceCaused By: javax.security.auth.login.FailedLoginException: [Security:090304]Authentication Failed: User weblogic javax.security.auth.login.LoginException: [Security:090301]Password Not Supplied        at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:261)        at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)        at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)        Truncated. see log file for complete stacktrace> <2012-8-27 上午11时15分58秒 CST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED> 

网上查是账号密码问题
打开 boot.properties文件 ,发现里面是明文 weblogic/weblogic,

修改密码为密文一个有两个boot.properties文件,路径分别为

/weblogic/bea/user_projects/domains/base_domain/security/

/weblogic/bea/user_projects/domains/base_domain/servers/AdminServer/security/

把内容修改为密文的

#Tue Aug 30 13:46:52 CST 2011password={AES}5dWZkOdEJBSJsn048lw5Fu4h0or0zgWzXCxJIJdAZHk\=username={AES}dvLc3kqQEZJb4gXYO6Du9aOYLv/gdNxr7at2YIcfXRc\=


读书人网 >Web前端

热点推荐