首页 新闻 会员 周边

weblogic新建服务器报错

0
[待解决问题]

2011-11-12 上午11时01分40秒 CST> <Critical> <Security> <starscar> <proxy_server> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1321066900535> <BEA-090403> <Authentication for user weblogic denied> 
<2011-11-12 上午11时01分40秒 CST> <Critical> <WebLogicServer> <starscar> <proxy_server> <main> <<WLS Kernel>> <> <> <1321066900538> <BEA-000386> <Server subsystem failed. Reason: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied 
weblogic.security.SecurityInitializationException: Authentication for user weblogic denied 
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:965)
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) 
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) 
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) 

Caused By: javax.security.auth.login.FailedLoginException: [Security:090303]Authentication Failed: User weblogic weblogic.security.providers.authentication.LDAPAtnDelegateException: [Security:090295]caught unexpected exception 
at 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) 
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:597) 
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:769) 
at javax.security.auth.login.LoginContext.access$000(LoginContext.java:186) 
at javax.security.auth.login.LoginContext$4.run(LoginContext.java:683) 
at java.security.AccessController.doPrivileged(Native Method) 
at javax.security.auth.login.LoginContext.invokePriv(LoginContext.java:680) 
at javax.security.auth.login.LoginContext.login(LoginContext.java:579) 
at com.bea.common.security.internal.service.JAASLoginServiceImpl.login(JAASLoginServiceImpl.java:113)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:597) 
at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
at $Proxy16.login(Unknown Source) 
at weblogic.security.service.internal.WLSJAASLoginServiceImpl$ServiceImpl.login(WLSJAASLoginServiceImpl.java:91)
at com.bea.common.security.internal.service.JAASAuthenticationServiceImpl.authenticate(JAASAuthenticationServiceImpl.java:82)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) 
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) 
at java.lang.reflect.Method.invoke(Method.java:597) 
at com.bea.common.security.internal.utils.Delegator$ProxyInvocationHandler.invoke(Delegator.java:57)
at $Proxy34.authenticate(Unknown Source) 
at weblogic.security.service.WLSJAASAuthenticationServiceWrapper.authenticate(WLSJAASAuthenticationServiceWrapper.java:40)
at weblogic.security.service.PrincipalAuthenticator.authenticate(PrincipalAuthenticator.java:348) 
at weblogic.security.service.CommonSecurityServiceManagerDelegateImpl.doBootAuthorization(CommonSecurityServiceManagerDelegateImpl.java:929)
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) 
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201) 
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173) 

<2011-11-12 上午11时01分40秒 CST> <Notice> <WebLogicServer> <starscar> <proxy_server> <main> <<WLS Kernel>> <> <> <1321066900549> <BEA-000365> <Server state changed to FAILED> 
<2011-11-12 上午11时01分40秒 CST> <Error> <WebLogicServer> <starscar> <proxy_server> <main> <<WLS Kernel>> <> <> <1321066900551> <BEA-000383> <A critical service failed. The server will shut itself down> 
<2011-11-12 上午11时01分40秒 CST> <Notice> <WebLogicServer> <starscar> <proxy_server> <main> <<WLS Kernel>> <> <> <1321066900553> <BEA-000365> <Server state changed to FORCE_SHUTTING_DOWN> 
<2011-11-12 上午11时01分40秒 CST> <Info> <WebLogicServer> <starscar> <proxy_server> <main> <<WLS Kernel>> <> <> <1321066900563> <BEA-000236> <Stopping execute threads.> 

根据错误提示百度的结果是,用户名密码不正确。 
我很确认我输入的用户名密码是正确的。 
我分别在Red Hat Enterprise Linux 5.6、Windows7、WindowsXP下尝试过,错误信息是一样的。
我还在Windows7下,分别安装了weblogic11g的其他版本(10.3.5、10.3.4、10.3.3)尝试,错误信息也是一样的。 

不负卿的主页 不负卿 | 菜鸟二级 | 园豆:204
提问于:2016-06-11 20:22
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册