Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/webpack/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jakarta ee 无法启动管理服务器-weblogic12.2.1_Jakarta Ee_Weblogic12c_Application Server - Fatal编程技术网

Jakarta ee 无法启动管理服务器-weblogic12.2.1

Jakarta ee 无法启动管理服务器-weblogic12.2.1,jakarta-ee,weblogic12c,application-server,Jakarta Ee,Weblogic12c,Application Server,我已经安装了weblogic12.2.1,我可以启动管理服务器。我已经从控制台创建了一个托管服务器。 问题是托管服务器未启动。当发出以下命令以启动管理服务器时,它会在命令提示符下抛出错误消息 启动托管服务器的命令: C:\WebLogic12c\user_projects\domains\base_domain\bin\startManagedWebLogic.cmd myManagedServer http://usndcwncn149p99:7001/console <Critica

我已经安装了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.
执行上述命令以启动管理服务器时出现错误消息:

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.

尝试在startManagedWebLogic.cmd中设置WLS_用户和WLS_PW变量

set WLS_USER=myUsername
set WLS_PW=myPass