스프링 돌려보다가 다음과 같은 에러가 발생하였습니다.
Error setting null for parameter #2 with JdbcType OTHER . Try setting a different JdbcType for this parameter or a different jdbcTypeForNull configuration property. Cause: java.sql.SQLException: 부적합한 열 유형
내용을 쓰윽 읽어보니 DB로 넘어가는 파라미터 값 부분에서 발생한 에러군요.
당연한 얘기겠지만, 문제를 해결하려면 문제부분부터 찾아야겠죠.
문제를 찾기 위해 DB로 값 넘기는 부분에 다음과 같이 로그에 찍어보았습니다.
MAP에 담겨 있는 값을 유심히 보니...
단순 오타였네요 ㅡㅡㅋ
그래도 다음번에 같은 오류를 만나면 좀 더 빨리 찾을 수 있겠죠 ^^
'Dev. Debug > 프로그램' 카테고리의 다른 글
Error creating bean with name 'boardServiceImpl': Injection of autowired dependencies failed (0) | 2016.03.19 |
---|---|
mapped statements collection does not contain value for (0) | 2016.03.06 |
[i-batis] com.ibatis.common.xml.NodeletException (0) | 2016.01.17 |
ArrayIndexOutOfBoundsException - 배열 크기(범위) 에러 (0) | 2015.12.17 |
[펌] 자바 문법 에러 No enclosing instance of type ttt (1) | 2015.11.18 |