View Single Post
  #1 (permalink)  
Old 06-28-2007, 04:04 AM
bbq bbq is offline
Senior Member
 
Join Date: Jun 2007
Posts: 134
bbq is on a distinguished road
error I/O connection
I have a web system with java 1.5, tomcat 5.5, sql server 2003, it works but when there is a data base access it takes a long time !
and after a few minutes I receive this error


Code:
ERROR:: Servlet.service() javax.servlet.ServletException: java.sql.SQLException: I/O Error: Connection reset at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCor e.java:2277) at net.sourceforge.jtds.jdbc.TdsCore.login(TdsCore.ja va:599) at net.sourceforge.jtds.jdbc.ConnectionJDBC2.<init>(C onnectionJDBC2.java:331) at net.sourceforge.jtds.jdbc.ConnectionJDBC3.<init>(C onnectionJDBC3.java:50) at net.sourceforge.jtds.jdbc.Driver.connect(Driver.ja va:178) at java.sql.DriverManager.getConnection(Unknown Source) at java.sql.DriverManager.getConnection(Unknown Source)
any ideas?
Reply With Quote
Sponsored Links