Uploaded image for project: 'Confluence Data Center'
  1. Confluence Data Center
  2. CONFSERVER-18271

cachecontents.jsp page is broken

    XMLWordPrintable

Details

    Description

      The http://<confluence url>/admin/cachecontents.jsp page is broken. See Cache Performance Tuning documentation for more information about this jsp file.

      Some links produce a stack trace when clicked.

      eg.:

      Cause
      
      org.apache.jasper.JasperException: An exception occurred processing JSP page /admin/cachecontents.jsp at line 70 67: <tbody> 68: <% int count = 0; %> 69: <% for (Object key : cache.getKeys()) { %> 70: <tr><td><%= key %> (<%= key.getClass().getSimpleName() %>)</td><td><%= cache.get(key) %> (<%= cache.get(key).getClass().getSimpleName() %>)</td></tr> 71: <% if (++count > 100) break; %> 72: <% } %> 73: <% if (count > 100) { %> Stacktrace:
          at org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:524)
      
      caused by: java.lang.NullPointerException
          at org.apache.jsp.admin.cachecontents_jsp._jspService(cachecontents_jsp.java:150) 
      

      Attachments

        Issue Links

          Activity

            People

              bnguyen Brian Nguyen (Inactive)
              rhartono Roy Hartono [Atlassian]
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: