1.异常描述

OpenJDK  Runtime Environment (build 1.6.0-b09)
OpenJDK Server VM (build 1.6.0-b09, mixed mode)
Starting WLS with line:
/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0/bin/java -server   -Xms256m -Xmx512m  -XX:MaxPermSize=128m -Dweblogic.Name=server_68_96 -Djava.security.policy=/weblogic/bea/wlserver_10.3/server/lib/weblogic.policy   -da -Dplatform.home=/weblogic/bea/wlserver_10.3 -Dwls.home=/weblogic/bea/wlserver_10.3/server -Dweblogic.home=/weblogic/bea/wlserver_10.3/server   -Dweblogic.management.discover=false -Dweblogic.management.server=10.32.66.193:9001  -Duser.timezone=GMT+08 -Djava.security.egd=file:/dev/./urandom -DUseSunHttpHandler=true-Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=false -Dweblogic.ext.dirs=/weblogic/bea/patch_wls1032/profiles/default/sysext_manifest_classpath  weblogic.Server
<Oct 25, 2018 12:58:10 PM GMT+08:00> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with OpenJDK Server VM Version 1.6.0-b09 from Sun Microsystems Inc.>
<Oct 25, 2018 12:58:11 PM GMT+08:00> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.2.0  Tue Oct 20 12:16:15 PDT 2009 1267925 >
<Oct 25, 2018 12:58:13 PM GMT+08:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
<Oct 25, 2018 12:58:13 PM GMT+08:00> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
<Oct 25, 2018 12:58:13 PM GMT+08:00> <Notice> <Log Management> <BEA-170019> <The server log file /weblogic/bea/user_projects/domains/trans/servers/server_68_96/logs/server_68_96.log is opened. All server side log events will be written to this file.>
<Oct 25, 2018 12:58:18 PM GMT+08:00> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
<Oct 25, 2018 12:58:18 PM GMT+08:00> <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.>
<Oct 25, 2018 12:58:18 PM GMT+08:00> <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:875)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:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exceptionat weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:244)at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)at java.security.AccessController.doPrivileged(Native Method)at com.bea.common.security.internal.service.LoginModuleWrapper.login(LoginModuleWrapper.java:106)at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)Truncated. see log file for complete stacktrace
>
<Oct 25, 2018 12:58:18 PM GMT+08:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FAILED>
<Oct 25, 2018 12:58:18 PM GMT+08:00> <Error> <WebLogicServer> <BEA-000383> <A critical service failed. The server will shut itself down>
<Oct 25, 2018 12:58:18 PM GMT+08:00> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> 

2.解决方案

2.1.可能是你的boot.properties文件写错了

2.2.需要把下面的文件夹删除

user_projects/domains/base_domain/servers/…)/data/ldap

weblogic异常之 [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authen相关推荐

  1. 链接KAFKA异常:Authentication failed during authentication due to invalid credentials with SASL mechanism

    使用带kerberos 认证的Kafka客户端链接kafka 创建topic 出现如下异常:Authentication failed during authentication due to inv ...

  2. git使用之fatal: Authentication failed for 【】异常

    在项目开发中经常会使用git版本库,由于在开发环境上很可能并没有git仓库,此时就需要初始化一个git仓库,使用命令 git init(注意:这里可能会造成环境的严重影响,强烈建议将你要部署仓库的代码 ...

  3. svn: E215004: Authentication failed

    Linux环境配置安装好SVN服务器后,输入命令: svn co svn:// IP : PORT 结果返回Authentication failed [root]@iZ23whn33Z conf]# ...

  4. WCF分布式开发常见错误(26):Authentication failed

    这个也是WCF分布式安全开发实践过程里常见的错误.  验证失败,因为远端已经关闭传输流.     WCF 传输安全模式下,客户端和服务器端使用证书进行验证.WSHttpBinding.启动服务宿主程序 ...

  5. ‘Authentication failed.‘ on server xx.xx.xxx.x:27017. The full response is { “ok“ : 0.0, “errmsg“

    异常产生环境 在SpringBoot项目中使用yml文件连接mongodb产生(mongodb带密码验证) 异常描述 com.mongodb.MongoCommandException: Comman ...

  6. spring boot 使用 javax.mail发送邮件常见错误Authentication failed、Mail server connection failed

    最近做系统内审批业务,需要发送邮件,在本地使用公司邮箱测试时,是没有问题的,没有使用发件服务器验证: 项目使用的是spring boot 2.x; 初始配置文件: spring:mail:host: ...

  7. 数据库工具连接Mysql报Password authentication failed错误

    最近项目需要用mysql数据库,同事把一个新安装的数据交给我使用,没想到一步一个坑,在此记录一下遇到的这个问题. 问题描述 使用navicat数据库工具连接mysql时,弹出了"Passwo ...

  8. mysql authentication_MySQL连接抛出Authentication Failed错误的分析与解决思路

    [问题描述] 在应用端,偶尔看到有如下报错: Authentication to host 'xxxx' for user 'yyyy' using method 'mysql_native_pass ...

  9. mysql authentication_MySQL Authentication Failed问题分析与解决对策

    原标题:MySQL Authentication Failed问题分析与解决对策 作者介绍 姜宇祥,2012年加入携程,10年数据库核心代码开发经验,相关开发涉及达梦.MySQL数据库.现致力于携程M ...

  10. 163邮箱报错: 535 Error: authentication failed

    今天更换新的异常信息发件邮箱,重新申请了一个新邮箱,SMTP功能已经开通,调用java代码报异常,错误信息为:535 Error: authentication failed.经过网上查证,原来新的1 ...

最新文章

  1. [CES 2018] 联想公布全球首款Daydream一体机,第二季度或将发售
  2. linux内核中send与recv函数详解
  3. MySQL事务的提交
  4. ir2104s的自举电容_电赛必备,IR2104S半桥驱动MOS管电机驱动板(PCB工程文件+磁悬浮代码)...
  5. JSK-8 字符串长度【入门】
  6. 成功自我暗示三大规律
  7. Windows官方系统镜像下载及相关介绍
  8. 自动寻路之 --AStar算法
  9. 深度学习(花书)+ 动手学深度学习(李沐)资料链接整理
  10. 樽海鞘算法(Salp Swarm Algorithm: SSA)
  11. 基于asp.net719圆通快递物流管理系统
  12. 用auto.js写一个自动刷快手抖音视频的小玩意
  13. java实现T检验(Ttest)
  14. 信阳市的计算机本科学校,郭华平 - 信阳师范学院 - 计算机与信息技术学院
  15. 使用xpath批量爬取堆糖图片
  16. WIN10 Localhost 无法打开 怎么解决
  17. FreeIPA FreeRadius FreeOTP 实现双因素认证登录
  18. 洛谷P4417 [COCI2006-2007#2] STOL
  19. 全程无坑手撸k8s集群
  20. 说话人识别的特征选取

热门文章

  1. 未来教育全国计算机考试,未来教育.全国计算机等级考试
  2. 完全背包问题(Java)
  3. Spark学习:Win10中编译Spark源码
  4. 电脑如何开启卓越性能模式
  5. 基于Modelica的起落架摆震建模
  6. 链表哈夫曼树--编码--解码
  7. 关于Unity 接入VR镜头的设置
  8. vm16安装efi win7 方案
  9. 来自ThoughtWorks肖然的推荐
  10. PAT题集2019.6.25排名变动