다음에서도 iBatis를 쓰는구나.

다음에서 글을 보는데 에러가 발생했다.

SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0]; --- The error occurred in net/daum/gaia/core/domain/dao/sql/QnaInfo.xml. --- The error occurred while executing query. --- Check the SELECT bbsId, articleId, qId, viewUrl, itemJsonUrl, regDate FROM qnaInfo WHERE bbsId = ? and articleId = ? . --- Check the SQL Statement (preparation failed). --- Cause: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException: --- The error occurred in net/daum/gaia/core/domain/dao/sql/QnaInfo.xml. --- The error occurred while executing query. --- Check the SELECT bbsId, articleId, qId, viewUrl, itemJsonUrl, regDate FROM qnaInfo WHERE bbsId = ? and articleId = ? . --- Check the SQL Statement (preparation failed). --- Cause: org.apache.commons.dbcp.SQLNestedException: Cannot get a connection, pool error Timeout waiting for idle object

iBatis를 사용하고
Tomcat을 사용하나 보다.[각주:1] DBCP에 속한 예외 클래스가 보인다.
Spring을 쓰나?
  1. 2010-05-05 Tomcat에 포함된 DBCP 클래스가 아니잖아. [본문으로]