반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 |
Tags
- Spring
- codepipeline
- bootstrap
- JavaScript
- aws cicd
- aws
- AWS CI/CD 구축하기
- SQL
- node
- redis
- Jenkins
- codedeploy
- IntelliJ
- Kafka
- 도커
- Airflow
- Python
- java bigdecimal
- COALESCE
- chartjs
- chart.js
- Spring Error
- VPN
- docker
- codebuild
- or some instances in your deployment group are experiencing problems.
- PostgreSQL
- codedeploy error
- Flux
- kubeflow
Archives
- Today
- Total
Small Asteroid Blog
[spring] (pgjdbc: autodetected server-encoding to be ISO-8859-1, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf) 본문
백엔드/Spring
[spring] (pgjdbc: autodetected server-encoding to be ISO-8859-1, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf)
작은소행성☄️ 2022. 3. 31. 15:31728x90
postgresql 에 데이터를 삽입하는 과정에서 생긴 오류였다.
org.postgresql.util.PSQLException: ì¤ë¥: "ì " ê°ì "MM"ì ì í¨íì§ ìì (pgjdbc: autodetected server-encoding to be ISO-8859-1, if the message is not readable, please check database logs and/or host, port, dbname, user, password, pg_hba.conf)
Detail: ê°ì ì ìì¬ì¼ í©ëë¤.
오류가 발생한 이유는 DB User 정보를 잘못 적었거나 User 정보가 없을 경우에 발생한다고 한다.
DB업데이트가 이루어지면서 User 정보를 못찾아서 생긴 오류 같았다.
JDBC 설정 시 DB 관련 정보가 정확하게 기재되어 있는지 확인한다.
728x90
반응형
'백엔드 > Spring' 카테고리의 다른 글
[spring] @Test 빌드시 ' Cannot find symbol method' 에러 (0) | 2022.04.13 |
---|---|
[spring] Querydsl 사용이유 (0) | 2022.04.12 |
[spring] spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning (0) | 2022.03.31 |
[Tomcat] JSESSIONID (0) | 2022.03.28 |
JPA와 Mybatis 비교 (ORM, SQL Mapper) (0) | 2022.03.27 |