简体   繁体   English

Tomcat Webapp部署问题

[英]Tomcat webapp deployment issue

I am deploying a tomcat webapp as part of an environment build which seems to be failing. 我正在将tomcat Webapp部署为环境构建的一部分,这似乎失败了。 I tried to start the app via the GUI but I get the following error: 我试图通过GUI启动应用程序,但出现以下错误:

Attempting to start application via the GUI:
FAIL - Application at context path /mmc-console-3.3.1 could not be started

So I tried deploying a sample app which worked. 因此,我尝试部署一个有效的示例应用程序。 The mmc webapp works in a different environment. mmc Webapp在不同的环境中工作。

I looked at the error log but I am unable to identify the exact cause (I'm not a java developer). 我查看了错误日志,但无法确定确切原因(我不是Java开发人员)。

Can someone assist with identifying the issue? 有人可以协助确定问题吗?

Following the attached error log this what I believe is the problem: 在随附的错误日志之后,我认为这是问题所在:

Application not able to start because -> creation of sessionFactory fails because -> creation of bean 'repository' fails -> because not able to initialise lucene (unable to initialize query handler: org.apache.jackrabbit.core.query.lucene.SearchIndex@2713affb 应用程序无法启动,因为->创建sessionFactory失败,因为->创建bean'存储库'失败->因为无法初始化lucene(无法初始化查询处理程序:org.apache.jackrabbit.core.query.lucene.SearchIndex @ 2713affb

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM