728x90
Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is java.sql.SQLException: Listener refused the connection with the following error:
ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
(CONNECTION_ID=05DUT/j0TQyAKMUeHQV7rw==)
1. 리스너는 시작 됐으나, 오라클 서버가 시작 안되서 생긴 에러.
2. 오라클 서버 시작 시켜주면 해결.
'error' 카테고리의 다른 글
[ERROR][intellij] java.lang.OutOfMemoryError (0) | 2022.12.20 |
---|---|
[ERROR] Cannot resolve symbol SpringBootApplicaition (0) | 2022.12.20 |
[ERROR] java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException (0) | 2022.12.07 |
[ERROR] java.net.MalformedURLException: no protocol (0) | 2022.12.06 |
[ERROR] class, interface, or enum expected (0) | 2022.12.06 |