Spring/error log 52

Pulling application (aws:)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data could be lost. Consider backing up your data before continuing.

https://mtou.tistory.com/88 sudo docker-compose up [sudo] jaehyeok의 암호: Pulling apache (front:1.1)... ERROR: The image for the service you're trying to recreate has been removed. If you continue, volume data cou" data-og-host="mtou.tistory.com" data-og-source-url="https://mtou.tistory.com/88" data-og-url="https://mtou.tistory.com/88" data-og-image="https://scrap.kakaocdn.net/dn/bub4kP/hyXDlL5GGw..

Spring/error log 2024.11.26

permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.47/images/create?fromImage=melitina915%2Faws&tag=3": dial unix /var/run/docker.sock: connect: permission denie

https://thxxyj.tistory.com/42 docker, docker-compose 설치 후 Permission denieddocker, docker-compose 설치 방법은 아래 글 참고 docker, docker-compose 설치 on Ubuntu 1. docker 설치하기 https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository 1. 패키지 설치 sudo apt-get update sudo apt-get instalthxxyj.tistory.com

Spring/error log 2024.11.26

Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?

https://league-cat.tistory.com/347 도커 설치 후 도커 명령어 실행 에러 Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the dockCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running? 위와 같은 명령어가 뜨면 docker service가 실행이 안되어있는것이다. $sudo systemctl status docker 상태를 확인해 봐라 stop일 것league-cat.tistory.com

Spring/error log 2024.11.26

the emulator process for avd pixel_2_api_34 has terminated.

intel x86 emulator accelerator (haxm installer) - deprecated https://0391kjy.tistory.com/4 HAXM installation failed - 안드로이드 스튜디오 AVD HAXM 설치 에러 해결방법문제 인식 평소 인텔 기반으로 사용을 하다가, 최근에 AMD 라이젠 기반으로 사용하게 되면서, AVD HAXM(에뮬레이터 가속화) 설치 관련한 오류를 겪게 되었습니다. 안드로이드 에뮬레이터(AVD)에서 가0391kjy.tistory.com

Spring/error log 2024.09.04

org.hibernate.LazyInitializationException: could not initialize proxy [com.codiary.backend.global.domain.entity.Member#3] - no Session at

https://cantcoding.tistory.com/78 JPA/ could not initialize proxy - no Session1.문제점 JPA를 통한 개발을 하다보면 한번쯤 만날 수 밖에없는 에러이다. JPA를 사용하여 DB에 저장된 리소스를 불러와서 반환하는 경우, 혹은 사용할 때 발생했던 에러이다. 2.접근 JPA에 대한 이cantcoding.tistory.com https://byungil.tistory.com/241 JPA Error: 흔히 접할 수 있는 에러 could not initialize proxy - no SessionJPA Error: could not initialize proxy - no Session 접근 JPA강의에서 분명히 이거에 대한 내용을 다뤘던 거 같은데 ..

Spring/error log 2024.08.10

Multipart @ModelAttribute @Setter

https://velog.io/@zinna_1109/Toy-Project-Spring-Boot%EC%97%90%EC%84%9C-Multipart-%EB%8D%B0%EC%9D%B4%ED%84%B0%EC%99%80-%EB%8B%A4%EC%88%98%EC%9D%98-RequestParam-%ED%95%A8%EA%BB%98-%EC%B2%98%EB%A6%AC%ED%95%98%EA%B8%B0 [Toy Project] Spring Boot에서 Multipart 데이터와 다수의 RequestParam 함께 처리하기Spring Boot에서는 MultipartFile 형식을 사용하여 파일을 input으로 받을 수 있다. 이 때, 다수의 입력 변수 및 Multipart 파일을 함께 처리해야 할 경우 @ModelAttribu..

Spring/error log 2024.07.14