에러 문의입니다.
- 작성자 :
- 지*원
- 작성일 :
- 2013-10-01 10:26:15
- 조회수 :
- 3,586
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
2013-10-01 10:20:12,356 DEBUG [egovframework.rte.fdl.cmmn.aspect.ExceptionTransfer] RuntimeException case :: RuntimeException
2013-10-01 10:20:12,356 ERROR [egovframework.itsm.re.rb.RB001.service.impl.RB001ServiceImpl] SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0];
--- The error occurred in egovframework/sqlmap/re/rb/RB001_SQL_Oracle.xml.
--- The error occurred while preparing the mapped statement for execution.
--- Check the RB001DAO.selectRB001Summary.
--- Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in egovframework/sqlmap/re/rb/RB001_SQL_Oracle.xml.
--- The error occurred while preparing the mapped statement for execution.
--- Check the RB001DAO.selectRB001Summary.
--- Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.
com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in egovframework/sqlmap/re/rb/RB001_SQL_Oracle.xml.
--- The error occurred while preparing the mapped statement for execution.
--- Check the RB001DAO.selectRB001Summary.
--- Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.
at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:201)
at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForList(MappedStatement.java:139)
at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:567)
at
2013-10-01 10:20:12,356 ERROR [egovframework.itsm.re.rb.RB001.service.impl.RB001ServiceImpl] SqlMapClient operation; uncategorized SQLException for SQL []; SQL state [null]; error code [0];
--- The error occurred in egovframework/sqlmap/re/rb/RB001_SQL_Oracle.xml.
--- The error occurred while preparing the mapped statement for execution.
--- Check the RB001DAO.selectRB001Summary.
--- Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in egovframework/sqlmap/re/rb/RB001_SQL_Oracle.xml.
--- The error occurred while preparing the mapped statement for execution.
--- Check the RB001DAO.selectRB001Summary.
--- Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.
com.ibatis.common.jdbc.exception.NestedSQLException:
--- The error occurred in egovframework/sqlmap/re/rb/RB001_SQL_Oracle.xml.
--- The error occurred while preparing the mapped statement for execution.
--- Check the RB001DAO.selectRB001Summary.
--- Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.
at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryWithCallback(MappedStatement.java:201)
at com.ibatis.sqlmap.engine.mapping.statement.MappedStatement.executeQueryForList(MappedStatement.java:139)
at com.ibatis.sqlmap.engine.impl.SqlMapExecutorDelegate.queryForList(SqlMapExecutorDelegate.java:567)
at
A
안녕하세요 프레임워크 센터입니다.
RB001DAO.selectRB001Summary DAO를 실행하실 때 넘겨주는 파라미터 형이 잘못되어 있다는 오류입니다.
Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:
실제 쿼리를 확인해 보시기 바랍니다.
수고하세요.
RB001DAO.selectRB001Summary DAO를 실행하실 때 넘겨주는 파라미터 형이 잘못되어 있다는 오류입니다.
Cause: java.sql.SQLException: Invalid parameter object type. Expected 'java.lang.String' but found 'egovframework.itsm.re.rb.RB001.service.RB001VO'.; nested exception is com.ibatis.common.jdbc.exception.NestedSQLException:
실제 쿼리를 확인해 보시기 바랍니다.
수고하세요.