S/Spring
Request processing failed; nested exception is org.apache.tiles.definition.DefinitionsFactoryException: I/O Error reading definitions.] with root cause
안뇽헬로
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 문이 난잡하게 되서 에러를 유발할 수 있을 수 있다.