主题 : 3.1安装myeclipse错误
级别: 童生
UID: 19664
积分:48 加为好友
威望: 0 精华: 0
主题:5 回复:22
注册时间:2011-05-18
在线时长:0
1#   发表于:2011-06-09 07:50:13  IP:117.238.*.*
数据库加载完毕,重启tomcat后报错  系统是否少了<value>classpath:ehcache-application.xml</value>这个文件?
Caused by: org.springframework.beans.factory.BeanCreationException: Error creati
ng bean with name 'contentCountAct': Injection of autowired dependencies failed;
 nested exception is org.springframework.beans.factory.BeanCreationException: Co
uld not autowire field: private com.jeecms.cms.service.ContentCountCache com.jee
cms.cms.action.front.ContentCountAct.contentCountCache; nested exception is org.
springframework.beans.factory.BeanCreationException: Error creating bean with na
me 'contentCountCache': Injection of autowired dependencies failed; nested excep
tion is org.springframework.beans.factory.BeanCreationException: Could not autow
ire method: public void com.jeecms.cms.service.ContentCountCacheImpl.setCache(ne
t.sf.ehcache.Ehcache); nested exception is org.springframework.beans.factory.Bea
nCreationException: Error creating bean with name 'ehContentCountCache' defined
in ServletContext resource [/WEB-INF/config/cache-context.xml]: Cannot resolve r
eference to bean 'cacheManager' while setting bean property 'cacheManager'; nest
ed exception is org.springframework.beans.factory.BeanCreationException: Error c
reating bean with name 'cacheManager' defined in ServletContext resource [/WEB-I
NF/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
        at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanP
ostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java
:285) ~[spring.beans-3.0.5.jar:3.0.5.RELEASE]
级别: 总版主
UID: 10736
积分:148515 加为好友
威望: 205 精华: 42
主题:287 回复:126217
注册时间:2010-09-08
在线时长:18
2#   发表于:2011-06-09 08:38:13  IP:59.153.*.*
您好,您是不是没有把classes下的4个配置文件复制到src下?
路漫漫其修远兮,吾将上下而求索!
级别: 童生
UID: 19664
积分:48 加为好友
威望: 0 精华: 0
主题:5 回复:22
注册时间:2011-05-18
在线时长:0
3#   发表于:2011-06-09 09:49:51  IP:117.238.*.*
是啊,我是root整个复制过去的
级别: 总版主
UID: 10736
积分:148515 加为好友
威望: 205 精华: 42
主题:287 回复:126217
注册时间:2010-09-08
在线时长:18
4#   发表于:2011-06-09 10:01:24  IP:59.153.*.*
您可以看下置顶贴中的部署方法
路漫漫其修远兮,吾将上下而求索!
级别: 童生
UID: 19664
积分:48 加为好友
威望: 0 精华: 0
主题:5 回复:22
注册时间:2011-05-18
在线时长:0
5#   发表于:2011-06-09 10:15:05  IP:117.238.*.*
已经ok了,谢谢。
1 共1页