본문 바로가기

BACKEND/ERROR LOG

(13)
image to base64 https://elmah.io/tools/base64-image-encoder/ Base64 Image Encoder - Convert any image file or URL online With Base64 Image Encoder, you can convert any image file or URL to either Base64, HTML, CSS, JSON, or XML online. Everything happens in the browser. elmah.io
The type 'BASE64Encoder' is not API (restriction on required library The type 'BASE64Encoder' is not API (restriction on required library https://devzeroty.tistory.com/entry/%EC%98%A4%EB%A5%98-The-type-BASE64Decoder-is-not-accessible-due-to-restriction-on-required-library [오류] The type BASE64Decoder is not accessible due to restriction on required library 프로젝트들을 셋팅하고 있는데 아래와 같은 에러가 났다. Access restriction: The type BASE64Decoder is not accessible due to restrictio..
java: JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate. Use build process "jps.track.ap.dependencies" VM flag to enable/disable incremental annotation processing environment. https://stackoverflow.com/questions/66170975/jps-incremental-annotation-processing-is-disabled-compilation-results-on-partia JPS incremental annotation processing is disabled. Compilation results on partial recompilation may be inaccurate Since IntelliJ IDEA 2020.3.2 (I use Community Edition), I started getting: Parsing java... [applicationname] java: JPS incremental annotation processing is dis..
You aren't using a compiler supported by lombok, so lombok will not work and has been disabled java -jar lombok.jar https://ifuwanna.tistory.com/292 [intelliJ] 2020.3 Lombok 오류 해결 - You aren't using a compiler supported by lombok IntelliJ IDEA 2020.3 버전에서 Build할때 아래 오류로 Lombok이 활성화 되지 못해서 ~~cannot find symbol 메시지와 함께 빌드가 실패 하는 증상이 발생하여 해결 방법을 포스팅합니다. 제가 사용하는 IntelliJ.. ifuwanna.tistory.com https://stackoverflow.com/questions/65128763/java-you-arent-using-a-compiler-supported-by-lombok-so-..
Configuration Error: deployment source 'Gradle https://stackoverflow.com/questions/26667456/configuration-error-deployment-source-projectname-war-exploded-is-not-vali/40027408 Configuration Error: deployment source '(projectname): war exploded' is not valid I have a project that runs Spring and I am using IntelliJ as the compiler. I started building the project in Ubuntu but I was having problems viewing my database edits so I switched to Wi..
The valid characters are defined in RFC 7230 and RFC 3986 보호되어 있는 글입니다.
mssql 디비연결 보호되어 있는 글입니다.
Request method 'GET' not supported 보호되어 있는 글입니다.
content type 'application/x-www-form-urlencoded charset=utf-8' not supported controller에서 @RequestBody로 받도록 했는데 그냥 form으로 넘겨서 발생함. controller에서 @RequestBody 어노테이션 지워주니 해결됨 There was an unexpected error (type=Unsupported Media Type, status=415). Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported org.springframework.web.HttpMediaTypeNotSupportedException: Content type 'application/x-www-form-urlencoded;charset=UTF-8' not supported at org.springfra..
the request was rejected because no multipart boundary was found 보호되어 있는 글입니다.