일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
- STS
- Tomcat
- SpringBoot
- oracle
- AJAX
- MySQL
- 오픈소스
- Open Source
- Docker
- Exception
- jpa
- MSSQL
- Eclipse
- Core Java
- Python
- myBatis
- PostgreSQL
- error
- Source
- JDBC
- spring
- ubuntu
- git
- Spring Boot
- maven
- Thymeleaf
- IntelliJ
- JavaScript
- 문서
- 설정
- Today
- Total
목록DataAccessException (2)
헤르메스 LIFE
JPA 에서 NativeQuery를 실행해서 DTO Mapping 을 시도 했지만, 아래와 같은 오류가 발생했습니다. could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet 오류의 발생 - 첫번째 시도 CommentRepository.java package octopus.bbs.comment.repository; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.PageRequest; ..
개발환경 Spring 3.2.9 MyBatis 3.4.6 Microsoft SQL Server REST환경을 구축하고, Insert 를 수행하던 중 중복오류 발생. Exception 메시지가 정제되지 않고 리턴되었습니다. ### Error updating database. Cause: com.microsoft.sqlserver.jdbc.SQLServerException: PRIMARY KEY 제약 조건 'USER_PK'을(를) 위반했습니다. 개체 'dbo.TB_USER'에 중복 키를 삽입할 수 없습니다. 중복 키 값은 (4)입니다. ### The error may involve defaultParameterMap ### The error occurred while setting parameters ###..