Spring/error log 47

GCP(Google Cloud) 방화벽 설정: 프로토콜과 포트를 사용 허용 또는 거부하기출처: https://kibua20.tistory.com/96 [모바일 SW 개발자가 운영하는 블로그:티스토리]

https://kibua20.tistory.com/96 GCP(Google Cloud) 방화벽 설정: 프로토콜과 포트를 사용 허용 또는 거부하기 Google Cloud Platform(이하 GCP)에서는 방화벽을 설정하는 방법을 설명합니다. GCP에서 서버를 구축하고 외부 인터넷 망을 통해서 해당 서버에 접속하는 경우 방화벽에서 특정 프로토콜과 포트를 허용 kibua20.tistory.com

Spring/error log 2024.02.02

이 프로젝트에서 상속한 방화벽 정책을 보는 데 필요한 다음 권한이 없습니다.compute.organizations.listAssociations

https://cloud.google.com/compute/docs/access/iam?hl=ko Compute Engine IAM 역할 및 권한 | Compute Engine 문서 | Google Cloud 프로젝트에 새 구성원을 추가할 때 ID 및 액세스 관리(IAM) 정책을 사용하여 해당 구성원에게 하나 이상의 IAM 역할을 부여할 수 있습니다. 각 IAM 역할에는 구성원에게 특정 리소스에 대한 액세스 cloud.google.com

Spring/error log 2024.02.02

WSL2 커널 업데이트 패키지 실행시 "this update only applies to machines with the windows subsystem for linux" 에러 발생 해결방법

https://goaloflife.tistory.com/192 WSL2 커널 업데이트 패키지 실행시 "this update only applies to machines with the windows subsystem for linux" 에러 (출처 : docs.microsoft.com/ko-kr/windows/wsl/install-win10) WSL(Linux용 Windows 하위 시스템)2 사용을 위하여, 위 사진의 Windows 10 WSL 설치 가이드를 보고 따라하던 중 문제가 발생했습니다. 바로 4단계 - Linux 커널 goaloflife.tistory.com

Spring/error log 2024.02.02

java.io.IOException: The Application Default Credentials are not available. They are available if running in Google Compute Engine. Otherwise, the environment variable GOOGLE_APPLICATION_CREDENTIALS must be defined pointing to a file defining the creden..

https://honeyinfo7.tistory.com/192 Spring Boot + Google Cloud Platform 이용하기 작업환경 IDE : STS(Spring Tool Suite) Build Tool : Maven 나의 작업환경은 위와같이 STS+Maven이다. 현재 나는 웹 에디터에서 이미지를 올릴떄, 로컬이 아닌 구글 클라우드의 스토리지에 올리는 작업을 진행 honeyinfo7.tistory.com https://datamoney.tistory.com/341 Google API 사용 설정 하는 법 (GCP 사용자 인증 설정 / GOOGLE_APPLICATION_CREDENTIALS / Intellij 에서 환경 변 Google Analytics Data API, Cloud Transl..

Spring/error log 2024.02.01

schema-mysql.sql

https://www.inflearn.com/questions/864961/session-spring-session-jdbc-%EC%9D%98%EC%A1%B4%EC%84%B1-%EC%B6%94%EA%B0%80-%EC%8B%9C-mysql-%EC%84%A4%EC%A0%95 session:spring-session-jdbc 의존성 추가 시 mysql 설정 - 인프런 당연히 구글링 해보셨져? 원하는 결과를 못찾으셨나요? 어떤 검색어를 입력했는지 알려주세문제가 발생한 코드(프로젝트)를 Github에 올리시고 링크를 알려주세요.만약 MySQL로 진행하시는 분들을 www.inflearn.com dependencies { implementation 'org.springframework.session:spring-se..

Spring/error log 2024.01.24

nested exception is org.springframework.orm.jpa.JpaSystemException: More than one row with the given identifier was found: 5, for class: com.solux.pyi.pyiplanyouridea.memos.domain.Memos; nested exception is org.hibernate.HibernateException: More than on..

https://velog.io/@yeoonnii/More-than-one-row-with-the-given-identifier-was-found-for-class-nested-exception-is-org.hibernate.HibernateException-More-than-one-row-with-the-given-identifier-was-found-for-class More than one row with the given identifier was found: for class: nested exception is org.hibernate.HibernateException: More t velog.io

Spring/error log 2024.01.24