Uploaded image for project: 'Jira Data Center'
  1. Jira Data Center
  2. JRASERVER-14148

NumberFormatException occurs while trying to set up a trusted application if the

    XMLWordPrintable

Details

    Description

      The following NumberFormatException occurs while trying to set up Confluence as a trusted application.

      java.lang.NumberFormatException: null
      at java.lang.Integer.parseInt(Integer.java:415)
      at java.lang.Integer.valueOf(Integer.java:553)
      at com.atlassian.jira.web.action.admin.trustedapps.ViewTrustedApplications.requestTrustedApplication(ViewTrustedApplications.java:138)
      at com.atlassian.jira.web.action.admin.trustedapps.ViewTrustedApplications.doRequest(ViewTrustedApplications.java:74)
      

      This is because the jira.trustedapps.timeout.default property is not set in jira-application.properties or is set but not a number.

      TRUNK has the fix checked in, which is to default to 10 seconds.

      Attachments

        Activity

          People

            jed Jed Wesley-Smith (Inactive)
            jed Jed Wesley-Smith (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: