error
-
hikaripool-1 - failed to execute isvalid() for connection 에러 해결서버 & 프레임워크/Spring & SpringBoot 2025. 2. 17. 16:44
hikaripool-1 - failed to execute isvalid() for connection, configure connection test query (receiver class cohttp://m.ibm.as400.access.as400jdbcconnectionimpl does not define or inherit an implementation of the resolved method 'abstract boolean isvalid(int)' of interface java.sql.connection.). 현재 AS400 DB2를 사용하고있는데 Spring Boot 에서 Mybatis를 연동하는 중, 이 에러를 마주했다.에러를 분석해보니 hikariCP에서는 isValid()라는 함수를 ..
-
dataTables warning: table id=manage - Cannot reinitialise DataTable. For more information about this error, please see http://datatables.net/tn/3 ERROR (Jquery - datatable 에러)언어/JavaScript 2023. 1. 26. 22:02
프로젝트를 진행하면서 datable 문제를 직면하였다. 총 두 번 발생하였는데 첫번째 경우는 하나의 table에 두개의 js 파일에서 datatable을 그려주기 때문에 나는 오류였다. 그러나 나중에 똑같은 오류를 직면하고 해당 오류에 대한 자료를 찾아보니 $("#datatable").DataTable ({ destroy: true }); DataTable을 생성할때 destroy:true옵션을 추가해주니 정상 작동 하였다.