2016-04-12 3 views
-5
SEVERE: Exception sending context initialized event to listener instance 
    of 
    class org.springframework.web.context.ContextLoaderListener 
    org.springframework.beans.factory.BeanCreationException: 
    Error creating bean with name 'categoryDao': Injection of 
    persistence dependencies failed; nested exception 
    is org.springframework.beans.factory.CannotLoadBeanClassException: 
    Error loading class [com.shopizer.modules.shipping.distance. 
    ShippingDistancePreProcessorImpl] for 
    bean with name 'shippingDistancePreProcessor' defined 
    in class path resource 
    [spring/processors/shopizer-core-shipping-processors.xml]: 
    problem with class file or dependent class; nested exception 
    is java.lang.NoClassDefFoundError: 
    com/salesmanager/ 
    core/modules/integration/shipping/model/ 
    ShippingQuotePrePostProcessModule 
    Related cause: 
    org.springframework.beans.factory.CannotLoadBeanClassException: 
    Error  loading class 

答えて

0

を得る上でのスタックトレースをもとに答えるために、そのハード、

が、私はjava.lang.NoClassDefFoundErrorが見ていshopizer.warを展開しています:、適応症であります実行時に依存関係を変更していることを示します。私はあなたのプロジェクトがどのように設定されているかわからないが、不足している依存関係のコンテナ設定をチェックする。

0

あなたのバージョンのspring-config.xmlにすべてのBeanを定義しているかどうか、そしてAutowiring注釈がある場合は、Beanクラスに注釈が付いているかどうかを確認してください。

関連する問題