weblogic10使用过程中遇到的问题及解决办法

三、

在ManagedServer上部署应用,报错如下:

java.lang.Exception: [DeploymentService:290049]Deploy failed for id '1,226,729,943,484' since no targets are reachable.

 

经查,原来是以weblogic用户启动的AdminServer,而以root用户启动的ManagedServer,在Admin的控制台部署应用时AdminServer没有权限操作ManagedServer,改成以weblogic用户重新启动ManagedServer,问题解决。

 

=============================================
二、

ManagedServer启动报错:

<2010-7-2 下午04时06分08秒 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.>
<2010-7-2 下午04时06分08秒 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)

……

 

经查,原来是启动时把Admin服务器的地址写成了: 127.0.0.1,而在config.xml定义的AdminServer的监听地址是: 145.24.16.158。启动命令如下:

./bin/startManagedWebLogic.sh pese http://127.0.0.1:7901

 

改成:

./bin/startManagedWebLogic.sh pese http://145.24.16.158:7901

 

问题解决。


==========================================


一、

ManagedServer启动时报错:

####<2010-7-2 下午02时16分53秒 GMT+08:00> <Critical> <WebLogicServer> <xmptt2> <pese> <main> <<WLS Kernel>> <> <> <1278051413217> <B
EA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic den
ied
weblogic.security.SecurityInitializationException: Authentication for user weblogic denied

 

解决办法:

This error would occur incase you are having security realm setup on your weblogic server.

Go to Weblogic Admin console
Security Realms>myrealm > Providers >Adjudication> DefaultAdjudicator >Provider Specific
Uncheck Require Unanimous Permit

Restart the server

======================================================

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值