본문 바로가기

DATABASE/Error

(3)
[Error] Cause: java.lang.IllegalArgumentException: Mapped Statements collection already contains value for mapper.saveData - mybatis, root-context.xml mapper선언 에러 DAO, DTO, VO 를 통한 Mybatis 연동 설정 중 에러 발생. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resource[/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [C:\Users\eclipse-workspace\.metadata\.plu..
[Error] Java Spring MVC + Mybatis + PostgreSQL - CannotGetJdbcConnectionException : DB연동 오류 Mybatis + PostgreSQL database error Exception ......nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error updating database. Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Failed to obtain JDBC Connection; nested exception is org.postgresql.util.PSQLException: ID,PW와 에러 내용 한글 깨져서 나옴. ### Cause: org.springframework.jdbc.CannotGetJdbcConnectionExceptio..
[Error] Mybatis SqlSession 오류 - Cannot find class: 패키지명(package) Mapper.xml 에서 해당 경로의 패키지명을 찾지 못 했다는 에러 org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sqlSessionFactory' defined in ServletContext resourc [/WEB-INF/spring/root-context.xml]: Invocation of init method failed; nested exception is org.springframework.core.NestedIOException: Failed to parse mapping resource: 'file [C:\Users\~경로\Mapper.xml]'; nested exception..