shopizer-ecommerce / shopizer

Shopizer java e-commerce software
http://www.shopizer.com
Apache License 2.0
3.52k stars 2.98k forks source link

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customerFacade': Injection of autowired dependencies failed; #257

Open shihuncl opened 5 years ago

shihuncl commented 5 years ago
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE]
... 76 common frames omitted

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'customerFacade': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.salesmanager.core.business.services.shoppingcart.ShoppingCartService com.salesmanager.shop.store.controller.customer.facade.CustomerFacadeImpl.shoppingCartService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shoppingCartService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.salesmanager.core.business.services.catalog.product.ProductService com.salesmanager.core.business.services.shoppingcart.ShoppingCartServiceImpl.productService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.salesmanager.core.business.services.search.SearchService com.salesmanager.core.business.services.catalog.product.ProductServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productSearchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 78 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.salesmanager.core.business.services.shoppingcart.ShoppingCartService com.salesmanager.shop.store.controller.customer.facade.CustomerFacadeImpl.shoppingCartService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shoppingCartService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.salesmanager.core.business.services.catalog.product.ProductService com.salesmanager.core.business.services.shoppingcart.ShoppingCartServiceImpl.productService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.salesmanager.core.business.services.search.SearchService com.salesmanager.core.business.services.catalog.product.ProductServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productSearchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 89 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shoppingCartService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.salesmanager.core.business.services.catalog.product.ProductService com.salesmanager.core.business.services.shoppingcart.ShoppingCartServiceImpl.productService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.salesmanager.core.business.services.search.SearchService com.salesmanager.core.business.services.catalog.product.ProductServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productSearchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 91 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.salesmanager.core.business.services.catalog.product.ProductService com.salesmanager.core.business.services.shoppingcart.ShoppingCartServiceImpl.productService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.salesmanager.core.business.services.search.SearchService com.salesmanager.core.business.services.catalog.product.ProductServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productSearchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 102 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.salesmanager.core.business.services.search.SearchService com.salesmanager.core.business.services.catalog.product.ProductServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productSearchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 104 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: com.salesmanager.core.business.services.search.SearchService com.salesmanager.core.business.services.catalog.product.ProductServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productSearchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 115 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productSearchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 117 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.SearchService com.salesmanager.core.business.services.search.SearchServiceImpl.searchService; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 128 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchService': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 130 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.workflow.DeleteObjectWorkflow com.shopizer.search.services.SearchService.deleteWorkflow; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 141 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteWorkflow' defined in class path resource [spring/shopizer-search.xml]: Cannot create inner bean 'deleteObject' of type [com.shopizer.search.services.worker.DeleteObjectImpl] while setting bean property 'deleteObjectWorkflow' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:313) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:122) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveManagedList(BeanDefinitionValueResolver.java:382) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:157) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 143 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'deleteObject': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveInnerBean(BeanDefinitionValueResolver.java:299) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 158 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.shopizer.search.services.impl.SearchDelegate com.shopizer.search.services.worker.DeleteObjectImpl.searchDelegate; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 162 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchDelegate' defined in class path resource [spring/shopizer-search.xml]: Cannot resolve reference to bean 'searchClient' while setting bean property 'searchClient'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 164 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'searchClient' defined in class path resource [spring/shopizer-search.xml]: Post-processing failed of bean type [class com.shopizer.search.utils.SearchClient] failed; nested exception is java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:940) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:518) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 177 common frames omitted Caused by: java.lang.IllegalStateException: Failed to introspect bean class [com.shopizer.search.utils.SearchClient] for persistence metadata: could not find class that it depends on at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findPersistenceMetadata(PersistenceAnnotationBeanPostProcessor.java:396) ~[spring-orm-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.postProcessMergedBeanDefinition(PersistenceAnnotationBeanPostProcessor.java:333) ~[spring-orm-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyMergedBeanDefinitionPostProcessors(AbstractAutowireCapableBeanFactory.java:935) ~[spring-beans-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 184 common frames omitted Caused by: java.lang.NoClassDefFoundError: Lorg/elasticsearch/node/Node; at java.lang.Class.getDeclaredFields0(Native Method) ~[na:1.8.0_161] at java.lang.Class.privateGetDeclaredFields(Class.java:2583) ~[na:1.8.0_161] at java.lang.Class.getDeclaredFields(Class.java:1916) ~[na:1.8.0_161] at org.springframework.util.ReflectionUtils.getDeclaredFields(ReflectionUtils.java:713) ~[spring-core-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.util.ReflectionUtils.doWithLocalFields(ReflectionUtils.java:655) ~[spring-core-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.buildPersistenceMetadata(PersistenceAnnotationBeanPostProcessor.java:413) ~[spring-orm-4.2.6.RELEASE.jar:4.2.6.RELEASE] at org.springframework.orm.jpa.support.PersistenceAnnotationBeanPostProcessor.findPersistenceMetadata(PersistenceAnnotationBeanPostProcessor.java:392) ~[spring-orm-4.2.6.RELEASE.jar:4.2.6.RELEASE] ... 186 common frames omitted Caused by: java.lang.ClassNotFoundException: org.elasticsearch.node.Node at java.net.URLClassLoader.findClass(URLClassLoader.java:381) ~[na:1.8.0_161] at java.lang.ClassLoader.loadClass(ClassLoader.java:424) ~[na:1.8.0_161] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:338) ~[na:1.8.0_161] at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ~[na:1.8.0_161] ... 193 common frames omitted

2018-10-20 19:01:09.584 INFO 10664 --- [ main] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/D:/springCode/shopizer-2.2.0/sm-shop/target/classes/, file:/D:/springCode/shopizer-2.2.0/sm-core/target/classes/, file:/D:/springCode/shopizer-2.2.0/sm-core-modules/target/classes/, file:/D:/springCode/shopizer-2.2.0/sm-core-modules/target/test-classes/, file:/D:/springCode/shopizer-2.2.0/sm-core-model/target/classes/, file:/D:/springCode/shopizer-2.2.0/sm-core-model/target/test-classes/, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-data-jpa/1.3.5.RELEASE/spring-boot-starter-data-jpa-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter/1.3.5.RELEASE/spring-boot-starter-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot/1.3.5.RELEASE/spring-boot-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.3.5.RELEASE/spring-boot-autoconfigure-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.3.5.RELEASE/spring-boot-starter-logging-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/ch/qos/logback/logback-classic/1.1.7/logback-classic-1.1.7.jar, file:/C:/Users/Administrator/.m2/repository/ch/qos/logback/logback-core/1.1.7/logback-core-1.1.7.jar, file:/C:/Users/Administrator/.m2/repository/org/slf4j/jul-to-slf4j/1.7.21/jul-to-slf4j-1.7.21.jar, file:/C:/Users/Administrator/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.21/log4j-over-slf4j-1.7.21.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-aop/1.3.5.RELEASE/spring-boot-starter-aop-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-aop/4.2.6.RELEASE/spring-aop-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/C:/Users/Administrator/.m2/repository/org/aspectj/aspectjweaver/1.8.9/aspectjweaver-1.8.9.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-jdbc/1.3.5.RELEASE/spring-boot-starter-jdbc-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tomcat/tomcat-jdbc/8.0.33/tomcat-jdbc-8.0.33.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tomcat/tomcat-juli/8.0.33/tomcat-juli-8.0.33.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-jdbc/4.2.6.RELEASE/spring-jdbc-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/hibernate/hibernate-entitymanager/4.3.11.Final/hibernate-entitymanager-4.3.11.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/jboss/logging/jboss-logging-annotations/1.2.0.Beta1/jboss-logging-annotations-1.2.0.Beta1.jar, file:/C:/Users/Administrator/.m2/repository/org/hibernate/hibernate-core/4.3.11.Final/hibernate-core-4.3.11.Final.jar, file:/C:/Users/Administrator/.m2/repository/antlr/antlr/2.7.7/antlr-2.7.7.jar, file:/C:/Users/Administrator/.m2/repository/org/jboss/jandex/1.1.0.Final/jandex-1.1.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar, file:/C:/Users/Administrator/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar, file:/C:/Users/Administrator/.m2/repository/org/hibernate/common/hibernate-commons-annotations/4.0.5.Final/hibernate-commons-annotations-4.0.5.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/hibernate/javax/persistence/hibernate-jpa-2.1-api/1.0.0.Final/hibernate-jpa-2.1-api-1.0.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/javassist/javassist/3.18.1-GA/javassist-3.18.1-GA.jar, file:/C:/Users/Administrator/.m2/repository/javax/transaction/javax.transaction-api/1.2/javax.transaction-api-1.2.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/data/spring-data-jpa/1.9.4.RELEASE/spring-data-jpa-1.9.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/data/spring-data-commons/1.11.4.RELEASE/spring-data-commons-1.11.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-orm/4.2.6.RELEASE/spring-orm-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-tx/4.2.6.RELEASE/spring-tx-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.21/jcl-over-slf4j-1.7.21.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-aspects/4.2.6.RELEASE/spring-aspects-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-webmvc/4.2.6.RELEASE/spring-webmvc-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-beans/4.2.6.RELEASE/spring-beans-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-context/4.2.6.RELEASE/spring-context-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-core/4.2.6.RELEASE/spring-core-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-expression/4.2.6.RELEASE/spring-expression-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-web/4.2.6.RELEASE/spring-web-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/hibernate/hibernate-validator/5.1.3.Final/hibernate-validator-5.1.3.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/classmate/1.0.0/classmate-1.0.0.jar, file:/C:/Users/Administrator/.m2/repository/com/googlecode/json-simple/json-simple/1.1.1/json-simple-1.1.1.jar, file:/C:/Users/Administrator/.m2/repository/junit/junit/4.12/junit-4.12.jar, file:/C:/Users/Administrator/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, file:/C:/Users/Administrator/.m2/repository/commons-io/commons-io/2.5/commons-io-2.5.jar, file:/C:/Users/Administrator/.m2/repository/commons-fileupload/commons-fileupload/1.3.2/commons-fileupload-1.3.2.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.7.4/jackson-annotations-2.7.4.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.7.4/jackson-databind-2.7.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/commons/commons-lang3/3.0/commons-lang3-3.0.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/social/spring-social-core/1.1.4.RELEASE/spring-social-core-1.1.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, file:/C:/Users/Administrator/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/mysql/mysql-connector-java/5.1.38/mysql-connector-java-5.1.38.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.7.4/jackson-core-2.7.4.jar, file:/C:/Users/Administrator/.m2/repository/net/sf/ehcache/ehcache/2.10.2/ehcache-2.10.2.jar, file:/C:/Users/Administrator/.m2/repository/org/slf4j/slf4j-api/1.7.21/slf4j-api-1.7.21.jar, file:/C:/Users/Administrator/.m2/repository/com/mchange/c3p0/0.9.5.2/c3p0-0.9.5.2.jar, file:/C:/Users/Administrator/.m2/repository/com/mchange/mchange-commons-java/0.2.11/mchange-commons-java-0.2.11.jar, file:/C:/Users/Administrator/.m2/repository/org/elasticsearch/elasticsearch/2.4.1/elasticsearch-2.4.1.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-core/5.5.2/lucene-core-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-backward-codecs/5.5.2/lucene-backward-codecs-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-analyzers-common/5.5.2/lucene-analyzers-common-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-queries/5.5.2/lucene-queries-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-memory/5.5.2/lucene-memory-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-highlighter/5.5.2/lucene-highlighter-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-queryparser/5.5.2/lucene-queryparser-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-sandbox/5.5.2/lucene-sandbox-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-suggest/5.5.2/lucene-suggest-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-misc/5.5.2/lucene-misc-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-join/5.5.2/lucene-join-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-grouping/5.5.2/lucene-grouping-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-spatial/5.5.2/lucene-spatial-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/lucene/lucene-spatial3d/5.5.2/lucene-spatial3d-5.5.2.jar, file:/C:/Users/Administrator/.m2/repository/com/spatial4j/spatial4j/0.5/spatial4j-0.5.jar, file:/C:/Users/Administrator/.m2/repository/com/google/guava/guava/18.0/guava-18.0.jar, file:/C:/Users/Administrator/.m2/repository/org/elasticsearch/securesm/1.0/securesm-1.0.jar, file:/C:/Users/Administrator/.m2/repository/com/carrotsearch/hppc/0.7.1/hppc-0.7.1.jar, file:/C:/Users/Administrator/.m2/repository/joda-time/joda-time/2.8.2/joda-time-2.8.2.jar, file:/C:/Users/Administrator/.m2/repository/org/joda/joda-convert/1.2/joda-convert-1.2.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.8.1/jackson-dataformat-smile-2.8.1.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.7.4/jackson-dataformat-yaml-2.7.4.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.8.1/jackson-dataformat-cbor-2.8.1.jar, file:/C:/Users/Administrator/.m2/repository/org/yaml/snakeyaml/1.16/snakeyaml-1.16.jar, file:/C:/Users/Administrator/.m2/repository/io/netty/netty/3.10.6.Final/netty-3.10.6.Final.jar, file:/C:/Users/Administrator/.m2/repository/com/ning/compress-lzf/1.0.2/compress-lzf-1.0.2.jar, file:/C:/Users/Administrator/.m2/repository/com/tdunning/t-digest/3.0/t-digest-3.0.jar, file:/C:/Users/Administrator/.m2/repository/org/hdrhistogram/HdrHistogram/2.1.6/HdrHistogram-2.1.6.jar, file:/C:/Users/Administrator/.m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar, file:/C:/Users/Administrator/.m2/repository/com/twitter/jsr166e/1.1.0/jsr166e-1.1.0.jar, file:/C:/Users/Administrator/.m2/repository/javax/mail/javax.mail-api/1.5.5/javax.mail-api-1.5.5.jar, file:/C:/Users/Administrator/.m2/repository/javax/mail/mail/1.4.7/mail-1.4.7.jar, file:/C:/Users/Administrator/.m2/repository/javax/activation/activation/1.1/activation-1.1.jar, file:/C:/Users/Administrator/.m2/repository/org/hibernate/hibernate-validator/5.2.4.Final/hibernate-validator-5.2.4.Final.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar, file:/C:/Users/Administrator/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.6.6/jackson-dataformat-yaml-2.6.6.jar, file:/C:/Users/Administrator/.m2/repository/com/shopizer/shopizer-shipping-distance-processor/2.2.0/shopizer-shipping-distance-processor-2.2.0.jar, file:/C:/Users/Administrator/.m2/repository/javax/servlet/jstl/1.2/jstl-1.2.jar, file:/C:/Users/Administrator/.m2/repository/commons-configuration/commons-configuration/1.6/commons-configuration-1.6.jar, file:/C:/Users/Administrator/.m2/repository/commons-lang/commons-lang/2.4/commons-lang-2.4.jar, file:/C:/Users/Administrator/.m2/repository/commons-beanutils/commons-beanutils-core/1.8.0/commons-beanutils-core-1.8.0.jar, file:/C:/Users/Administrator/.m2/repository/com/google/maps/google-maps-services/0.1.6/google-maps-services-0.1.6.jar, file:/C:/Users/Administrator/.m2/repository/com/squareup/okhttp/okhttp/2.0.0/okhttp-2.0.0.jar, file:/C:/Users/Administrator/.m2/repository/com/squareup/okio/okio/1.0.0/okio-1.0.0.jar, file:/C:/Users/Administrator/.m2/repository/com/shopizer/shopizer-shipping-canadapost-module/2.2.0/shopizer-shipping-canadapost-module-2.2.0.jar, file:/C:/Users/Administrator/.m2/repository/com/sun/jersey/jersey-bundle/1.19/jersey-bundle-1.19.jar, file:/C:/Users/Administrator/.m2/repository/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar, file:/C:/Users/Administrator/.m2/repository/org/drools/drools-spring/5.6.0.Final/drools-spring-5.6.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/drools/knowledge-api/5.6.0.Final/knowledge-api-5.6.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/drools/drools-core/5.6.0.Final/drools-core-5.6.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/mvel/mvel2/2.1.8.Final/mvel2-2.1.8.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/drools/knowledge-internal-api/5.6.0.Final/knowledge-internal-api-5.6.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/drools/drools-compiler/5.6.0.Final/drools-compiler-5.6.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/antlr/antlr-runtime/3.3/antlr-runtime-3.3.jar, file:/C:/Users/Administrator/.m2/repository/org/antlr/antlr/3.3/antlr-3.3.jar, file:/C:/Users/Administrator/.m2/repository/org/antlr/stringtemplate/3.2.1/stringtemplate-3.2.1.jar, file:/C:/Users/Administrator/.m2/repository/org/drools/drools-decisiontables/5.6.0.Final/drools-decisiontables-5.6.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/drools/drools-templates/5.6.0.Final/drools-templates-5.6.0.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/poi/poi-ooxml/3.9/poi-ooxml-3.9.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/poi/poi/3.9/poi-3.9.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.9/poi-ooxml-schemas-3.9.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar, file:/C:/Users/Administrator/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar, file:/C:/Users/Administrator/.m2/repository/com/thoughtworks/xstream/xstream/1.4.1/xstream-1.4.1.jar, file:/C:/Users/Administrator/.m2/repository/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar, file:/C:/Users/Administrator/.m2/repository/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar, file:/C:/Users/Administrator/.m2/repository/org/infinispan/infinispan-core/6.0.2.Final/infinispan-core-6.0.2.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/infinispan/infinispan-commons/6.0.2.Final/infinispan-commons-6.0.2.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/jgroups/jgroups/3.4.1.Final/jgroups-3.4.1.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/jboss/spec/javax/transaction/jboss-transaction-api_1.1_spec/1.0.1.Final/jboss-transaction-api_1.1_spec-1.0.1.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/jboss/marshalling/jboss-marshalling-river/1.4.4.Final/jboss-marshalling-river-1.4.4.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/jboss/marshalling/jboss-marshalling/1.4.4.Final/jboss-marshalling-1.4.4.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/infinispan/infinispan-cachestore-jdbc/6.0.2.Final/infinispan-cachestore-jdbc-6.0.2.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/infinispan/infinispan-tree/6.0.2.Final/infinispan-tree-6.0.2.Final.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-test/1.3.5.RELEASE/spring-boot-starter-test-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar, file:/C:/Users/Administrator/.m2/repository/org/objenesis/objenesis/2.1/objenesis-2.1.jar, file:/C:/Users/Administrator/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-test/4.2.6.RELEASE/spring-test-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/commons/commons-collections4/4.0/commons-collections4-4.0.jar, file:/C:/Users/Administrator/.m2/repository/commons-validator/commons-validator/1.5.1/commons-validator-1.5.1.jar, file:/C:/Users/Administrator/.m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar, file:/C:/Users/Administrator/.m2/repository/commons-digester/commons-digester/2.1/commons-digester-2.1.jar, file:/C:/Users/Administrator/.m2/repository/commons-logging/commons-logging/1.2/commons-logging-1.2.jar, file:/C:/Users/Administrator/.m2/repository/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/spring-context-support/4.2.6.RELEASE/spring-context-support-4.2.6.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/httpcomponents/httpclient/4.5.2/httpclient-4.5.2.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar, file:/C:/Users/Administrator/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar, file:/C:/Users/Administrator/.m2/repository/com/paypal/sdk/merchantsdk/2.6.109/merchantsdk-2.6.109.jar, file:/C:/Users/Administrator/.m2/repository/com/paypal/sdk/paypal-core/1.5.1/paypal-core-1.5.1.jar, file:/C:/Users/Administrator/.m2/repository/com/stripe/stripe-java/1.33.0/stripe-java-1.33.0.jar, file:/C:/Users/Administrator/.m2/repository/com/braintreepayments/gateway/braintree-java/2.73.0/braintree-java-2.73.0.jar, file:/C:/Users/Administrator/.m2/repository/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.jar, file:/C:/Users/Administrator/.m2/repository/org/json/json/20140107/json-20140107.jar, file:/C:/Users/Administrator/.m2/repository/com/itextpdf/itextpdf/5.5.6/itextpdf-5.5.6.jar, file:/C:/Users/Administrator/.m2/repository/org/jopendocument/jOpenDocument/1.3b1/jOpenDocument-1.3b1.jar, file:/C:/Users/Administrator/.m2/repository/com/maxmind/geoip2/geoip2/2.7.0/geoip2-2.7.0.jar, file:/C:/Users/Administrator/.m2/repository/com/maxmind/db/maxmind-db/1.2.1/maxmind-db-1.2.1.jar, file:/C:/Users/Administrator/.m2/repository/com/google/http-client/google-http-client/1.21.0/google-http-client-1.21.0.jar, file:/C:/Users/Administrator/.m2/repository/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar, file:/C:/Users/Administrator/.m2/repository/com/shopizer/sm-search/2.2.0.1/sm-search-2.2.0.1.jar, file:/C:/Users/Administrator/.m2/repository/org/aspectj/aspectjrt/1.8.9/aspectjrt-1.8.9.jar, file:/C:/Users/Administrator/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar, file:/C:/Users/Administrator/.m2/repository/io/searchbox/jest/2.0.3/jest-2.0.3.jar, file:/C:/Users/Administrator/.m2/repository/io/searchbox/jest-common/2.0.3/jest-common-2.0.3.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1.1/httpasyncclient-4.1.1.jar, file:/C:/Users/Administrator/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar, file:/C:/Users/Administrator/.m2/repository/com/google/code/gson/gson/2.3.1/gson-2.3.1.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.4/httpcore-nio-4.4.4.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.3.5.RELEASE/spring-boot-starter-web-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-validation/1.3.5.RELEASE/spring-boot-starter-validation-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-security/1.3.5.RELEASE/spring-boot-starter-security-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/security/spring-security-config/4.0.4.RELEASE/spring-security-config-4.0.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/security/spring-security-web/4.0.4.RELEASE/spring-security-web-4.0.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/security/spring-security-taglibs/4.0.4.RELEASE/spring-security-taglibs-4.0.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/security/spring-security-acl/4.0.4.RELEASE/spring-security-acl-4.0.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/security/spring-security-core/4.0.4.RELEASE/spring-security-core-4.0.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/social/spring-social-config/1.1.4.RELEASE/spring-social-config-1.1.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/social/spring-social-security/1.1.4.RELEASE/spring-social-security-1.1.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/social/spring-social-web/1.1.4.RELEASE/spring-social-web-1.1.4.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/social/spring-social-facebook/3.0.0.M3/spring-social-facebook-3.0.0.M3.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/boot/spring-boot-starter-tomcat/1.3.5.RELEASE/spring-boot-starter-tomcat-1.3.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tomcat/embed/tomcat-embed-core/8.0.33/tomcat-embed-core-8.0.33.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.33/tomcat-embed-el-8.0.33.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tomcat/embed/tomcat-embed-logging-juli/8.0.33/tomcat-embed-logging-juli-8.0.33.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tomcat/embed/tomcat-embed-websocket/8.0.33/tomcat-embed-websocket-8.0.33.jar, file:/C:/Users/Administrator/.m2/repository/org/springframework/mobile/spring-mobile-device/1.1.5.RELEASE/spring-mobile-device-1.1.5.RELEASE.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tomcat/embed/tomcat-embed-jasper/8.0.33/tomcat-embed-jasper-8.0.33.jar, file:/C:/Users/Administrator/.m2/repository/org/eclipse/jdt/core/compiler/ecj/4.5/ecj-4.5.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-jsp/3.0.4/tiles-jsp-3.0.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-servlet/3.0.4/tiles-servlet-3.0.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-core/3.0.4/tiles-core-3.0.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-request-servlet/1.0.4/tiles-request-servlet-1.0.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-template/3.0.4/tiles-template-3.0.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-api/3.0.4/tiles-api-3.0.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-autotag-core-runtime/1.1.0/tiles-autotag-core-runtime-1.1.0.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-request-jsp/1.0.4/tiles-request-jsp-1.0.4.jar, file:/C:/Users/Administrator/.m2/repository/org/apache/tiles/tiles-request-api/1.0.4/tiles-request-api-1.0.4.jar, file:/C:/Users/Administrator/.m2/repository/com/h2database/h2/1.4.191/h2-1.4.191.jar, file:/C:/Users/Administrator/.m2/repository/javax/servlet/jsp/jsp-api/2.1/jsp-api-2.1.jar, file:/C:/Users/Administrator/.m2/repository/javax/servlet/jsp/jstl/jstl-api/1.2/jstl-api-1.2.jar, file:/C:/Users/Administrator/.m2/repository/org/glassfish/web/jstl-impl/1.2/jstl-impl-1.2.jar, file:/C:/Users/Administrator/.m2/repository/io/jsonwebtoken/jjwt/0.8.0/jjwt-0.8.0.jar]

who can help me? I download project ,but can not run

carlsamson commented 5 years ago

If you are using branch 2.2.0 you need to use elasticsearch 2.X which is an old version of ES !

We are finalyzing our tests with ES 5.X, version 2.2.1 of Shopizer will be relased on next sunday