com.fasterxml.jackson.databind.JsonMappingException: No serializer found for class 클래스 and no properties discovered to create BeanSerializer (to avoid exception, disable SerializationFeature.FAIL_ON_EMPTY_BEANS) ) (through reference chain: java.util.HashMap["jsonData"]->java.util.ArrayList[0]) at com.fasterxml.jackson.databind.ser.impl.UnknownSerializer.failForEmpty(UnknownSerializer.java:69) at..
문제 [error] Exception processing template "/main": Error resolving template [/main], template might not exist or might not be accessible by any of the configured Template Resolvers 로컬에선 잘만 돌아가다가 jar배포 후 접속하면 떴다 문제는 페이지컨트롤러에서 return값에 /(슬래쉬가 있었기때문) return "/main" return "/index" return "/page/member 이렇게 쓰면 로컬에선 문제없이 작동되지만 배포한 이후의 환경에서는 접속이 안됨 해결방법 ruturn의 맨앞 슬래쉬를 지우자 return "main" return "index" r..
에러 : The following signatures couldn't be verified because the public key is not available: NO_PUBKEY 해결 : 1. cd /etc/apt 2. cd sources.list.d 3. sudo vim google-chrome.list 맨 아래줄을 주석처리한다 # deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main :wq! 로 저장하고 나감 4. sudo wget http://http.kali.org/kali/pool/main/k/kali-archive-keyring/kali-archive-keyring_2022.1_all.deb 5. sudo dpkg -i ..
Fatal error in launcher: Unable to create process using '"C:\Users\???\AppData\Local\Programs\Python\Python311\python.exe" "C:\Python311\Scripts\pip.exe" ': ??? ??? ?? ? ????. 1.환경변수 설정 2.사용자명 한글일 경우 환경변수 설정시 파이썬설치경로에 한글이 포함되어있으면 안됨 그래서 c드라이브에 다옮김 3.아래명령어 실행 python -m pip install --upgrade --force-reinstall pip
Java파일을 열려고 클릭했는데 에러가 뜸 An error has occurred. See error log for more details. com.ibm.icu.text.UTF16.isSurrogate(C)Z 해결 preferences - java - Editor - Mark Occurrences - Mark occurrences of the selected element in the current file 체크해제