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 |
Tags
- 배달로봇
- cartograhper
- 자바
- 딥러닝
- 장애물인식
- 영속성컨텍스트
- persistance context
- 아두이노
- 논문리뷰
- Hibernate
- DeepLearning
- Spring Batch
- 프로그래머스
- 알고리즘
- MySQL
- 포인트클라우드
- 이펙티브자바
- 파이썬
- 자바ORM표준JPA프로그래밍
- Database
- Jetson
- 자료구조
- 디자인패턴
- Java
- JPA
- Python
- 논문
- 네트워크
- 자율주행
- 운영체제
Archives
- Today
- Total
목록pool (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