https://conservative-vector.tistory.com/entry/JPA-Could-not-extract-ResultSet-%EC%98%A4%EB%A5%98
[Spring] Could not extract ResultSet; 오류
문제 검색 기능에서 오류 로컬에선 잘 돌아가던게 AWS 서버로 올리니까 에러가 남 could not extract ResultSet; SQL; nested exception is org.hibernate.exception.SQLGrammarException; 원인 DB문제! 데이터제..
conservative-vector.tistory.com
위 글을 참조하였습니다.
{"timestamp":"2021-12-25T15:31:06.672+0000","status":500,"error":"Internal Server Error","message":"could not extract ResultSet; SQL [n/a]; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet","path":"/"}
오류는 위와같습니다.
아무래도 필요한 테이블을 제대로 생성하지 않은 것 같습니다.
'오늘만난오류' 카테고리의 다른 글
Check your deployment group settings to make sure the tags for your Amazon EC2 instances (0) | 2021.12.30 |
---|---|
travis ./gradlew: Permission denied (0) | 2021.12.26 |
Gradle build daemon disappeared unexpectedly (0) | 2021.12.26 |
Error: Could not find or load main class org.gradle.wrapper.GradleWrapperMain (0) | 2021.12.25 |
Can't update(has no tracked branch) (0) | 2021.12.25 |