-
[weblogic]please increase the size of the pool and retry..개발 2021. 1. 9. 12:50728x90
로그상의 오류문구
### Cause: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection nested
exception is weblogic.jdbc.extensions.PoolLimitSQLException: weblogic.common.resourcepool.ResourceLimitException:
No resources currently available in pool cmsDataSource to allocate to applications,
please increase the size of the pool and retry..
원인
소스상의 누수로 인하여 커넥션 풀이 반환이 되지않아 데이터베이스에 접속이 불가
해결 방법
1. 서버 재기동(임시조치)
2. 재기동 이후 weblogic으로 누수되는 곳을 찾아 조치한다.
3. jsp소스상의 close()가 작성되지 않은 곳을 찾는다.
(프레임워크로통한 디비연결이 아닌 jsp상의 직접 붙은경우)
'개발' 카테고리의 다른 글
[weblogic]please increase the size of the pool and retry... (0) 2021.01.09 [weblogic]please increase the size of the pool and retry.. (0) 2021.01.09 [OAuth2.0]OAuth2.0를 구성하고 있는 주요 4가지 객체 (0) 2021.01.09 [OAuth2.0]OAuth2.0를 구성하고 있는 주요 4가지 객체 (0) 2021.01.09 [TensorFlow.js]참고내용 (0) 2021.01.09