2015-7-27 15:18:04 org.apache.catalina.core.ApplicationContext log
嚴重: StandardWrapper.Throwable
java.lang.ExceptionInInitializerError
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'LuceneContext' defined in (no description): Class that bean class [com.trs.index.LuceneContext] depends on not found; nested exception is java.lang.NoClassDefFoundError: org/apache/lucene/index/CorruptIndexException
Caused by: java.lang.NoClassDefFoundError: org/apache/lucene/index/CorruptIndexException
org.springframework.beans.factory.BeanDefinitionStoreException: Error registering bean with name 'ILayoutMgr' defined in (no description): Class that bean class [com.trs.components.common.publish.widget.LayoutMgr] depends on not found; nested exception is java.lang.NoClassDefFoundError: Could not initialize class com.trs.components.common.publish.widget.LayoutMgr
java.lang.NoClassDefFoundError: Could not initialize class com.trs.components.common.publish.widget.LayoutMgr
at java.lang.Class.forName0(Native Method)
Caused by: org.springframework.beans.factory.BeanDefinitionStoreException
我覺得應該是 配置文件或者.xml沒有放對位置或者沒有在xml文件中引入引起的。仔細檢查下。