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
When i am deploying shopizer.war in tomcat i am getting below error
534 Views Asked by user1506424 At
2
Check if you have defined all the beans in your version of the spring-config.xml and in case if you are Autowiring annotations, please check if your bean classes are annotated.