[문제]
javax.servlet.ServletException: java.sql.SQLException: Listener refused the connection with the following error: ORA-12528, TNS:listener: all appropriate instances are blocking new connections
java.sql.SQLException: Listener refused the connection with the following error: ORA-12528, TNS:listener: all appropriate instances are blocking new connections
오라클을 계속 사용하다 보면 위 에러가 뜨면서 실행이 되지 않을 때가 있다.
[해결]
윈도우 버튼 옆 찾기에 'services.msc' 나 '서비스' 입력.

서비스 창에서 OracleServiceXE 다시 시작.

다시 실행해보면 잘 실행되는 것을 볼 수 있다.

해결.