Suppress warnings when starting Jira

XMLWordPrintable

    • 1

      Issue Summary

      When restarting Jira, some warnings (like below 2)  occur in application log(application-jira.log).

      2025-12-26 07:11:42,839+0000 JIRA-Bootstrap WARN      [c.a.c.d.synchronisation.cache.CacheRefresherFactoryImpl] CacheRefresherFactoryImpl is deprecated and soon will be removed. Please use com.atlassian.crowd.directory.ldap.cache.CrowdServerCacheRefresherFactory instead.
      
      
      2025-12-26 07:11:43,347+0000 JIRA-Bootstrap WARN      [c.a.j.issue.search.OfBizSearchRequestStore] Invalid value 'null' for property 'jira.sharedentity.searchrequest.store.batch.size'. Using default batch size: '300000'.
       

      It does not look like doing harm, but it may let customers confusing.

       

      It is better to suppress the warnings.

      Steps to Reproduce

      1. In Jira 10.3.x
      2. Restart Jira application
      3. Check application log in starting

      Expected Results

      Actual Results

      The below warnings is thrown in application-jira.log.

      2025-12-26 07:11:42,839+0000 JIRA-Bootstrap WARN [c.a.c.d.synchronisation.cache.CacheRefresherFactoryImpl] CacheRefresherFactoryImpl is deprecated and soon will be removed. Please use com.atlassian.crowd.directory.ldap.cache.CrowdServerCacheRefresherFactory instead. 
      
      
      2025-12-26 07:11:43,347+0000 JIRA-Bootstrap WARN [c.a.j.issue.search.OfBizSearchRequestStore] Invalid value 'null' for property 'jira.sharedentity.searchrequest.store.batch.size'. Using default batch size: '300000'.  

      Workaround

      Currently there is no known workaround for this behavior. 

            Assignee:
            Unassigned
            Reporter:
            Rick Li
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: