Tomcat Web Application Manager 사용 중 다음과 같은 오류가 발생했습니다.
심각: A web application registered the JBDC driver [core.log.jdbc.driver.InfomixDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
2013. 5. 10 오후 6:51:30 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
원인
등록된 JDBC Driver가 미등록 상태로 변경하던 중 실패가 되서 memory leak이 발생함.
강제적으로 미등록 상태로 만들어야 한다고 함.
해결
웹 어플리케이션 WEB-INF/lib에 jdbc 라이브러리를 tomcat의 lib 밑으로 옮겨서 관리함.
'웹어플리케이션서버' 카테고리의 다른 글
Mutiple Tomcat Load Balancing(Nginx1+TomcatN) 구성 (0) | 2014.07.24 |
---|---|
[Tomcat7] Context [] startup failed due to previous errors (0) | 2013.06.24 |
OpenSSL을 이용한 Tomcat HTTPS 설정 - PKCS12 format (0) | 2012.10.14 |
Tomcat6 catalina.out 로그 일자별로 생성하기 (0) | 2012.08.09 |
현재 생성된 Session 수 체크하기 (0) | 2012.01.04 |