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

NumberFormatException When Cancelling Page Edits

    XMLWordPrintable

Details

    Description

      Problem

      When clicking "Cancel" in Confluence Editor to discard any changes to a page, the following appears in the atlassian-confluence.log:

      2012-10-22 22:21:23,956 ERROR [http-8043-6] [atlassian.confluence.servlet.ConfluenceServletDispatcher] sendError Could not execute action
       -- url: /pages/doeditpage.action | userName: admin | referer: http://localhost:8043/pages/editpage.action?pageId=4064
      java.lang.NumberFormatException: null
          at java.lang.Long.parseLong(Long.java:375)
          at java.lang.Long.parseLong(Long.java:468)
          at com.atlassian.confluence.pages.Draft.getPageIdAsLong(Draft.java:83)
          at com.atlassian.confluence.pages.actions.AbstractCreateAndEditPageAction.getCancelResult(AbstractCreateAndEditPageAction.java:630)
          at com.atlassian.confluence.pages.actions.AbstractEditPageAction.getCancelResult(AbstractEditPageAction.java:296)
          at com.atlassian.confluence.core.CancellingInterceptor.intercept(CancellingInterceptor.java:20)
          at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
          at com.atlassian.confluence.xwork.HttpMethodValidationInterceptor.intercept(HttpMethodValidationInterceptor.java:72)
          at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
          at com.atlassian.confluence.security.websudo.WebSudoInterceptor.intercept(WebSudoInterceptor.java:63)
          at com.opensymphony.xwork.DefaultActionInvocation.invoke(DefaultActionInvocation.java:165)
          at com.atlassian.confluence.themes.ThemeContextInterceptor.intercept(ThemeContextInterceptor.java:68)
      .....

      Cause

      Confluence is not able to convert the Draft Page ID due to invalid format.

      Workaround

      For a known workaround please refer to NumberFormatException When Cancelling Page Edits

      Attachments

        Issue Links

          Activity

            People

              slancashire Steve Lancashire (Inactive)
              gcheck GuilhermeA
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: