SSH 프레임 워 크 통합 중 WebappClassLoaderBase. java: 1385 오류 발생

5835 단어 독학
SSH 프레임 워 크 를 통합 할 때 발생 하 는 문제
Hibernate, Struts, Spring 을 공부 할 때 Hibernate 와 Struts 를 배 운 후에 테스트 에 문제 가 없 었 고 원래 의 기초 위 에서 Spring 의 내용 을 수정 하여 tomcat 를 시작 할 때 다음 과 같은 문제 가 발생 했다.
17-May-2020 18:37:33.253    [mysql-cj-abandoned-connection-cleanup] org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
        java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load []. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
                at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1385)
                at org.apache.catalina.loader.WebappClassLoaderBase.getResource(WebappClassLoaderBase.java:1038)
                at com.mysql.jdbc.AbandonedConnectionCleanupThread.checkThreadContextClassLoader(AbandonedConnectionCleanupThread.java:112)
                at com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:79)
                at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
                at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
                at java.lang.Thread.run(Unknown Source)

자 료 를 찾 는 데 오 랜 시간 이 걸 렸 지만 해결 방안 이나 이 bug 와 관련 된 내용 을 찾 지 못 해 이 문 제 를 걸 었 습 니 다.
tomcat localhost 로 그 를 찾 아 보 니 프로그램 모니터 [org. springframework. web. context. contextLoader Listener] 설정 오류 가 발생 했 습 니 다.
lib 폴 더 수정 후
이상 하 게 컨 텍스트 초기 화 이 벤트 를 클래스 의 디텍터 인 스 턴 스 로 보 냅 니 다. [org. spring from work. web. context. context Loader Listener]
최종 디버그 결과 <
common - logging 의 jar 패키지 가 부족 합 니 다. 이 jar 패 키 지 는 log4j 와 함께 사용 합 니 다.

좋은 웹페이지 즐겨찾기