近来启动WebLogic Managed Server 时出现如下错误:
<Nov 11, 2013 1:04:27 AM PST> <Critical> <Security> <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.>
<Nov 11, 2013 1:04:27 AM PST> <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:960)
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.initialize(CommonSecurityServiceManagerDelegateImpl.java:1054)
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 stacktrace
Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User biadmin weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception
at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
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
>
<Nov 11, 2013 1:04:27 AM PST> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
解决方法:
Follow the following steps:
1: remove the boot.properties file completely from the managed server directory.
2: remove the ManagedServerDir/data/ldap directory completely.
3: Always keep backup of files before removing it.
4: Now try to start the server from the command prompt and provide the username/password used to login to the Admin Console.
./startManagedWebLogic.sh SmartView
分享到:
相关推荐
- **测试与验证**:启动所有Managed Server,确保它们都能正常加入集群,并通过健康检查验证集群的运行状态。 4. **高可用性与故障恢复**: - **故障检测**:WebLogic Server通过心跳机制检测集群内其他服务器的...
Machine用于Node Manager(一个运行在物理服务器上的进程,可以远程重启Admin和Managed Server)重启失败的Managed Server,以及为集群的Managed Servers选择合适的Session存放位置(Session避免存放在同一台Machine...
2. Server启动和停止:了解不同启动和停止选项,处理启动失败等问题。 3. 诊断框架:利用JMX(Java Management Extensions)进行远程诊断。 本教程提供的“Weblogic.pdf”文档将详细讲解这些知识点,帮助读者从基础...
- 添加Managed Server到集群,设置每个Managed Server的主机名、端口和启动参数。 - 配置负载均衡策略,如基于URL的路由或轮询策略。 - 部署应用程序到集群,确保它们被均匀分布到各个Managed Server上。 ### 7. ...
本培训将详细讲解WebLogic Server的安装、配置和启动过程,以及Domain和集群的概念。 1. WebLogic Server的安装: - 在Windows环境下,可以通过双击安装包或在命令行输入安装命令来开始安装。 - 安装过程中需选择...
- **启动配置向导**:成功安装WebLogic Server后,通过开始菜单进入配置向导。 - **创建新配置**:选择创建新的WebLogic配置,采用"Basic WebLogic Server Domain"模板。 - **定制配置**:选择"Custom"选项,以便...
首先,WebLogic中的核心概念包括域(Domain)、集群(Cluster)、管理服务器(Admin Server)和被管服务器(Managed Server)。域是WebLogic服务器的管理单元,包含了服务器实例、集群、数据源、JMS资源等。集群是一...
通过执行`startManagedWebLogic.cmd`命令,你可以启动ManagedServer_1和ProxyServer_1。在机器B上,同样操作,但将管理服务器名称设置为ManagedServer_2。 7. **监控和管理**:在控制台上,你可以看到各个服务器的...
1. **WebLogic服务器管理概述**:WebLogic管理包括对域(Domain)、管理服务器(Admin Server)和受管服务器(Managed Server)的管理。域是WebLogic服务器组织的基本单位,包含一组配置相同的应用服务器,由一个或...
2. **Managed Server启动**:启动BIEE的Managed Server,它是实际运行应用程序的服务器。 3. **BI Services启动**:在Managed Server上启动Oracle BI Presentation Services、Oracle BI Server和其他相关服务。 4. *...
域(Domain)是WebLogic管理的基本单元,包含一个管理服务器(Admin Server)和一个或多个受管服务器(Managed Server)。管理服务器负责整个域的管理和配置,而受管服务器则用于承载实际应用。 #### 启动管理...
这两个日志文件分别记录了BI Managed Server和Admin Server的所有活动,包括但不限于启动、停止、配置更改、安全事件等,是系统级故障排查的重要依据。 ### 四、总结 通过上述详细解析,我们可以看到,OBIEE11g的...
在部署DSP(Data Space Platform)时,可能会遇到各种问题,特别是在尝试扩展已存在的WebLogic域以支持DSP服务时。...如果问题仍然存在,建议查阅WebLogic Server和DSP的官方文档,或者寻求技术支持的帮助。
Java是一种面向对象的编程语言,其核心特性包括继承、多态和封装。继承允许子类继承父类的属性和方法,实现...在WebLogic Server中,开发JDBC应用通常包括配置数据源、编写JDBC代码、测试连接和优化查询性能等步骤。
- 例如,Oracle WebLogic Server、IBM WebSphere Application Server 和 Tomcat 都提供了对JSR 352的支持。 7. **应用场景**: - 数据迁移:从一个数据库系统迁移到另一个。 - 报表生成:批量处理大量数据生成...