在Tomcat7上启动Grails应用程序

在Tomcat7上启动Grails应用程序,grails,tomcat7,searchable,grails-searchable,searchable-plugin,Grails,Tomcat7,Searchable,Grails Searchable,Searchable Plugin,我在尝试使用Tomcat7在新环境中启动Grails2.0.4应用程序时遇到了一个问题。我正在尝试记录所有内容,但无法找到问题的根源 catalina.out中的输出为 SEVERE: Context [/comenego] startup failed due to previous errors 查看应用程序的特定日志,我根本看不到任何错误。最后几行是: 2014-01-26 12:57:18,687 [pool-2-thread-1] INFO config.CompassConfig

我在尝试使用Tomcat7在新环境中启动Grails2.0.4应用程序时遇到了一个问题。我正在尝试记录所有内容,但无法找到问题的根源

catalina.out中的输出为

SEVERE: Context [/comenego] startup failed due to previous errors
查看应用程序的特定日志,我根本看不到任何错误。最后几行是:

2014-01-26 12:57:18,687 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Field.cpm.xml]
2014-01-26 12:57:18,698 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Company.cpm.xml]
2014-01-26 12:57:18,713 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/User.cpm.xml]
2014-01-26 12:57:18,725 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Author.cpm.xml]
2014-01-26 12:57:18,736 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/TextType.cpm.xml]
2014-01-26 12:57:18,758 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Text.cpm.xml]
2014-01-26 12:57:18,766 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/SourceType.cpm.xml]
2014-01-26 12:57:18,773 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Copyright.cpm.xml]
2014-01-26 12:57:18,782 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Language.cpm.xml]
2014-01-26 12:57:18,798 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Paragraph.cpm.xml]
2014-01-26 12:57:18,811 [pool-2-thread-1] INFO  config.CompassConfiguration  - Mapping InputStream [package/corpus/Discourse.cpm.xml]
2014-01-26 12:57:38,058 [pool-2-thread-1] INFO  util.SessionIdGenerator  - Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [19,039] milliseconds.
我几乎100%确信问题的出现是因为我使用的是可搜索插件版本0.6.3,数据库目前正在变得非常庞大,但我在本地使用的数据库与生产中使用的数据库相同,并且启动时没有任何问题,我的笔记本电脑没有服务器提供的更多资源

以下是我正在使用的工具:

Grails2.0.4 JDK 1.7.0_51 Ubuntu 12.04 雄猫7


你知道我该怎么做才能找到问题的根源吗?

当你说本地是指GGTS或本地Tomcat时?实际上我使用的是IntelliJ idea。我从未使用过IntelliJ,但在GGTS中,当你从那里运行应用程序时,它会在开发环境中运行。我认为这就是问题所在(不同的配置),或者它与tomcat配置有关(例如尝试增加tomcat的内存)