java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 3004, 1 year ago
via Oracle Community by 843853, 1 year ago
via Google Groups by pcr...@my-deja.com, 2 years ago
via Google Groups by Sean LeBlanc, 2 years ago
via Google Groups by Sean LeBlanc, 2 years ago
via Oracle Community by 843835, 1 year ago
java.sql.SQLException: [Microsoft][ODBC SQL Server Driver]Connection is busy with results for another hstmt
at sun.jdbc.odbc.JdbcOdbc.createSQLException(JdbcOdbc.java:6031)
at sun.jdbc.odbc.JdbcOdbc.standardError(JdbcOdbc.java:6188)
at sun.jdbc.odbc.JdbcOdbc.SQLExecute(JdbcOdbc.java:2533)
at sun.jdbc.odbc.JdbcOdbcPreparedStatement.execute(JdbcOdbcPreparedStatement.java:217)
at sun.jdbc.odbc.JdbcOdbcPreparedStatement.executeQuery(JdbcOdbcPreparedStatement.java:92)
at examples.security.rdbmsrealm.RDBMSDelegate.getUser(RDBMSDelegate.java:262)
at examples.security.rdbmsrealm.RDBMSDelegate.getPrincipal(RDBMSDelegate.java:730)