joerghoh commented on PR #48: URL: https://github.com/apache/sling-org-apache-sling-jcr-resource/pull/48#issuecomment-3292661806
No, the exception is not the problem, rather the unnecessary logging: ``` at org.apache.jackrabbit.oak.jcr.observation.ObservationManagerImpl$WarningListenerTracker.warn(Ljava/lang/String;)V (ObservationManagerImpl.java:490) at org.apache.jackrabbit.commons.observation.EventTracker.userInfoAccessed()V (EventTracker.java:57) at org.apache.jackrabbit.commons.observation.EventTracker.getUserData()Ljava/lang/String; (EventTracker.java:133) at org.apache.sling.jcr.resource.internal.JcrResourceListener.createResourceChange(Ljavax/jcr/observation/Event;Ljava/lang/String;Lorg/apache/sling/api/resource/observation/ResourceChange$ChangeType;)Lorg/apache/sling/api/resource/observation/ResourceChange; (JcrResourceListener.java:174) at org.apache.sling.jcr.resource.internal.JcrResourceListener.onEvent(Ljavax/jcr/observation/EventIterator;)V (JcrResourceListener.java:140) ``` and https://github.com/apache/jackrabbit/blob/2020a50a469b37b1c81918c8470ba304ea777b25/jackrabbit-jcr-commons/src/main/java/org/apache/jackrabbit/commons/observation/EventTracker.java#L55 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@sling.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org