No bean named 'egovDtaUseStatsService' is defined
- 작성자 :
- 안*진
- 작성일 :
- 2012-07-16 16:22:54
- 조회수 :
- 2,202
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
all-in-one 패키지를 다운받은 후
SMS 와 인증 관련 부분은 설명에 나와있는대로 삭제하였습니다.
스프링 시큐리티 관련 부분도 삭제한 후 실행해보니
아래와 같은 에러가 계속 발생합니다.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovWebLogInterceptor' defined in ServletContext resource [/WEB-INF/config/egovframework/springmvc/egov-com-interceptor.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#2': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.aspectj.AspectJAfterAdvice] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#4': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.config.MethodLocatingFactoryBean] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#4': Initialization of bean failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'egovDtaUseStatsService' is defined
어떤 원인인지 확인 부탁드리겠습니다.
감사합니다.
SMS 와 인증 관련 부분은 설명에 나와있는대로 삭제하였습니다.
스프링 시큐리티 관련 부분도 삭제한 후 실행해보니
아래와 같은 에러가 계속 발생합니다.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovWebLogInterceptor' defined in ServletContext resource [/WEB-INF/config/egovframework/springmvc/egov-com-interceptor.xml]: BeanPostProcessor before instantiation of bean failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.springframework.aop.aspectj.AspectJPointcutAdvisor#2': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.aspectj.AspectJAfterAdvice] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#4': Cannot create inner bean '(inner bean)' of type [org.springframework.aop.config.MethodLocatingFactoryBean] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name '(inner bean)#4': Initialization of bean failed; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'egovDtaUseStatsService' is defined
어떤 원인인지 확인 부탁드리겠습니다.
감사합니다.
A
안녕하세요. 안병진님
해당 java 파일이 class로 변환되어 tomcat 서버에 publish 되지 않아서 생긴 현상인 듯합니다.
Project -> Clean하고,
Tomcat -> Clean 을 하시면 됩니다.
고맙습니다.
해당 java 파일이 class로 변환되어 tomcat 서버에 publish 되지 않아서 생긴 현상인 듯합니다.
Project -> Clean하고,
Tomcat -> Clean 을 하시면 됩니다.
고맙습니다.