pmcmicha
Technical User
- May 25, 2000
- 353
I am running the following:
SCO UNIXWARE 7.1.1
JDK 1.1.3
jConnect: 2.2
Sybase: 11.9.2
When attempting to use JDBC to connect to Sybase and pull some data, I am getting the following errors:
${HOST}:515:${DIR}> java ${FILE} -info
Unexpected exception : jdbc.sql.SQLException: JZ006: Caught IOException: java.io
.IOException: Connection failed to '${HOST}:${PORT}'
jdbc.sql.SQLException: JZ006: Caught IOException: java.io.IOException: Connection failed to '${HOST}:${PORT}'
at jdbc.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java:335)
at jdbc.sybase.tds.Tds.handleIOE(Tds.java:1900)
at jdbc.sybase.tds.Tds.login(Tds.java:423)
at jdbc.sybase.jdbc.SybConnection.<init>(SybConnection.java:126)
at jdbc.sybase.jdbc.SybDriver.connect(SybDriver.java:143)
at jdbc.sql.DriverManager.getConnection(DriverManager.java)
at jdbc.sql.DriverManager.getConnection(DriverManager.java)
at ${FILE2}.executeQuery(${FILE2}.java:277)
at ${FILE}.main(${FILE}.java:144)
I have reloaded jdk-1.1.3, rebooted the server, replaced the entire ../jConnect directory structure from another working server and the lib*.so files for java all to no avail. I am thinking that the driver is corrupted, but I do not know how to reload this onto the system. Is this assesment correct or am I way off?
Thanks in advance.
SCO UNIXWARE 7.1.1
JDK 1.1.3
jConnect: 2.2
Sybase: 11.9.2
When attempting to use JDBC to connect to Sybase and pull some data, I am getting the following errors:
${HOST}:515:${DIR}> java ${FILE} -info
Unexpected exception : jdbc.sql.SQLException: JZ006: Caught IOException: java.io
.IOException: Connection failed to '${HOST}:${PORT}'
jdbc.sql.SQLException: JZ006: Caught IOException: java.io.IOException: Connection failed to '${HOST}:${PORT}'
at jdbc.sybase.jdbc.ErrorMessage.raiseError(ErrorMessage.java:335)
at jdbc.sybase.tds.Tds.handleIOE(Tds.java:1900)
at jdbc.sybase.tds.Tds.login(Tds.java:423)
at jdbc.sybase.jdbc.SybConnection.<init>(SybConnection.java:126)
at jdbc.sybase.jdbc.SybDriver.connect(SybDriver.java:143)
at jdbc.sql.DriverManager.getConnection(DriverManager.java)
at jdbc.sql.DriverManager.getConnection(DriverManager.java)
at ${FILE2}.executeQuery(${FILE2}.java:277)
at ${FILE}.main(${FILE}.java:144)
I have reloaded jdk-1.1.3, rebooted the server, replaced the entire ../jConnect directory structure from another working server and the lib*.so files for java all to no avail. I am thinking that the driver is corrupted, but I do not know how to reload this onto the system. Is this assesment correct or am I way off?
Thanks in advance.