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

Make WW log the expression that dies for debugging

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • None
    • We collect Confluence feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

    Description

      Currently we get a trace like this, which is useless to work out which expression actually died:

      java.lang.RuntimeException: Caught an Ognl exception while getting property page
      at com.opensymphony.xwork.util.CompoundRootAccessor.getProperty(CompoundRootAccessor.java:102)
      at ognl.OgnlRuntime.getProperty(OgnlRuntime.java:1444)
      at ognl.ASTProperty.getValueBody(ASTProperty.java:96)
      at ognl.SimpleNode.getValue(SimpleNode.java:167)
      at ognl.ASTNotEq.getValueBody(ASTNotEq.java:49)

      We need to put the expression into the exception so that we can work out (via find in an IDE) what actually died.

      Attachments

        Activity

          People

            Unassigned Unassigned
            mike@atlassian.com Mike Cannon-Brookes
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: