개발 기록
One or more listeners failed to start. 본문
https://stackoverflow.com/questions/48639816/tomcat-one-or-more-listeners-failed-to-start
logging.properties 파일 추가 후 재기동 했더니 오류 로그 확인 가능!
헤이즐케스트 연결이 안 되어 서버가 셧다운 되는 줄 알았는데
DB가 안 붙어서 나는 서버가 내려가는 거였다
Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Cannot create PoolableConnectionFactory (Could not create connection to database server. Attempted reconnect 3 times. Giving up.)
'TIL' 카테고리의 다른 글
Not annotated parameter overrides @NonNullApi parameter (0) | 2024.12.12 |
---|---|
docker 컨테이너 ip 확인 (0) | 2024.03.15 |
quartz job parameters processor에서 사용 (0) | 2024.02.22 |
mongoDB object 검색 (0) | 2024.02.14 |
Cannot change the ExecutorType when there is an existing transaction (0) | 2024.02.13 |
Comments