른록노트

[error] tomcat jdbc memory leak 본문

Web/[Error]

[error] tomcat jdbc memory leak

른록 2017. 8. 2. 22:49

The web application [] registered the JDBC driver [oracle.jdbc.OracleDriver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.

 

원인

등록된 JDBC Driver가 미등록 상태로 변경하던 중 실패가 되서 memory leak이 발생함.

강제적으로 미등록 상태로 만들어야 한다고 함.

 

해결

웹 어플리케이션 WEB-INF/lib에 jdbc 라이브러리를 tomcat의 lib 밑으로 옮겨서 관리함.


참고사이트

http://egloos.zum.com/utils/v/3900687

반응형
Comments