본문 바로가기

전체 글

(16)
YOLO v8 CLI(아나콘다 프롬프트) 에러 조지고 부시기 목차 이 작업을 완료하기 위한 페이징 파일이 너무 작습니다 AttributeError: 'FreeTypeFont' object has no attribute 'getsize' ValueError: Invalid CUDA 'device=0' requested, use 'device=cpu' or pass valid CUDA device(s) 환경 13700f + rtx 3060ti win11 파이썬 3.9.0 cuda-sdk 11.8 cuDNN v8.9.5.30 tensorflow-gpu 2.9.1 케이스 1. 이 작업을 완료하기 위한 페이징 파일이 너무 작습니다 에러 OSError: [WinError 1455] 이 작업을 완료하기 위한 페이징 파일이 너무 작습니다. Error loading "C:\Use..
sts3 [Spring Legucy Project] 생성 시 에러(해결) 상황 실행환경 - window10 - sts 3.9.17 - jdk 19 sts에서 [Spring Legucy Project] 생성 시 다음과 같은 에러 발생하였다. An error has occurred. See error log for more details. java.lang.ExceptionInInitializerError An error has occurred. See error log for more details. Could not initialize class com.thoughtworks.xstream.converters.collections.PropertiesConverter 대충 초기화 할 수 없다는 뜻 같다. 원인 sts 3.9.17에는 jdk11이 필요하다. 해결 기존 자바 버전을..
오라클 클라우드에 스프링 프로젝트 배포하기 - HTTPS 접속하기 개발환경 - m1 macbook ventura - java 17.0.6 - mysql 8.0.32 - maven 3.9.0 서버환경 - 오라클 클라우드 - os : centos 7.0 - java 17.0.6 - mysql 8.0.32 - maven 3.9.0 - git 1. nginx에서 발급 - nginx proxy 사이트 설정 파일에 자동으로 입력됨 sudo certbot --nginx 2. 사이트 설정 파일 확인 server { server_name 도메인_주소; location / { proxy_pass http://IP_주소:8080; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_fo..