程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> bean-該有的包都有了,IDEA下一啟動就報錯,大家進來給點意見

bean-該有的包都有了,IDEA下一啟動就報錯,大家進來給點意見

編輯:編程綜合問答
該有的包都有了,IDEA下一啟動就報錯,大家進來給點意見

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文件中引入引起的。仔細檢查下。

mmf_mw
gao_chun
mmf_mw
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved