Posted by Nasir on 06/23/06 21:43
What do we need to do to make the connection to SQL Server 2005 via JNDI?
Here is what is happening:
Verifying JNDI binding
Datasource properties:
description=empty
serverName=win-sql2k5
portNumber=1433
databaseName=test1
User name = test1
vendor code: 0
Message: Network error IOException: Could not create socket
SQLState: 08S01
java.sql.SQLException: Network error IOException: Could not create socket
at
net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(ConnectionJDBC2.java:372)
at
net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(ConnectionJDBC3.java:50)
at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:178)
Thanks.
Navigation:
[Reply to this message]
|