Error querying database.  Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host xxx.xxx.xxx.xxx, port 1433 has failed. Error: "Connection timed out: no further information.. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.


-> 해당 에러는 방화벽문제로 MSSQL 서버의 1433포트로 접근할려고 했는데, 접근이 실패했을 때 나는 에러 문구이다. 


해당 포트가 열려야 해결된다.


'개발' 카테고리의 다른 글

JQUERY video 태그 너비와 높이 구하기.  (0) 2018.12.14
MSSQL DATABASE 권한 주기  (0) 2018.12.13
인텔리제이에서 Git연결  (0) 2018.12.06
구글 폰트 사용  (0) 2018.12.03
Spirng - ModelMap 이용  (0) 2018.11.30

+ Recent posts