有用过weblogic cluster 702 for linux的吗?创建完domain和cluster以及两个managed server一个admin server,admin server启动没有问题console也可以进入,但是为什么managed server却不能启动,报security exception等错误,大致如下:
<Jun 18, 2003 7:20:58 AM CST>; <Info>; <net>; <000900>; <Could not open connection
java.net.ConnectException: Connection refused
java.net.ConnectException: Connection refused
......
<Jun 18, 2003 7:20:58 AM CST>; <Error>; <Management>; <141079>; <Error encountered attempting to contact AdminServer at http://192.168.0.247:8888/wl_management_internal2/Bootstrap to obtain configuration information. Will attempt to to start an independent ManagedServer. No server log avaliable, Exception was: java.net.ConnectException: Tried all: '1' addresses, but could not connect over HTTP to server: '192.168.0.247', port: '8888'>;
<Jun 18, 2003 7:21:11 AM CST>; <Notice>; <Management>; <140005>; <Loading configuration /usr/bea/user_projects/clusterdomain/./config.xml>;
相应的managed server log文件如下:
####<Jun 18, 2003 3:54:05 AM CST>; <Info>; <Logging>; <app1>; <app1>; <main>; <kernel identity>; <>; <000000>; <FileLogger Opened at /usr/bea/user_proj
ects/clusterdomain/./app1/app1.log>;
####<Jun 18, 2003 3:54:13 AM CST>; <Info>; <Security>; <app1>; <app1>; <main>; <kernel identity>; <>; <090143>; <The weblogic keystore provider Default
KeyStore in realm myrealm cannot be used for private keys because its configured private key keystore file wlDefaultKeyStore.jks does not exis
t.>;
####<Jun 18, 2003 3:54:13 AM CST>; <Info>; <Security>; <app1>; <app1>; <main>; <kernel identity>; <>; <090142>; <The weblogic keystore provider Default
KeyStore in realm myrealm cannot be used for trusted (root) CAs because its trusted (root) CA keystore was not configured.>;
####<Jun 18, 2003 3:54:13 AM CST>; <Notice>; <Security>; <app1>; <app1>; <main>; <kernel identity>; <>; <090082>; <Security initializing using realm my
realm.>;
####<Jun 18, 2003 3:54:13 AM CST>; <Critical>; <WebLogicServer>; <app1>; <app1>; <main>; <kernel identity>; <>; <000364>; <Server failed during initial
ization. Exception:java.lang.SecurityException: Authentication for user admin denied>;
java.lang.SecurityException: Authentication for user admin denied
at weblogic.security.service.SecurityServiceManager.doBootAuthorization(SecurityServiceManager.java:107
at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1216)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
####<Jun 18, 2003 3:54:13 AM CST>; <Emergency>; <WebLogicServer>; <app1>; <app1>; <main>; <kernel identity>; <>; <000342>; <Unable to initialize the se
rver: Fatal initialization exception
Throwable: java.lang.SecurityException: Authentication for user admin denied
java.lang.SecurityException: Authentication for user admin denied
at weblogic.security.service.SecurityServiceManager.doBootAuthorization(SecurityServiceManager.java:107
at weblogic.security.service.SecurityServiceManager.initialize(SecurityServiceManager.java:1216)
at weblogic.t3.srvr.T3Srvr.initialize1(T3Srvr.java:723)
at weblogic.t3.srvr.T3Srvr.initialize(T3Srvr.java:594)
at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:282)
at weblogic.Server.main(Server.java:32)
>;
有人能告诉我问题出在哪里吗?
--转自