Products | Versions |
---|---|
TIBCO Data Virtualization | All supported versions |
Scenario:
An attempt to login to TDV with the Studio client returns this error:
========
Failed to finish connect: 'Connection timed out: no further information'.[jdbc-1906503]
========
* During this time, you may notice that the browser-based Manager tool can still successfully login to the TDV server, confirming the TDV service.
* cs_studio.log may capture the following error stack trace
Caused by: java.io.IOException: Failed to finish connect: 'Connection timed out: no further information'.[jdbc-1906503] at cs.jdbc.driver.protocol.ChannelConnection.finishConnect(ChannelConnection.java:335) at cs.jdbc.driver.ReplySelectThread.run(ReplySelectThread.java:160) Caused by: java.net.ConnectException: Connection timed out: no further information at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method) at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source) at cs.jdbc.driver.protocol.ChannelConnection.finishConnect(ChannelConnection.java:332) ... 1 more