Transactions cache warnings thrown continuously

XMLWordPrintable

      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

      1. Install and start Confluence 5.5
      2. 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
      

            Assignee:
            Petro Semeniuk (Inactive)
            Reporter:
            Brian
            Votes:
            12 Vote for this issue
            Watchers:
            43 Start watching this issue

              Created:
              Updated:
              Resolved: