posts - 23,  comments - 3,  trackbacks - 0
昨天配了两个weblogic节点,但是怎么也启动不起来。以前这种操作做了十几次了,没遇到过这种问题。
错误如下:
weblogic.security.SecurityInitializationException: 認証が拒否されました。起動アイデンティティが有効ではありません。起動アイデンティティ・ファイル(boot.properties)のユーザー名またはパスワード(もしくはその双方)が有効ではありません。起動アイデンティティ・ファイルが作成された後に起動アイデンティティが変更されていることが考えられます。適切な値のユーザー名およびパスワードで起動アイデンティティ・ファイルを編集および更新してください。更新された起動アイデンティティ・ファイルを使用して初めてサーバーを起動するときには、それらの値は暗号化されます。
    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:148)
    at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]ユーザーweblogicの認証が失敗しました。weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]予期しない例外が捕捉されました
    at weblogic.security.providers.authentication.LDAPAtnLoginModuleImpl.login(LDAPAtnLoginModuleImpl.java:251)
    at com.bea.common.security.internal.service.LoginModuleWrapper$1.run(LoginModuleWrapper.java:110)
    at java.security.AccessController.doPrivileged(Native Method)
提示用户名和密码问题,但是用户名和密码我很确顶没错。

然后根据这里:
http://bbs.weblogicfans.net/viewthread.php?tid=399&extra=&ordertype=1&page=4
增加了启动参数t3://AdminServerIP:AdminServerPort(以前都是系统默认),发现启动成功。
查看startManagedWebLogic.cmd,发现41行
set ADMIN_URL=XXX,竟然用的是计算机名。。。。。。。。。。。

测试机装完环境,配置集群时,为了便于辨认,修改了计算机名,悲剧的根源。。。。。。
然后发现stopManagedWebLogic.cmd里面用的也是计算机名。。。。。。

计算机名,ip都可能被改,我感觉弄个localhost比啥都强,实在不明白这么做得原因是啥。

不过以后搭建环境时,一定要先把系统要修改的做完,然后再装其他软件。
posted on 2012-01-31 11:25 temper 阅读(2853) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航: