Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-9821

Error message points to non-existing method

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • None
    • JCR Base 3.1.8
    • JCR
    • None

    Description

      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:

      log.error("start: Uncaught Throwable trying to access Repository, calling stopRepository()", e);
      

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

      so, the right log output should read instead:

      log.error("start: Uncaught Throwable trying to access Repository, calling stop()", e);
      

      Attachments

        Activity

          People

            karlpauls Karl Pauls
            angela Angela Schreiber
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - Not Specified
                Not Specified
                Remaining:
                Remaining Estimate - 0h
                0h
                Logged:
                Time Spent - 50m
                50m