RecoverableDataAccessException
mysql은 wait_timout(기본값 8시간)동안 접속하지 않으면 커넥션 연결을 종료한다고 한다.
마지막 패킷 62,921,127 milliseconds ago...
8시간이 넘어서 호스팅 서버에서 mysql이 꺼져있는 상태에서 db에 접근해서 나타난 오류이다.
한번 위 오류가 발생하는 순간, 커넥션 연결이 되기 때문에, 재접속하면 해결된다.
'에러일기' 카테고리의 다른 글
[Python] UnicodeDecodeError: 'utf-8' codec can't decode byte 0xbc in position 2: invalid start byte (0) | 2024.11.30 |
---|---|
[Python] ValueError: invalid literal for int() with base 10: '' (0) | 2024.11.30 |
jakarta.el.PropertyNotFoundException (0) | 2024.11.07 |
java.lang.NumberFormatException: For input string: "null" (0) | 2024.11.06 |
org.springframework.dao.EmptyResultDataAccessException (0) | 2024.11.03 |