탬플릿 프로젝트-Enterprise Business 실행시 오류입니다
- 작성자 :
- 손*주
- 작성일 :
- 2012-08-01 09:55:46
- 조회수 :
- 1,922
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egovBBSAttributeManageController': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.springmodules.validation.commons.DefaultBeanValidator egovframework.let.cop.bbs.web.EgovBBSAttributeManageController.beanValidator; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [egovframework.rte.fdl.excel.impl.EgovExcelServiceImpl] for bean with name 'excelZipService' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp3\wtpwebapps\test7\WEB-INF\classes\egovframework\spring\com\context-excel.xml]; nested exception is java.lang.ClassNotFoundException: egovframework.rte.fdl.excel.impl.EgovExcelServiceImpl
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285)
...
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [egovframework.rte.fdl.excel.impl.EgovExcelServiceImpl] for bean with name 'excelZipService' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp3\wtpwebapps\test7\WEB-INF\classes\egovframework\spring\com\context-excel.xml]; nested exception is java.lang.ClassNotFoundException: egovframework.rte.fdl.excel.impl.EgovExcelServiceImpl
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:285)
...
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [egovframework.rte.fdl.excel.impl.EgovExcelServiceImpl] for bean with name 'excelZipService' defined in file [C:\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp3\wtpwebapps\test7\WEB-INF\classes\egovframework\spring\com\context-excel.xml]; nested exception is java.lang.ClassNotFoundException: egovframework.rte.fdl.excel.impl.EgovExcelServiceImpl
A
안녕하세요. 손봉주님
올려주신 에러메세지를 살펴보면,
ContextLoaderListener의 설정에 기술된 클래스들을 제대로 찾지못해,
ClassNotFoundException이 발생하고 있습니다.
Maven의 Dependency가 정상적으로 처리되지 않아,
Tomcat의 Server Plugin의 Deploy 디렉토리 정상 배포되지 않아 발생한 에러인 것 같습니다.
FAQ 게시판에서 ContextLoaderListener 오류에 관한 글(6번 게시글)을 참고하셔서
진행해보시길 바랍니다.
고맙습니다.
좋은 하루 되시길 바랍니다.
올려주신 에러메세지를 살펴보면,
ContextLoaderListener의 설정에 기술된 클래스들을 제대로 찾지못해,
ClassNotFoundException이 발생하고 있습니다.
Maven의 Dependency가 정상적으로 처리되지 않아,
Tomcat의 Server Plugin의 Deploy 디렉토리 정상 배포되지 않아 발생한 에러인 것 같습니다.
FAQ 게시판에서 ContextLoaderListener 오류에 관한 글(6번 게시글)을 참고하셔서
진행해보시길 바랍니다.
고맙습니다.
좋은 하루 되시길 바랍니다.