`
zhuxinzx
  • 浏览: 293837 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

weblogic.security.SecurityInitializationException: Authentication denied: Boot

阅读更多
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)
Truncated. see log file for complete stacktrace










在运行weblogic 的时候抛出了这个异常,再网络上找资料发现,原来是weblogic 的用户名和密码错误。  认真检查了后发现确实是因为用户名写错了,更正后重新运行,异常消失。

更正用户名和密码的地方:选择MyEclipse的Window导航->在弹出的Preferences窗口中选择MyEclipse->选择Application Servers->选择WebLogic8在右边出现的窗口中填写正确的用户名Admin username和密码Admin password。


如果用户名和密码忘记了,要么拷贝一套正确的用户名和密码到boot.properties中
或是重新配置一个domain。




分享到:
评论
2 楼 zhuxinzx 2010-11-25  
fzb215 写道
我也遇到这个问题,问一下,boot.properties里面是加密的,它是与哪里的用户名和密码有错误啊?



更正用户名和密码的地方:选择MyEclipse的Window导航->在弹出的Preferences窗口中选择MyEclipse->选择Application Servers->选择WebLogic8在右边出现的窗口中填写正确的用户名Admin username和密码Admin password。


1 楼 fzb215 2010-11-17  
我也遇到这个问题,问一下,boot.properties里面是加密的,它是与哪里的用户名和密码有错误啊?

相关推荐

    weblogic 认证拒绝 Authentication for user denied

    NULL 博文链接:https://vernonchen163.iteye.com/blog/1995514

    weblogic.jdbc.vendor.oracle.OracleThinBlob jar包下载

    `weblogic.jdbc.vendor.oracle.OracleThinBlob`是Oracle JDBC驱动的一个组件,主要用于处理Oracle数据库中的Blob字段。"Thin"模式意味着它是一种轻量级的驱动,不依赖于Oracle客户端库,而是直接通过网络协议与...

    weblogic API FOR [weblogic.jar]

    5. `weblogic.management.security.AuthenticationProvider`:用于实现WebLogic的安全认证策略。 6. `weblogic.jms.Manager` 和 `weblogic.jms.Session`:用于JMS服务的管理,包括创建和管理队列和主题。 三、使用...

    WebLogic错误 java.lang.AssertionError: Registered more than one

    WebLogic Server是Oracle公司的一款企业级Java应用服务器,它提供了全面的Java EE(现称为Jakarta EE)支持。在WebLogic Server 9.2至10.0版本中,用户可能会遇到一个特定的错误,即“java.lang.AssertionError: ...

    weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB 类型转换解决办法

    这是因为 WebLogic 服务器为了更好地管理和操作数据库连接,会使用自己的包装类 `weblogic.jdbc.wrapper.Clob_oracle_sql_CLOB` 来表示 CLOB 类型的数据,而不是直接使用 Oracle 提供的标准 `oracle.sql.CLOB` 类。...

    WebLogic的安装和配置

    2. 修改`StartWebLogic.sh`脚本,设置`CLASSPATH`环境变量,确保包含所有必需的JAR文件,同时设定`JAVA_HOME`环境变量指向Java SDK的安装位置。这个脚本用于启动WebLogic服务器。 3. 启动WebLogic服务时,需修改`...

    weblogic.xml配置详解

    下面是一个简单的示例,展示了如何在 `weblogic.xml` 文件中配置 `<security-role-assignment>` 和 `<run-as-role-assignment>`: ```xml <security-role-assignment> <role-name>admin <principal-name>wlsadmin...

    weblogic.jdbc.vendor.oracle.OracleResultSet jar包

    其中,WebLogic的JDBC模块是连接数据库的关键组件,而`weblogic.jdbc.vendor.oracle.OracleResultSet`则是这个模块中的一个重要类,主要用于处理Oracle数据库查询结果集。 `OracleResultSet`是WebLogic针对Oracle...

    weblogic.xml配置详解.txt

    weblogic.xml配置详解.txt

    weblogic.jar/wlclient.jar/wls-api.jar相关jar包

    本篇文章将详细讲解标题中提到的`weblogic.jar`、`wlclient.jar`和`wls-api.jar`这三款核心的JAR包及其在WebLogic中的作用。 1. **weblogic.jar**: `weblogic.jar`是WebLogic Server的核心库,包含了运行WebLogic...

    weblogic.xml详解

    weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic.xml详解weblogic...

    weblogic.jar

    本节将详细探讨`weblogic.jar`及其相关的jar包在WebLogic中的作用。 `weblogic.jar`是WebLogic Server的核心库文件,包含了运行WebLogic Server所需的各种类和资源。这个jar包包括了服务器的启动类、管理接口、容器...

    p29814665_122130_Generic.zip

    WebLogic12.2.1.3补丁 p29814665_122130 该补丁合集修复了下面新增的安全漏洞: 29585099 THE BACKPORT OF 27057023 CONTAINS AN ERROR 23071867 AGL DS XA AFFINITY NOT HONORED IN SOME TX LOCAL RESOURCE ...

    weblogic.xml

    《weblogic.xml详解:WebLogic应用部署的关键配置》 在Java EE应用服务器的世界里,WebLogic Server是一款广泛使用的中间件,而weblogic.xml是其核心配置文件之一,它定义了在WebLogic环境中运行Web应用程序的各种...

    weblogic.xml说明

    《weblogic.xml部署文件详解》 weblogic.xml是Oracle WebLogic Server中用于定义Web应用程序部署特性的核心配置文件。这个文件包含了服务器特定的部署描述符元素,这些元素详细描述了Web应用如何在WebLogic环境中...

    weblogic.xml配置详解,web服务器相关配置.zip

    这个压缩包文件“weblogic.xml配置详解,web服务器相关配置.zip”包含了对WebLogic.xml配置文件的详细解释以及与Web服务器相关的设置,特别是针对C#环境的配置。下面将详细介绍WebLogic.xml文件中的关键元素和它们在...

    Weblogic的安装与配置

    * weblogic.system.startupClass.[virtualName]=[fullPackageName]:设置你自己的 RMI,例如:weblogic.system.startupClass.hello=examples.rmi.hello.HelloImpl。 * weblogic.ejb.deploy=/usr/WebLogic/myserver/...

    WeblogicSSL证书部署指南

    WebLogic是Oracle公司提供的一个支持服务端应用开发的中间件平台,广泛应用于构建Java EE应用程序。WebLogic支持多种服务端技术,包括事务管理、安全性、集群、JMS消息服务等。SSL(Secure Sockets Layer)证书是一...

    安装_Weblogic.doc 图形化

    1. 启动管理控制台:在命令行输入`startWebLogic.sh`(Linux)或`startWebLogic.bat`(Windows),启动服务器。 2. 访问WebLogic管理控制台:打开浏览器,输入`http://localhost:7001/console`,使用在安装时设置的...

Global site tag (gtag.js) - Google Analytics