초기 환경설정 에러
- 작성자 :
- 김*량
- 작성일 :
- 2011-08-10 16:36:17
- 조회수 :
- 2,677
- 구분 :
- 개발환경
- 진행상태 :
- 완료
Q
동영상대로 환경설정 따라하는 중에 오류가 나서 문의드립니다
아래 부분 말고도 더 많기때문에 첨부로 pom.xml과 압축해서 같이 올리겠습니다
좋은 하루 되세요
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultExceptionHandleManager' defined in file [C:\egov_Dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gbRetire.project\WEB-INF\classes\egovframework\spring\context-aspect.xml]: Cannot resolve reference to bean 'egovHandler' while setting bean property 'handlers' with key [0]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [egovframework.rte.cmmn.EgovSampleExcepHndlr] for bean with name 'egovHandler' defined in file [C:\egov_Dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gbRetire.project\WEB-INF\classes\egovframework\spring\context-aspect.xml]; nested exception is java.lang.ClassNotFoundException: egovframework.rte.cmmn.EgovSampleExcepHndlr
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [egovframework.rte.cmmn.EgovSampleExcepHndlr] for bean with name 'egovHandler' defined in file [C:\egov_Dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gbRetire.project\WEB-INF\classes\egovframework\spring\context-aspect.xml]; nested exception is java.lang.ClassNotFoundException: egovframework.rte.cmmn.EgovSampleExcepHndlr
아래 부분 말고도 더 많기때문에 첨부로 pom.xml과 압축해서 같이 올리겠습니다
좋은 하루 되세요
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultExceptionHandleManager' defined in file [C:\egov_Dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gbRetire.project\WEB-INF\classes\egovframework\spring\context-aspect.xml]: Cannot resolve reference to bean 'egovHandler' while setting bean property 'handlers' with key [0]; nested exception is org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [egovframework.rte.cmmn.EgovSampleExcepHndlr] for bean with name 'egovHandler' defined in file [C:\egov_Dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gbRetire.project\WEB-INF\classes\egovframework\spring\context-aspect.xml]; nested exception is java.lang.ClassNotFoundException: egovframework.rte.cmmn.EgovSampleExcepHndlr
Caused by: org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [egovframework.rte.cmmn.EgovSampleExcepHndlr] for bean with name 'egovHandler' defined in file [C:\egov_Dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\gbRetire.project\WEB-INF\classes\egovframework\spring\context-aspect.xml]; nested exception is java.lang.ClassNotFoundException: egovframework.rte.cmmn.EgovSampleExcepHndlr
A
안녕하세요.. 김무량님..
context-aspect.xml에 지정된 egovframework.rte.cmmn.EgovSampleExcepHndlr 클래스를 찾지 못한 오류입니다.
우선.. /src/main/java/egovframework/rte/cmmn/EgovSampleExcepHndlr.java 파일이 존재하는지 확인 해 보십시오..
혹.. 해당 파일이 없는 경우는 프로젝트를 하나 새롭게 만드시면서.. Example 생성을 선택하시면.. 위 파일이 생성될 것입니다.
이 파일을 옮겨 주시면 될 것 같습니다.
또는 java가 존재하는 경우에는.. 빌드를 수행해 보시기 바랍니다.
Project -> Build Automatically 를 선택하시면 자동으로 빌드가 되도록 되어 있습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
context-aspect.xml에 지정된 egovframework.rte.cmmn.EgovSampleExcepHndlr 클래스를 찾지 못한 오류입니다.
우선.. /src/main/java/egovframework/rte/cmmn/EgovSampleExcepHndlr.java 파일이 존재하는지 확인 해 보십시오..
혹.. 해당 파일이 없는 경우는 프로젝트를 하나 새롭게 만드시면서.. Example 생성을 선택하시면.. 위 파일이 생성될 것입니다.
이 파일을 옮겨 주시면 될 것 같습니다.
또는 java가 존재하는 경우에는.. 빌드를 수행해 보시기 바랍니다.
Project -> Build Automatically 를 선택하시면 자동으로 빌드가 되도록 되어 있습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.