问题描述
报错:<2012-11-26下午07时40分40秒CST><Info><WebLogicServer><BEA-000377><StartingWebLogicServerwithJavaHotSpot(TM)ClientVMVersion11.3-b02fromSunMicrosystemsInc.><2012-11-26下午07时40分40秒CST><Info><Management><BEA-141107><Version:WebLogicServer10.3.2.0TueOct2012:16:15PDT20091267925><2012-11-26下午07时40分42秒CST><Notice><WebLogicServer><BEA-000365><ServerstatechangedtoSTARTING><2012-11-26下午07时40分42秒CST><Info><WorkManager><BEA-002900><Initializingself-tuningthreadpool><2012-11-26下午07时40分42秒CST><Notice><LoggingService><BEA-320400><ThelogfileC:OracleMiddlewareuser_projectsdomainsbase_domainserversAdminServerlogsAdminServer.logwillberotated.Reopenthelogfileiftailinghasstopped.ThiscanhappenonsomeplatformslikeWindows.><2012-11-26下午07时40分42秒CST><Notice><LoggingService><BEA-320401><ThelogfilehasbeenrotatedtoC:OracleMiddlewareuser_projectsdomainsbase_domainserversAdminServerlogsAdminServer.log00026.LogmessageswillcontinuetobeloggedinC:OracleMiddlewareuser_projectsdomainsbase_domainserversAdminServerlogsAdminServer.log.><2012-11-26下午07时40分42秒CST><Notice><LogManagement><BEA-170019><TheserverlogfileC:OracleMiddlewareuser_projectsdomainsbase_domainserversAdminServerlogsAdminServer.logisopened.Allserversidelogeventswillbewrittentothisfile.><2012-11-26下午07时40分46秒CST><Notice><Security><BEA-090082><Securityinitializingusingsecurityrealmmyrealm.><2012-11-26下午07时40分46秒CST><Critical><Security><BEA-090402><Authenticationdenied:Bootidentitynotvalid;Theusernameand/orpasswordfromthebootidentityfile(boot.properties)isnotvalid.Thebootidentitymayhavebeenchangedsincethebootidentityfilewascreated.Pleaseeditandupdatethebootidentityfilewiththepropervaluesofusernameandpassword.Thefirsttimetheupdatedbootidentityfileisusedtostarttheserver,thesenewvaluesareencrypted.><2012-11-26下午07时40分46秒CST><Critical><WebLogicServer><BEA-000386><Serversubsystemfailed.Reason:weblogic.security.SecurityInitializationException:Authenticationdenied:Bootidentitynotvalid;Theusernameand/orpasswordfromthebootidentityfile(boot.properties)isnotvalid.Thebootidentitymayhavebeenchangedsincethebootidentityfilewascreated.Pleaseeditandupdatethebootidentityfilewiththepropervaluesofusernameandpassword.Thefirsttimetheupdatedbootidentityfileisusedtostarttheserver,thesenewvaluesareencrypted.weblogic.security.SecurityInitializationException:Authenticationdenied:Bootidentitynotvalid;Theusernameand/orpasswordfromthebootidentityfile(boot.properties)isnotvalid.Thebootidentitymayhavebeenchangedsincethebootidentityfilewascreated.Pleaseeditandupdatethebootidentityfilewiththepropervaluesofusernameandpassword.Thefirsttimetheupdatedbootidentityfileisusedtostarttheserver,thesenewvaluesareencrypted.atweblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:959)atweblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1050)atweblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:875)atweblogic.security.SecurityService.start(SecurityService.java:141)atweblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)Truncated.seelogfileforcompletestacktraceCausedBy:javax.security.auth.login.FailedLoginException:[Security:090304]AuthenticationFailed:Userweblogicjavax.security.auth.login.FailedLoginException:[Security:090302]AuthenticationFailed:Userweblogicdeniedatweblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:250)atcom.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)atjava.security.AccessController.doPrivileged(NativeMethod)atcom.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)atsun.reflect.NativeMethodAccessorImpl.invoke0(NativeMethod)Truncated.seelogfileforcompletestacktrace><2012-11-26下午07时40分46秒CST><Notice><WebLogicServer><BEA-000365><ServerstatechangedtoFAILED><2012-11-26下午07时40分46秒CST><Error><WebLogicServer><BEA-000383><Acriticalservicefailed.Theserverwillshutitselfdown><2012-11-26下午07时40分46秒CST><Notice><WebLogicServer><BEA-000365><ServerstatechangedtoFORCE_SHUTTING_DOWN>
解决方案
解决方案二:
好像是用户密码不对
解决方案三:
是的呀今天不小心用root登陆了下还没登陆进去后来再启动weblogic也启动不起来
解决方案四:
然后呢?我也遇到同样的问题请问你是怎么解决的
解决方案五:
仔细理解报的<Critical>信息的意思,需要修改boot.properties中的usernameandpassword两个属性的值,可输入明文(重新启动weblogic会自动将其加密的)。
解决方案六:
引用4楼flxlf的回复:
仔细理解报的<Critical>信息的意思,需要修改boot.properties中的usernameandpassword两个属性的值,可输入明文(重新启动weblogic会自动将其加密的)。
设置了username和password还是出现了相同的问题是什么原因呢?