티스토리 뷰
에러메세지
Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'bl_cdate' from result set. Cause: java.lang.IllegalArgumentException
에러메세지 상세
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.result.ResultMapException: Error attempting to get column 'bl_cdate' from result set. Cause: java.lang.IllegalArgumentException
원인
메소드가 잘못되었거나 부적합한 인수를 전달했음을 나타내기 위해 던져집니다. 라고 하는데
mapper파일에 적절하지 않은 타입으로 SQL문을 작성했다.
Date타입으로 DB를 설계했는데, to_char함수로 String형식으로 변환해버렸다.
해결방법
to_char함수를 지우고 알맞은 Date타입으로 SQL문을 다시 작성한다.
반응형
'error log' 카테고리의 다른 글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- FetchJoin
- jvm warm-up 전략
- MultipleBagFetchException
- Java
- spring boot 3
- Linux
- 오블완
- redisson 분산락
- 자바 어플리케이션 실행 과정
- 배열
- n+1
- 스프링 스케줄링
- dto 클래스 생성자
- 티스토리챌린지
- Git
- JPA
- bucket4j
- 추상클래스
- Cannot construct instance of
- Kotlin
- array
- junit5
- port
- 스프링오류
- ChatGPT
- checkout
- addFilterBefore
- MongoDB
- QueryDSL
- Spring Security
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
글 보관함