2016-02-09 116 views
1

嘗試將Tomcat上的Java Spring應用程序連接到使用Hibernate的我的sqlserver express數據庫。Java Hibernate sql server快速連接錯誤

四處錯誤:

com.microsoft.sqlserver.jdbc.SQLServerException: Connection Failed TCP/IP to localhost port 1433. 
Error: "Connection refused: connect. Check the connection properties, make 
sure that an instance of SQL Server is running on the host and accepting TCP 
/IP connections to port, and make sure that no firewall is blocking TCP 
connections to port. ". 
+0

可能會從此處獲得答案訪問http://stackoverflow.com/questions/18841744/jdbc-connection-failed-error-tcp-ip-連接到主機失敗 –

+0

我去啓用TCP/IP權利框,我發現它已經啓用TCP/IP 1433 –

回答

1

的問題是,你的TCP/IP協議不是1433,請按照論文的指示,你的問題應該消失: SqlServer的配置管理器> SQL Server網絡配置> SQLEXPRESS的協議>右鍵單擊TCP/IP>屬性> IP地址> IPALL並將TCP端口更改爲1433

0
在大多數情況下,它的防火牆阻止它

。嘗試禁用它