vijay mathew wrote:
My application is using Tomcat 5.5 It works fine all the time however at times
when I try to login to the application I get the below exception
java.sql.SQLException: No more data to read from socket
at
oracle.jdbc.driver.SQLStateMapping.newSQLException(SQLStateMapping.java:74)
at
oracle.jdbc.driver.DatabaseError.newSQLException(DatabaseError.java:110)
at
oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:171)
Once restart , the application works fine.
How to fix this issue...
sounds like a question to ask from Oracle, no ?
When the driver gets an error while reading from the socket, it must be the socket that
connects it to the Oracle db.
Nothing that Tomcat can do about that, supposedly.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org