SQLServer 2000 Driver for JDBC behaviour on SQL Server restart
From: gp (parcha_at_gmail.com)
Date: 02/23/05
- Next message: joeNOSPAM_at_BEA.com: "Re: SQLServer 2000 Driver for JDBC behaviour on SQL Server restart"
- Previous message: Brian E. Pangburn: "[ANN] SwingSet 1.0.0-PR1 Released"
- Next in thread: joeNOSPAM_at_BEA.com: "Re: SQLServer 2000 Driver for JDBC behaviour on SQL Server restart"
- Reply: joeNOSPAM_at_BEA.com: "Re: SQLServer 2000 Driver for JDBC behaviour on SQL Server restart"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 22 Feb 2005 15:29:30 -0800
1) My java code properly connects to the SQL Server DB via the SQL
Server 2000 JDBC driver.
2) During one of our stress tests, we restarted the SQL Server to see
how the code handles it.
3) My code doesn't really recognize that the SQL server is up and my
calls to DB fail throwing the following exception
(Note: I have tried this on Oracle 9i and it works properly. i.e my
code is able to read from Oracle DB on db restart.)
Caused by: java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
JDBC]Broken pipe
at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown
Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSRPCRequest.submitRequest(Unknown
Source)
at
com.microsoft.jdbc.sqlserver.tds.TDSCursorRequest.openCursor(Unknown
Source)
at com.microsoft.jdbc.sqlserver.SQLServerImplStatement.execute(Unknown
Source)
Any help would be appreciated.
- Next message: joeNOSPAM_at_BEA.com: "Re: SQLServer 2000 Driver for JDBC behaviour on SQL Server restart"
- Previous message: Brian E. Pangburn: "[ANN] SwingSet 1.0.0-PR1 Released"
- Next in thread: joeNOSPAM_at_BEA.com: "Re: SQLServer 2000 Driver for JDBC behaviour on SQL Server restart"
- Reply: joeNOSPAM_at_BEA.com: "Re: SQLServer 2000 Driver for JDBC behaviour on SQL Server restart"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|