728x90 connection leak detected1 [Spring Boot / JPA / Error] Connection leak detected: there are 1 unclosed connections upon shutting down pool JPA로 실습 프로젝트를 진행하는 도중 다음과 같은 오류가 발생했다. ERROR: Connection leak detected: there are 1 unclosed connections upon shutting down pool jdbc:h2:tcp://localhost/~/test '연결 누수가 감지되었다 : pool 종료 시에 닫히지 않은 1개의 연결이 있다' 는 뜻이라서, 'connection이 필요한 부분이 있나?' 라는 생각이 먼저 떠올랐다. 그렇기에 유일하게 connection이 필요한 db connection을 생각하게 되었다. 문제는 db는 H2로 먼저 띄워서 동작하는 것을 확인했다는 것이다. [해결 방법] 결국은 코드에서 db와 커넥션 하는 부분이 잘못되었다는 것을 알게 되어서, 처음에.. 2022. 1. 17. 이전 1 다음 반응형