-
Bug
-
Resolution: Fixed
-
Low
-
5.2.5, 5.5, 5.5.1, 5.5.2, 5.5.3, 5.6, 5.7
On seemingly every click, Confluence throws a warning similar to the following:
2014-05-05 17:40:45,417 WARN [http-bio-8055-exec-10] [atlassian.confluence.cache.TransactionalCacheFactory] warning Transactional cache update outside transaction. All updates to this cache should be performed from a thread with a valid transaction context.
Steps to Reproduce
- Install and start Confluence 5.5
- Click around and monitor the logs
Workaround
To suppress the warnings, edit <confluence-install-directory>/confluence/WEB-INF/classes/log4j.properties:
...
## caching debugging
log4j.logger.com.atlassian.confluence.cache=ERROR, confluencelog
log4j.additivity.com.atlassian.confluence.cache=false
- is incorporated by
-
CONFSERVER-33774 Transactional caches are being bypassed
-
- Closed
-
Thanks for the feedback msymons!