Glassfish服务器MultiException

时间:2017-08-15 17:51:43

标签: java netbeans glassfish

我在启动GlassFish服务器时遇到问题。我设置正确,因为它工作,但第二天我试图再次运行它,我有一个MultiException。有人能告诉我发生了什么事吗?我附上以下日志:

MultiException stack 1 of 7
java.lang.NoClassDefFoundError: com/sun/enterprise/util/LocalStringManagerImpl
MultiException stack 2 of 7
java.lang.IllegalStateException: Unable to perform operation: post construct on org.glassfish.security.services.impl.AuthenticationServiceImpl
MultiException stack 3 of 7
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of org.glassfish.security.services.impl.NucleusInternalSystemAdministrator errors were found
MultiException stack 4 of 7
java.lang.IllegalStateException: Unable to perform operation: resolve on org.glassfish.security.services.impl.NucleusInternalSystemAdministrator
MultiException stack 5 of 7
java.lang.IllegalArgumentException: While attempting to resolve the dependencies of com.sun.appserv.connectors.internal.ConnectorResourceManagerLifecycleListener errors were found
MultiException stack 6 of 7
java.lang.IllegalStateException: Unable to perform operation: resolve on com.sun.appserv.connectors.internal.ConnectorResourceManagerLifecycleListener
MultiException stack 7 of 7
java.lang.IllegalStateException: Unable to perform operation: post construct on org.glassfish.resourcebase.resources.listener.ResourceManager

0 个答案:

没有答案