티스토리 뷰
Project/Error
Exception in thread "main" java.lang.AbstractMethodError:
evolutioning 2024. 9. 2. 10:45Exception in thread "main" java.lang.AbstractMethodError:
Receiver class org.springframework.boot.logging.logback.RootLogLevelConfigurator does not define or inherit an implementation of the resolved method 'abstract void configure(ch.qos.logback.classic.LoggerContext)' of interface
Application.kts를 실행시키니 오류가 발생했다.
사용중인 boot는 3.3.2버젼이다.
**boot 3.3.2 버젼은 implementation("ch.qos.logback:logback-classic:1.4.x") 버젼과 호환된다.
해당 오류를 살펴보니.
log관련 의존성이 문제라는걸 알았고,
build.gradle.kts에 설정한 implementation("ch.qos.logback:logback-classic:1.2.3")에 노란 밑줄이 그어져있었다.
maven-repository에 들어가보니
해당 버젼은 취약점이 있으니 다른버젼을 사용해야한다했고,
다른 버젼을 강제로 사용하기보다는
Spring Boot가 기본적으로 제공하는 logback-classic 버전을 그대로 사용하기로했다.
반응형
'Project > Error' 카테고리의 다른 글
| [IntelliJ] 명령줄이 너무 깁니다 / Command line is too long 해결 (0) | 2026.05.12 |
|---|---|
| UT005023: Exception handling request to /api/* (0) | 2025.09.02 |
| Column count doesn't match value count at row 1 (0) | 2025.01.14 |
| Bootstrap + Js 오류(bootstrap is not defined) (0) | 2024.12.24 |
| Error페이지 설정 (0) | 2024.08.22 |
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- insert
- 의존성
- 백엔드
- Insert오류
- JAR매니패스트
- null
- jwt
- dbeaver
- kotlin
- session저장
- AI
- dependencies
- Powershell
- 명령줄이 너무 깁니다
- securityconfig
- springsecurity
- ubuntu
- MariaDB
- Column count doesn't match value count at row 1
- 서버호스트
- Git
- Postman
- 게시판
- Spring Security
- CRUD
- 특일정보
- InetAddress
- gradle
- spring ai
- GitHub
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 29 |
| 30 | 31 |
글 보관함