Hi,

I'm using JDK1.3, Oracle 8.0.5 and Resin1.1.3 in a Microsoft Windows 2000 Professional 
with IIS.
By using Connection Pool, I use DBPool in a com.caucho.sql package.
Time to time there is a error in my srun console like follows.

java.sql.SQLException: IO 예외 상황: Descriptor not a socket: socket write error

        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:114)
        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:156)
        at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:269)
        at oracle.jdbc.driver.OracleStatement.<init>(OracleStatement.java:292)
        at oracle.jdbc.driver.OracleConnection.createStatement(OracleConnection.
java:311)
        at com.caucho.sql.QPooledConnection.createStatement(QPooledConnection.ja
va:99)
        at _jsp._test__jsp._jspService(_test__jsp.java:38)
        at com.caucho.jsp.JavaPage.service(JavaPage.java:89)
        at com.caucho.jsp.JavaPage.subservice(JavaPage.java:83)
        at com.caucho.jsp.Page.service(Page.java:280)
        at com.caucho.jsp.QServlet.service(QServlet.java:161)
        at com.caucho.server.http.AbstractRequest.service(AbstractRequest.java:4
52)
        at com.caucho.server.http.VirtualHost.service(VirtualHost.java:404)
        at com.caucho.server.http.Request.dispatch(Request.java:211)
        at com.caucho.server.http.RunnerRequest.handleRequest(RunnerRequest.java

What's the reason of this error?

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to