글
Request processing failed; nested exception is org.apache.tiles.definition.DefinitionsFactoryException: I/O Error reading definitions.] with root cause
S/Spring
2014. 6. 14. 19:33
Request processing failed; nested exception is org.apache.tiles.definition.DefinitionsFactoryException: I/O Error reading definitions.] with root cause
이 에러의 대처법은 아직은 잘 모르겠지만 혹시 이 에러가 뜬다면
1. 인터넷 연결
2. Tiles
3. Mybatis 매퍼 xml 부분 논리적 오류거나 띄어쓰기 등등..
4. Spring-Security
5. dispatcher-servlet.xml 부분 Controller??
1, 2, 3, 4일 경우도 있었던거 같다.
5번은 명확하지 않아서 이런 순으로 점검을 해보는 것이 좋을 거 같다.
3번 같은 경우 왠만하면 ctrl + shift + f 단축키 정렬을 mapper.xml 부분에 하지 말하야한다.
query 문이 난잡하게 되서 에러를 유발할 수 있을 수 있다.
'S > Spring' 카테고리의 다른 글
Spring - @ResponseBody 응답 시 한글 인코딩(깨짐) 문제 (0) | 2014.07.15 |
---|---|
Validate 종류들 (0) | 2014.06.21 |
Binding a List Request Parameter on Spring MVC (0) | 2014.06.03 |
Spring form 태그 유의 사항 (0) | 2014.05.28 |
spring-security 할 때, 주의점. (0) | 2014.04.22 |