개발하는데 어려워 질문을 남겨요
- 작성자 :
- 김*중
- 작성일 :
- 2012-09-06 20:50:57
- 조회수 :
- 1,584
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
이런질문 남겨도 되나모르겠네요.
유지보수중인데 프로그램을 추가하는중에 막혀 질문올립니다.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'EgovFileMngService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FileManageDAO': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egov.sqlMapClient' defined in file [D:\sj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\exammng\WEB-INF\classes\egovframework\spring\context-sqlMap.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: file [D:\sj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\exammng\WEB-INF\classes\ts\sqlmap\config\mssql\sql-map-config.xml]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMap/insert'. Cause: com.ibatis.sqlmap.client.SqlMapException: Error. Could not initialize class. Cause: java.lang.ClassNotFoundException: ts.manage.qualification.puni.service.InsertPuniVo
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:300)
at 어느부분을 살펴봐야할까요...
유지보수중인데 프로그램을 추가하는중에 막혀 질문올립니다.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'EgovFileMngService': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'FileManageDAO': Injection of resource dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'egov.sqlMapClient' defined in file [D:\sj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\exammng\WEB-INF\classes\egovframework\spring\context-sqlMap.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse config resource: file [D:\sj\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\exammng\WEB-INF\classes\ts\sqlmap\config\mssql\sql-map-config.xml]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. Cause: com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: java.lang.RuntimeException: Error parsing XPath '/sqlMap/insert'. Cause: com.ibatis.sqlmap.client.SqlMapException: Error. Could not initialize class. Cause: java.lang.ClassNotFoundException: ts.manage.qualification.puni.service.InsertPuniVo
at org.springframework.context.annotation.CommonAnnotationBeanPostProcessor.postProcessPropertyValues(CommonAnnotationBeanPostProcessor.java:300)
at 어느부분을 살펴봐야할까요...
A
안녕하세요.. 김석중님..
추가하신 query xml 중에.. "ts.manage.qualification.puni.service.InsertPuniVo"를 parameterClass나 resultMap 부분 등에 지정하신 부분이 있는데..
실제 위 VO 클래스가 없어서 발생된 오류 같습니다.
해당 VO명 등을 확인하셔서.. 실제 존재하는 클래스인지 확인해 보시면 되실 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.
추가하신 query xml 중에.. "ts.manage.qualification.puni.service.InsertPuniVo"를 parameterClass나 resultMap 부분 등에 지정하신 부분이 있는데..
실제 위 VO 클래스가 없어서 발생된 오류 같습니다.
해당 VO명 등을 확인하셔서.. 실제 존재하는 클래스인지 확인해 보시면 되실 것 같습니다.
그럼.. 즐거운 하루되십시오.
감사합니다.