Angela Schreiber created SLING-9821:
---------------------------------------

             Summary: Error message points to non-existing method
                 Key: SLING-9821
                 URL: https://issues.apache.org/jira/browse/SLING-9821
             Project: Sling
          Issue Type: Bug
          Components: JCR
            Reporter: Angela Schreiber


https://github.com/apache/sling-org-apache-sling-jcr-base/blame/master/src/main/java/org/apache/sling/jcr/base/AbstractSlingRepositoryManager.java#L573

logs the following error:
{code}
log.error("start: Uncaught Throwable trying to access Repository, calling 
stopRepository()", e);
{code}

but there no method {{stopRepository()}}. the method that is called is 
{{stop()}}.

so, the right log output should read instead:
{code}
log.error("start: Uncaught Throwable trying to access Repository, calling 
stop()", e);
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to