Got minus one from a read call [message #389461] |
Mon, 02 March 2009 03:28 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
baharin
Messages: 5 Registered: March 2009
|
Junior Member |
|
|
Hi..
Anybody knows what is the error ? is it because of database connection and how could i test the database connection ?
java.sql.SQLException: Io exception: Got minus one from a read call
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
at com.sunopsis.sql.SnpsConnection.u(Unknown Source)
at com.sunopsis.sql.SnpsConnection.c(Unknown Source)
at com.sunopsis.sql.i.run(Unknown Source)
Thank you,
Baharin
|
|
|
Why my scenario fail after restart ? [message #389879 is a reply to message #389461] |
Tue, 03 March 2009 22:09 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
baharin
Messages: 5 Registered: March 2009
|
Junior Member |
|
|
HI..
Based on my designer the scenarios will be restart on every 5 seconds. but sometimes its return an error message as below.
Any body know what is the error ?.
Based on my friend, he said this is due to the database connection. But could i trace the connection log.
Hopefully somebody could help me ..
java.sql.SQLException: Io exception: Got minus one from a read call
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:274)
at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
at com.sunopsis.sql.SnpsConnection.u(Unknown Source)
at com.sunopsis.sql.SnpsConnection.c(Unknown Source)
at com.sunopsis.sql.i.run(Unknown Source)
|
|
|