java—集成liferay ce portal 7.3和jboss eap 7.3的问题

js81xvg6  于 2021-07-12  发布在  Java
关注(0)|答案(0)|浏览(299)

我在将liferay ce portal 7.3部署到jboss eap 7.3时遇到以下错误。只是想让欢迎页面的示例正常工作。按照https://learn.liferay.com/dxp/latest/en/installation-and-upgrades/installing-liferay/installing-liferay-on-an-application-server/installing-on-jboss-eap.html 但我错过了一些东西。
我在独立的jbosseap服务器上的windows操作系统和虚拟机上的cent操作系统上进行了尝试。这两个问题是一样的。

Failed to start service jboss.deployment.unit."ROOT.war".undertow-deployment: org.jboss.msc.service.StartException in service jboss.deployment.unit."ROOT.war".undertow-deployment: java.lang.StackOverflowError
        at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:81)
        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at org.jboss.threads.ContextClassLoaderSavingRunnable.run(ContextClassLoaderSavingRunnable.java:35)
        at org.jboss.threads.EnhancedQueueExecutor.safeRun(EnhancedQueueExecutor.java:1985)
        at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.doRunTask(EnhancedQueueExecutor.java:1487)
        at org.jboss.threads.EnhancedQueueExecutor$ThreadBody.run(EnhancedQueueExecutor.java:1378)
        at java.lang.Thread.run(Thread.java:748)
        at org.jboss.threads.JBossThread.run(JBossThread.java:485)
    Caused by: java.lang.StackOverflowError
        at org.jboss.vfs.VirtualFile.getParentFiles(VirtualFile.java:421)
        at org.jboss.vfs.VirtualFile.getParentFiles(VirtualFile.java:421)
        at org.jboss.vfs.VirtualFile.getParentFiles(VirtualFile.java:421)
        at org.jboss.vfs.VirtualFile.getParentFiles(VirtualFile.java:421)
        at org.jboss.vfs.VirtualFile.getParentFiles(VirtualFile.java:421)
        at org.jboss.vfs.VirtualFile.getParentFiles(VirtualFile.java:421)
        at org.jboss.vfs.VirtualFile.getParentFiles(VirtualFile.java:403)
        at org.jboss.vfs.VirtualFile.getPathName(VirtualFile.java:138)
        at org.jboss.vfs.VirtualFile.getPathName(VirtualFile.java:99)
        at org.jboss.vfs.spi.RootFileSystem.getFile(RootFileSystem.java:65)
        at org.jboss.vfs.spi.RootFileSystem.exists(RootFileSystem.java:93)
        at org.jboss.vfs.VirtualFile.exists(VirtualFile.java:223)
        at org.jboss.as.server.deployment.module.VFSResourceLoader$3.run(VFSResourceLoader.java:209)
        at org.jboss.as.server.deployment.module.VFSResourceLoader$3.run(VFSResourceLoader.java:205)
        at java.security.AccessController.doPrivileged(Native Method)
        at org.jboss.as.server.deployment.module.VFSResourceLoader.getResource(VFSResourceLoader.java:205)
        at org.jboss.modules.ModuleClassLoader.loadResourceLocal(ModuleClassLoader.java:410)
        at org.jboss.modules.ModuleClassLoader$1.loadResourceLocal(ModuleClassLoader.java:144)
        at org.jboss.modules.Module.getResource(Module.java:764)
        at org.jboss.modules.ModuleClassLoader.findResource(ModuleClassLoader.java:616)
        at org.jboss.modules.ConcurrentClassLoader.getResource(ConcurrentClassLoader.java:255)
        at org.apache.commons.configuration.ConfigurationUtils.locateFromClasspath(ConfigurationUtils.java:546)
        at org.apache.commons.configuration.ConfigurationUtils.locate(ConfigurationUtils.java:528)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:189)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addIncludedPropertiesSources(ClassLoaderAggregateProperties.java:257)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addFileProperties(ClassLoaderAggregateProperties.java:206)
        at com.liferay.portal.configuration.ClassLoaderAggregateProperties._addPropertiesSource(ClassLoaderAggregateProperties.java:276)
        at

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题