【发布时间】:2016-11-18 16:18:09
【问题描述】:
我已经安装了weblogic12.2.1,我可以启动管理服务器了。我已经从控制台创建了一个托管服务器。 问题是托管服务器未启动。当给出以下命令启动托管服务器时,它会在命令提示符上抛出错误消息。
启动托管服务器的命令:
C:\WebLogic12c\user_projects\domains\base_domain\bin\startManagedWebLogic.cmd myManagedServer http://usndcwncn149p99:7001/console
执行上述命令启动托管服务器时的错误消息:
<Critical> <WebLogicServer> <BEA-000386> <Server subsystem failed. Reason: A MultiException has 6 exceptions. They are:
1. weblogic.security.SecurityInitializationException: Authentication for user weblogic denied.
2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.messaging.interception.MessageInterceptionService errors were fo
und
6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.messaging.interception.MessageInterceptionService
A MultiException has 6 exceptions. They are:
1. weblogic.security.SecurityInitializationException: Authentication for user weblogic denied.
2. java.lang.IllegalStateException: Unable to perform operation: post construct on weblogic.security.SecurityService
3. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.jndi.internal.RemoteNamingService errors were found
4. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.jndi.internal.RemoteNamingService
5. java.lang.IllegalArgumentException: While attempting to resolve the dependencies of weblogic.messaging.interception.MessageInterceptionService errors were fo
und
6. java.lang.IllegalStateException: Unable to perform operation: resolve on weblogic.messaging.interception.MessageInterceptionService
at org.jvnet.hk2.internal.Collector.throwIfErrors(Collector.java:89)
at org.jvnet.hk2.internal.ClazzCreator.resolveAllDependencies(ClazzCreator.java:249)
at org.jvnet.hk2.internal.ClazzCreator.create(ClazzCreator.java:357)
at org.jvnet.hk2.internal.SystemDescriptor.create(SystemDescriptor.java:471)
at org.glassfish.hk2.runlevel.internal.AsyncRunLevelContext.findOrCreate(AsyncRunLevelContext.java:232)
Truncated. see log file for complete stacktrace
Caused By: weblogic.security.SecurityInitializationException: Authentication for user weblogic denied.
我尝试了以下步骤来解决此问题,但仍然无法启动托管服务器。
1) 编辑了 C:\WebLogic12.2.1\user_projects\domains\base_domain\servers\AdminServer\security 中的 boot.properties 文件,并手动输入并分配了用户名和密码。 2)从 C:\WebLogic12.2.1\user_projects\domains\base_domain\servers\myManagedServer\data 中删除 ldap 文件夹
有没有人遇到过这个问题并解决了,请指教。
【问题讨论】:
标签: jakarta-ee weblogic12c application-server