Hello All
We have an application which connects to the sql server database ( Always on cluster ) through a JDBC connection and this gets the following errors at times .. There are no corresponding errors or alerts seen at the sql server error logs..
How do we approach this problem ? Any pointers will be appreciated ..
============================================================
The connection is closed.
com.microsoft.sqlserver.jdbc.SQLServerException: The connection is closed.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.checkClosed(SQLServerConnection.java:388)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.getMetaData(SQLServerConnection.java:2026)
at psdi.server.ConRef.getMetaData(ConRef.java:819
======================================================================
Many Thanks