250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- centerSlides
- prettier
- vue2
- Vue
- watchOverflow
- eslint prettier
- slidePerView
- CORS
- activeIndex
- loop:true
- display
- jquery
- index
- slidePerGroup
- javascirpt
- classlist
- archiver
- swiperOption
- css
- error
- JavaScript
- js
- 인덱스
- vscode
- eslint
- swiper
- slideChange
- querySelector
- realIndex
- v-bind
Archives
- Today
- Total
코딩하는 둥둥
[ JAVA ERROR/STS ] ClassNotFoundException: org.springframework.web.context.ContextLoaderListener 본문
ERROR/JAVA
[ JAVA ERROR/STS ] ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
둥둥 2021. 12. 18. 02:12728x90
심각: 클래스 [org.springframework.web.context.ContextLoaderListener]의
애플리케이션 리스너를 설정하는 중 오류 발생
java.lang.ClassNotFoundException: org.springframework.web.context.ContextLoaderListener
at org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1407)
상황
500 에러 발생
원인
member-controller의 로그인 매핑이 중복됨
해결
사용할 하나를 제외하고는 주석처리
728x90
'ERROR > JAVA' 카테고리의 다른 글
[ SpringBoot / ERROR] Failed to load ApplicationContext (0) | 2022.03.10 |
---|---|
[ JAVA ERROR/STS ] Ajax : parseerror (0) | 2021.12.23 |
[ JAVA ERROR/STS ] DefaultHandlerExceptionResolver (0) | 2021.12.22 |
[ JAVA ERROR/Eclipse ] org.apache.catalina.LifecycleException (0) | 2021.12.13 |
[ Eclipse / ERROR ] ClassNotFoundException : OJDBC 연결/추가 (0) | 2021.12.08 |