개인 공부😊/JSP

[JSP] java.sql.SQLException: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error:ORA-12505, TNS:listener does not currently know of SID given in connect descriptor(CONNECTION_ID=7AfZ/gocTC2kFF+Ws6MBLQ==))

송테이토 2022. 11. 27. 20:54

아 리스너 잘못된줄 알고 대대적으로 만져야하나 걱정했는데

<Resource name="dbcp_myoracle" auth="Container" type="javax.sql.DataSource" driverClassName="oracle.jdbc.driver.OracleDriver" username="c##green" password="green1234" url="jdbc:oracle:thin:@localhost**:1521:xe"/> </Context>

저걸 xe로 바꿔주니 되었다

(생각해보니 오라클 할때도 xe로 접속했었따.

아니 근데 왜 팀프로젝트만 들어가면 오류가 날까?

java.sql.SQLException: Cannot create PoolableConnectionFactory (Listener refused the connection with the following error: ORA-12505, TNS:listener does not currently know of SID given in connect descriptor (CONNECTION_ID=0XVuyCJ1Sn2DzKEs3cklew==))

계속 이 오류가 뜨는걸로 보아

SID가 진짜 뭐가 잘못된걸까…

아니 그러면 왜 다른 프로젝트는 잘되는거지

리스너는 잘 잡아주고 있는데 뭐가 문제일까.

아 해결되었다. 재부팅은 역시 옳았다.