1. 오류 :
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connection' defined in ServletContext resource [/WEB-INF/conf/spring/context-datasource.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: file [D:\...\...\...\WEB-INF\...\sqlmaps\...\...]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: org.xml.sax.SAXParseException; lineNumber: 4; columnNumber: 103;
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connection' defined in ServletContext resource [/WEB-INF/conf/spring/context-datasource.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: file [D:\...\...\...\WEB-INF\...\sqlmaps\...\...]; nested exception is com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: org.xml.sax.SAXParseException; lineNumber: 4; columnNumber: 103;
2. 오류원인 : web.xml이 xml 파일 두는 폴더에 복사되어 있었다.
3. 오류해결 : 소스 코드 폴더와 소스코드 실행하는 폴더에서 잘못된 경로에 복사된 web.xml 삭제
'개발' 카테고리의 다른 글
mysql | Packets larger than max_allowed_packet are not allowed (0) | 2021.07.02 |
---|---|
URL | 네이버 광고 로그 프리미엄 분석기 파라미터 % -> %25 변경 이슈 (0) | 2021.06.24 |
Gmail SMTP 오류 | Could not connect to SMTP host : smtp.gmail.com port : 465 (0) | 2021.05.25 |
FileZilla Server | 사용자(Users) 비밀번호 변경 (0) | 2021.05.24 |
크롬 | 양식 다시 제출 확인 ERR_CACHE_MISS 에러 (0) | 2021.05.21 |