-
Type:
Suggestion
-
Resolution: Unresolved
-
None
-
Component/s: System Administration - Others
-
None
-
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
- In Jira 10.3.x
- Restart Jira application
- 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.