按照安装提示,安装成功后服务重启后提示如下错误:
Caused by: java.io.FileNotFoundException: class path resource [ehcache-application.xml] cannot be opened because it does not exist
java.io.FileNotFoundException: class path resource [ehcache-hibernate.xml] cannot be opened because it does not exist
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.scheduling.quartz.SchedulerFactoryBean#0' defined in ServletContext resource [/WEB-INF/config/application-context.xml]: Cannot resolve reference to bean 'smsTrigger' while setting bean property 'triggers' with key [0]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsTrigger' defined in ServletContext resource [/WEB-INF/config/application-context.xml]: Cannot resolve reference to bean 'smsJobDetail' while setting bean property 'jobDetail'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsJobDetail' defined in ServletContext resource [/WEB-INF/config/application-context.xml]: Cannot resolve reference to bean 'smsJob' while setting bean property 'targetObject'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'smsJob': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jspgou.cms.manager.OrderMng com.jspgou.cms.action.admin.SmsJob.manager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'orderMng': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jspgou.cms.manager.ProductMng com.jspgou.cms.manager.impl.OrderMngImpl._$16; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productMng': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jspgou.cms.manager.ProductFashionMng com.jspgou.cms.manager.impl.ProductMngImpl._$15; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'productFashionMng': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.jspgou.core.manager.WebsiteMng com.jspgou.cms.manager.impl.ProductFashionMngImpl._$5; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'websiteMng': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void com.jspgou.core.manager.impl.WebsiteMngImpl.setCoreCacheSvc(com.jspgou.core.cache.CoreCacheSvc); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'coreCacheSvc': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire method: public void com.jspgou.core.cache.impl.CoreCacheSvcImpl.setGlobalCache(net.sf.ehcache.Ehcache); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalCache' defined in ServletContext resource [/WEB-INF/config/cache-context.xml]: Cannot resolve reference to bean 'cacheManager' while setting bean property 'cacheManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'cacheManager' defined in ServletContext resource [/WEB-INF/config/cache-context.xml]: Invocation of init method failed; nested exception is java.io.FileNotFoundException: class path resource [ehcache-application.xml] cannot be opened because it does not exist
版主帮忙看下哈 |
|