HelloWe are using a sub-service user to get a session. We are using the
session for reading and writing ACL's in the repository. However, we are
facing the below error repeatedly. Sadly whenever this error occurs, the
code breaks and continues. java.lang.IllegalStateException: This session
has been closedat
com.google.common.base.Preconditions.checkState(Preconditions.java:150)at
org.apache.jackrabbit.oak.core.ContentSessionImpl.checkLive(ContentSessionImpl.java:85)at
org.apache.jackrabbit.oak.c...