-
[Spring Boot] Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException이슈 해결 2019. 3. 17. 18:02
Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException
Spring Batch 공부를 하던 중 위와 같은 에러가 발생했다.
LOB 생성을 위한 메소드에서 java.lang.reflect.InvocationTargetException 에러를 던졌다고 설명해주고 있다.
해결방법
application.yml 혹은 properties에서 jdbc.lob.non_contextual_creation 속성에 값을 true로 설정한다.
그리고 빌드 후 애플리케이션을 실행하면 에러가 발생하지 않는 것을 알 수 있다.
'이슈 해결' 카테고리의 다른 글
[AWS RDS] Unable to acquire JDBC Connection (0) 2019.05.27 [JPA] detached entity passed to persist. (0) 2019.04.17 [Docker] unauthorized: incorrect username or password. (0) 2019.03.17 [Spring Boot] This connection has been closed (0) 2019.03.05 [Thymeleaf] template might not exist or might not be accessible by any of the configured Template Resolvers (0) 2019.02.21