0

我試圖連接到Eclipse中的SQL Server 2008數據庫。用於Indigo的JBOSS工具無法連接到SQLServer 2008數據庫

我已經用Eclipse Juno試過了,只是簡單地使用了數據源資源管理器,添加了一個新的連接,選擇了驅動程序(從微軟網站下載),一切都完美了。

問題出現在我想使用JBoss Tools(只存在於Eclipse Indigo中)時。 我做同樣的事情,我獲得此:

com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host xxx.xxx.xxx.xxx, port 1433 has failed. Error: "Connect timed out. 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.". 
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190) 


at com.microsoft.sqlserver.jdbc.SQLServerException.ConvertConnectExceptionToSQLServerException(SQLServerException.java:241) 
at com.microsoft.sqlserver.jdbc.SocketFinder.findSocket(IOBuffer.java:2243) 
at com.microsoft.sqlserver.jdbc.TDSChannel.open(IOBuffer.java:491) 
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1309) 
at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991) 
at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827) 
at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012) 
at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.createConnection(JDBCConnection.java:214) 
at org.eclipse.datatools.connectivity.DriverConnectionBase.internalCreateConnection(DriverConnectionBase.java:105) 
at org.eclipse.datatools.connectivity.DriverConnectionBase.open(DriverConnectionBase.java:54) 
at org.eclipse.datatools.connectivity.drivers.jdbc.JDBCConnection.open(JDBCConnection.java:73) 
at org.eclipse.datatools.enablement.msft.internal.sqlserver.connection.JDBCSQLServerConnectionFactory.createConnection(JDBCSQLServerConnectionFactory.java:27) 
at org.eclipse.datatools.connectivity.internal.ConnectionFactoryProvider.createConnection(ConnectionFactoryProvider.java:83) 
at org.eclipse.datatools.connectivity.internal.ConnectionProfile.createConnection(ConnectionProfile.java:359) 
at org.eclipse.datatools.connectivity.ui.PingJob.createTestConnection(PingJob.java:76) 
at org.eclipse.datatools.connectivity.ui.PingJob.run(PingJob.java:59) 
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) 

什麼會這樣任何想法? JBoss Tools具有Juno的WTP不支持的功能(我正在考慮不使用Eclipse Tools,因此我正在爲JBOSS 7.0和7.1進行開發)。

編輯:我已經嘗試過沒有JBOSS工具的Eclipse Indigo,它的功能完美。所以這個問題應該在JBoss工具中。有沒有其他的方式來做到這一點?我只想使用Hivernate將數據庫逆向工程化爲實體。

回答

0

好吧,我想通了,我仍然會使用JBoss工具。 問題出在Eclipse中的代理定義中,現在已解決:)