Hey guys,
We have different environments for different purposes for our site. The same code is used on all environments, but this problem only occurs on the test environment.
at org.hippoecm.hst.site.request.HstRequestContextImpl.getSession(HstRequestContextImpl.java:172)
at org.hippoecm.hst.site.request.HstRequestContextImpl.getObjectBeanManager(HstRequestContextImpl.java:799)
... 38 more
Caused by: org.hippoecm.hst.core.jcr.pool.NoAvailableSessionException: No session is available now. Probably the session pool was exhausted.
at org.hippoecm.hst.core.jcr.pool.BasicPoolingRepository.login(BasicPoolingRepository.java:348)
at org.hippoecm.hst.core.jcr.pool.BasicPoolingRepository.login(BasicPoolingRepository.java:365)
at org.hippoecm.hst.core.jcr.pool.LazyMultipleRepositoryImpl.login(LazyMultipleRepositoryImpl.java:189)
... 42 more
So this means that there are a lot of sessions active in the basic pooling repository.
We already upped our configurations as production to maxActive 400(1) and added more memory just to be sure but the problem does still occur..
The CMS and Console does work, but the /site returns a proxy error.. This happens a lot of times and creates a lot of logs..
There’s probably some setting wrong somewhere, or a configuration on the server wrong. But we checked pretty much everywhere, and have no clue how to solve this issue
Anyone know what else we could do?
Hippo 11.2.2.