Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 | 31 |
Tags
- Java
- 프로그래머스
- 자바ORM표준JPA프로그래밍
- 영속성컨텍스트
- 장애물인식
- cartograhper
- 자바
- persistance context
- 알고리즘
- 네트워크
- 이펙티브자바
- 자율주행
- 운영체제
- 논문
- Jetson
- 딥러닝
- DeepLearning
- 논문리뷰
- Hibernate
- 포인트클라우드
- JPA
- 아두이노
- 파이썬
- 자료구조
- 디자인패턴
- MySQL
- Python
- 배달로봇
- Spring Batch
- Database
Archives
- Today
- Total
목록hikari (1)
제리 devlog

서버를 운영하다 보면 hikari connection과 관련된 에러를 겪게 된다. 은근히 놓치기 쉽고 빈번하게 발생 가능한 부분이라 정리를 해보려고 한다. connection 관련 문제는 보통 아래의 에러 메시지와 함께 문제가 발생한다. - org.springframework.transaction.CannotCreateTransactionException: Could not open JPA EntityManager for transaction - Unable to acquire JDBC Connection - HikariPool-1 - Connection is not available, request timed out after 3005ms. - o.h.engine.jdbc.spi.SqlException..
Spring
2022. 3. 5. 13:06