에러 기록 정리
Connection is not available, request timed out after 30000ms.
정몽실이
2020. 6. 24. 14:02
### Cause: java.sql.SQLTransientConnectionException: ssg.datasource - Connection is not available, request timed out after 30000ms.
; ssg.datasource - Connection is not available, request timed out after 30000ms.; nested exception is java.sql.SQLTransientConnectionException: ssg.datasource - Connection is not available, request timed out after 30000ms.
Spring Boot - Hikari 커넥션 풀 관련 장애 발생
공부가 필요한듯 하여 기록
https://annajinee.tistory.com/36
[Spring Boot] SpringBoot 2.x의 HikariCp 에러 정리
[ 오늘의 장애 정리 ] 어제 새벽부터 갑자기 서버가 죽음 ㅜ 두대 돌리고 있었는데 두대 다 죽어버림.. 로그는 아래와 같다 (주요 로그들만) 2019:01:17 01:02:35.401 WARN --- [http-nio-8080-exec-1] o.h.e..
annajinee.tistory.com
https://d2.naver.com/helloworld/5102792
https://jamong-icetea.tistory.com/212
[Spring Boot] This connection has been closed
This connection has been closed. 실제 서버를 운영하고 있는 도중 위와 같은 에러가 발생했다. 커넥션이 닫혔다는 내용인데, 그 이유야 여러가지가 있을 것이다. "HikariPool-1 - Connection is not available,..
jamong-icetea.tistory.com