Tags
- c#
- MFC
- 좋은 개발자
- Front-end developer
- postman pre-request
- web developer
- postman csv
- Intellij
- postman tests
- 다빈치 리졸브
- Unity
- Android/iOS Developer
- Android
- Java
- postman excel
- postman session
- postman collection variables
- 프런트엔드
- LSL_Script
- postman html parse
- 우수한 프런트 개발자
- postman automations
- emplace_back
- solidity
- C++
- postman
- Interaction developer
- oracle
- UI/UX Engineer
- postman collection
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Archives
- Today
- Total
david's daily developer note
[BE] CRC Error Resolved in IntelliJ Gradle Project 본문
[Develop] Web/Back-end
[BE] CRC Error Resolved in IntelliJ Gradle Project
mouse-david 2025. 2. 11. 22:36728x90
Caused by: java.io.IOException: 데이터 오류(CRC)입니다.
org.gradle.api.UncheckedIOException:
Failed to create MD5 hash for file
'C:\Program Files\JetBrains\IntelliJ IDEA 2022.1.3\lib\app.jar'
at org.gradle.internal.hash.DefaultFileHasher.hash(DefaultFileHasher.java:44)
멀쩡하던 IntelliJ Gradle 프로젝트가 갑자기 빌드하면 저 문제가 발생.
(Intellij 2022.1.3, Gradle 8.6, JDK 21)
실패 시도
1. Invalidate Caches Restart 실패
2. gradlwe clean, build 등의 명령어 불가
3. intelliJ 재설치 실패
4. 신규 프로젝트 생성해도 동일한 오류 발생
5. 프로젝트에 이미 생성된 .gradle, .idea, build 파일 삭제하고 gradle 다시 로드 실패
최종 성공
1. .gradle/caches 폴더를 직접 삭제했더니 실패
2. 삭제 실패 이유가 caches 파일을 잡고 있는 백그라운드 프로세스 존재
3. 백그라운드 프로세스 openjdk platform binary 강제 제거
4. caches 다시 삭제 성공
5. IntelliJ gradle 다시 로드 성공
6. 해결
728x90
'[Develop] Web > Back-end' 카테고리의 다른 글
[BE] SpringBoot 3.2.3 developer tools simple note (0) | 2024.03.19 |
---|---|
[BE] Spring security AuthenticationSuccessEvent & SessionDestroyedEvent (0) | 2023.10.30 |
[BE] IntelliJ + MariaDB Local Setting (1) | 2023.10.24 |
[BE] 포스트맨 + 엑셀 조합으로 API 실행 자동화 -2 (RSA) (0) | 2023.09.19 |
[BE] 포스트맨 + 엑셀 조합으로 API 실행 자동화 -3 (HTML Parsing) (0) | 2023.09.19 |