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

NPE thrown when attempting to export space as PDF

    XMLWordPrintable

Details

    Description

      I get the following stack trace in the console when trying to export the Demonstration Space that comes with Confluence to PDF (Its copied from the cmd window so it might look a little strange):

      2007-07-31 11:43:38,588 ERROR [Export Space task] [confluence.util.velocity.Velo
      cityUtils] getRenderedTemplate Error occurred rendering template: styles/site-cs
      s.vm
      – url: /spaces/doexportspace.action | userName: admin | action: doexportspace
      org.apache.velocity.exception.MethodInvocationException: Invocation of method 'i
      sShowSillyMenus' in class com.atlassian.confluence.core.actions.StylesheetActio
      n threw exception class java.lang.NullPointerException : null
      at org.apache.velocity.runtime.parser.node.PropertyExecutor.execute(Prop
      ertyExecutor.java:188)
      at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIden
      tifier.java:226)
      at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTRefer
      ence.java:207)
      at org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTRefe
      rence.java:337)
      at org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNod
      e.java:85)
      at org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExp
      ression.java:84)
      at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfSt
      atement.java:107)
      at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
      java:271)
      at org.apache.velocity.Template.merge(Template.java:296)
      at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTempl
      ateWithoutSwallowingErrors(VelocityUtils.java:53)
      at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTempl
      ate(VelocityUtils.java:33)
      at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTempl
      ate(VelocityUtils.java:26)
      at com.atlassian.confluence.core.actions.StylesheetAction.renderDefaultS
      tylesheet(StylesheetAction.java:51)
      at com.atlassian.confluence.importexport.impl.XHtmlCSSIntegrator.<init>(
      XHtmlCSSIntegrator.java:32)
      at com.atlassian.confluence.importexport.impl.WikiExporter.initializePre
      liminaries(WikiExporter.java:164)
      at com.atlassian.confluence.importexport.impl.WikiExporter.exportWikiToX
      slFo(WikiExporter.java:141)
      at com.atlassian.confluence.importexport.impl.WikiExporter.exportWikiToX
      slFo(WikiExporter.java:102)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.j
      ava:260)
      at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTRefer
      ence.java:207)
      at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTRefere
      nce.java:250)
      at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
      java:271)
      at org.apache.velocity.Template.merge(Template.java:296)
      at com.atlassian.confluence.util.TemplateSupport.processTemplate(Templat
      eSupport.java:70)
      at com.atlassian.confluence.importexport.impl.PdfExporter.generateXslFo(
      PdfExporter.java:173)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity
      (PdfExporter.java:97)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportSpace(AbstractRendererExporterImpl.java:127)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.doExport(AbstractRendererExporterImpl.java:109)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExport(PdfEx
      porter.java:63)
      at com.atlassian.confluence.importexport.DefaultImportExportManager.expo
      rtAs(DefaultImportExportManager.java:112)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
      on(AopUtils.java:287)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
      inpoint(ReflectiveMethodInvocation.java:181)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:148)
      at org.springframework.transaction.interceptor.TransactionInterceptor.in
      voke(TransactionInterceptor.java:96)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:170)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
      cAopProxy.java:176)
      at $Proxy48.exportAs(Unknown Source)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask$2.doInTransactionWithoutResult(ExportSpaceLongRunningTask.java:85)
      at org.springframework.transaction.support.TransactionCallbackWithoutRes
      ult.doInTransaction(TransactionCallbackWithoutResult.java:33)
      at org.springframework.transaction.support.TransactionTemplate.execute(T
      ransactionTemplate.java:114)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask.runInternal(ExportSpaceLongRunningTask.java:61)
      at com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunni
      ngTask.run(ConfluenceAbstractLongRunningTask.java:21)
      at java.lang.Thread.run(Thread.java:595)
      caused by:
      java.lang.NullPointerException
      at com.atlassian.confluence.core.ConfluenceActionSupport.isShowSillyMenu
      s(ConfluenceActionSupport.java:658)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.apache.velocity.runtime.parser.node.PropertyExecutor.execute(Prop
      ertyExecutor.java:154)
      at org.apache.velocity.runtime.parser.node.ASTIdentifier.execute(ASTIden
      tifier.java:226)
      at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTRefer
      ence.java:207)
      at org.apache.velocity.runtime.parser.node.ASTReference.evaluate(ASTRefe
      rence.java:337)
      at org.apache.velocity.runtime.parser.node.ASTNotNode.evaluate(ASTNotNod
      e.java:85)
      at org.apache.velocity.runtime.parser.node.ASTExpression.evaluate(ASTExp
      ression.java:84)
      at org.apache.velocity.runtime.parser.node.ASTIfStatement.render(ASTIfSt
      atement.java:107)
      at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
      java:271)
      at org.apache.velocity.Template.merge(Template.java:296)
      at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTempl
      ateWithoutSwallowingErrors(VelocityUtils.java:53)
      at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTempl
      ate(VelocityUtils.java:33)
      at com.atlassian.confluence.util.velocity.VelocityUtils.getRenderedTempl
      ate(VelocityUtils.java:26)
      at com.atlassian.confluence.core.actions.StylesheetAction.renderDefaultS
      tylesheet(StylesheetAction.java:51)
      at com.atlassian.confluence.importexport.impl.XHtmlCSSIntegrator.<init>(
      XHtmlCSSIntegrator.java:32)
      at com.atlassian.confluence.importexport.impl.WikiExporter.initializePre
      liminaries(WikiExporter.java:164)
      at com.atlassian.confluence.importexport.impl.WikiExporter.exportWikiToX
      slFo(WikiExporter.java:141)
      at com.atlassian.confluence.importexport.impl.WikiExporter.exportWikiToX
      slFo(WikiExporter.java:102)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.apache.velocity.runtime.parser.node.ASTMethod.execute(ASTMethod.j
      ava:260)
      at org.apache.velocity.runtime.parser.node.ASTReference.execute(ASTRefer
      ence.java:207)
      at org.apache.velocity.runtime.parser.node.ASTReference.render(ASTRefere
      nce.java:250)
      at org.apache.velocity.runtime.parser.node.SimpleNode.render(SimpleNode.
      java:271)
      at org.apache.velocity.Template.merge(Template.java:296)
      at com.atlassian.confluence.util.TemplateSupport.processTemplate(Templat
      eSupport.java:70)
      at com.atlassian.confluence.importexport.impl.PdfExporter.generateXslFo(
      PdfExporter.java:173)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity
      (PdfExporter.java:97)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportSpace(AbstractRendererExporterImpl.java:127)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.doExport(AbstractRendererExporterImpl.java:109)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExport(PdfEx
      porter.java:63)
      at com.atlassian.confluence.importexport.DefaultImportExportManager.expo
      rtAs(DefaultImportExportManager.java:112)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
      on(AopUtils.java:287)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
      inpoint(ReflectiveMethodInvocation.java:181)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:148)
      at org.springframework.transaction.interceptor.TransactionInterceptor.in
      voke(TransactionInterceptor.java:96)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:170)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
      cAopProxy.java:176)
      at $Proxy48.exportAs(Unknown Source)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask$2.doInTransactionWithoutResult(ExportSpaceLongRunningTask.java:85)
      at org.springframework.transaction.support.TransactionCallbackWithoutRes
      ult.doInTransaction(TransactionCallbackWithoutResult.java:33)
      at org.springframework.transaction.support.TransactionTemplate.execute(T
      ransactionTemplate.java:114)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask.runInternal(ExportSpaceLongRunningTask.java:61)
      at com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunni
      ngTask.run(ConfluenceAbstractLongRunningTask.java:21)
      at java.lang.Thread.run(Thread.java:595)
      2007-07-31 11:43:41,104 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=c4b69a7
      f15f8fa8e7458f82670e090c152e3938db010c0a3cbdac1a9e41979150Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:41,229 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=f4e6aa7
      f5568ea2e8b1cbb8ad18807485c59a05540b021e142625333d474a5350Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:41,276 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=94c6eaa
      f15889aae4bec7bba715c1fb1d09606ecf0f031b11292f3630474e5750Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:41,276 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=94c6eaa
      f15889aae4bec7bba715c1fb1d09606ecf0f031b11292f3630474e5750Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:41,745 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=44e65a5
      f0568eafe9498985ab030c76ccebac2e3402070836bca4179b4a999450Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:41,838 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=b406ba8
      f25888a6f1b9c7b2e5154b395eef12108d0f0b1c182f2b383f4e4b5250Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:41,885 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=1406aa0
      f95c8ea7f4b1ceb0ea1b9ee54c1893b6e30207171322273f39424a5450Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:41,885 WARN [Export Space task] [apache.commons.httpclient.Http
      MethodBase] processResponseHeaders Cookie rejected: "$Version=0; BBC-UID=1406aa0
      f95c8ea7f4b1ceb0ea1b9ee54c1893b6e30207171322273f39424a5450Confluence%2f2%2e6%2dd
      r1%20%28http%3a%2f%2fwww%2eatlassian%2ecom%2fsoftware%2fconfluence%29; $Path=/;
      $Domain=bbc.co.uk". Domain attribute "bbc.co.uk" violates RFC 2109: domain must
      start with a dot
      2007-07-31 11:43:42,745 ERROR [Export Space task] [[Standalone].[localhost].[/].
      [default]] invoke Servlet.service() for servlet default threw exception
      – url: /spaces/doexportspace.action | userName: admin | action: doexportspace
      java.lang.NullPointerException
      at org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServ
      let.java:722)
      at org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java
      :376)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
      icationFilterChain.java:269)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
      ilterChain.java:188)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
      atcher.java:691)
      at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
      ispatcher.java:594)
      at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
      patcher.java:505)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportResource(AbstractRendererExporterImpl.java:208)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportImages(AbstractRendererExporterImpl.java:151)
      at com.atlassian.confluence.importexport.impl.PdfExporter.generateXslFo(
      PdfExporter.java:174)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity
      (PdfExporter.java:97)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportSpace(AbstractRendererExporterImpl.java:127)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.doExport(AbstractRendererExporterImpl.java:109)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExport(PdfEx
      porter.java:63)
      at com.atlassian.confluence.importexport.DefaultImportExportManager.expo
      rtAs(DefaultImportExportManager.java:112)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
      on(AopUtils.java:287)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
      inpoint(ReflectiveMethodInvocation.java:181)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:148)
      at org.springframework.transaction.interceptor.TransactionInterceptor.in
      voke(TransactionInterceptor.java:96)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:170)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
      cAopProxy.java:176)
      at $Proxy48.exportAs(Unknown Source)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask$2.doInTransactionWithoutResult(ExportSpaceLongRunningTask.java:85)
      at org.springframework.transaction.support.TransactionCallbackWithoutRes
      ult.doInTransaction(TransactionCallbackWithoutResult.java:33)
      at org.springframework.transaction.support.TransactionTemplate.execute(T
      ransactionTemplate.java:114)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask.runInternal(ExportSpaceLongRunningTask.java:61)
      at com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunni
      ngTask.run(ConfluenceAbstractLongRunningTask.java:21)
      at java.lang.Thread.run(Thread.java:595)
      2007-07-31 11:43:42,745 ERROR [Export Space task] [core.task.longrunning.Abstrac
      tLongRunningTask] doInTransactionWithoutResult Error during export
      – url: /spaces/doexportspace.action | userName: admin | action: doexportspace
      com.atlassian.confluence.importexport.ImportExportException: java.lang.NullPoint
      erException
      at com.atlassian.confluence.importexport.impl.PdfExporter.generateXslFo(
      PdfExporter.java:178)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity
      (PdfExporter.java:97)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportSpace(AbstractRendererExporterImpl.java:127)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.doExport(AbstractRendererExporterImpl.java:109)
      at com.atlassian.confluence.importexport.impl.PdfExporter.doExport(PdfEx
      porter.java:63)
      at com.atlassian.confluence.importexport.DefaultImportExportManager.expo
      rtAs(DefaultImportExportManager.java:112)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflecti
      on(AopUtils.java:287)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJo
      inpoint(ReflectiveMethodInvocation.java:181)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:148)
      at org.springframework.transaction.interceptor.TransactionInterceptor.in
      voke(TransactionInterceptor.java:96)
      at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(
      ReflectiveMethodInvocation.java:170)
      at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynami
      cAopProxy.java:176)
      at $Proxy48.exportAs(Unknown Source)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask$2.doInTransactionWithoutResult(ExportSpaceLongRunningTask.java:85)
      at org.springframework.transaction.support.TransactionCallbackWithoutRes
      ult.doInTransaction(TransactionCallbackWithoutResult.java:33)
      at org.springframework.transaction.support.TransactionTemplate.execute(T
      ransactionTemplate.java:114)
      at com.atlassian.confluence.importexport.actions.ExportSpaceLongRunningT
      ask.runInternal(ExportSpaceLongRunningTask.java:61)
      at com.atlassian.confluence.util.longrunning.ConfluenceAbstractLongRunni
      ngTask.run(ConfluenceAbstractLongRunningTask.java:21)
      at java.lang.Thread.run(Thread.java:595)
      Caused by: java.lang.NullPointerException
      at org.apache.catalina.servlets.DefaultServlet.serveResource(DefaultServ
      let.java:722)
      at org.apache.catalina.servlets.DefaultServlet.doGet(DefaultServlet.java
      :376)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
      icationFilterChain.java:269)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
      ilterChain.java:188)
      at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDisp
      atcher.java:691)
      at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationD
      ispatcher.java:594)
      at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDis
      patcher.java:505)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportResource(AbstractRendererExporterImpl.java:208)
      at com.atlassian.confluence.importexport.impl.AbstractRendererExporterIm
      pl.exportImages(AbstractRendererExporterImpl.java:151)
      at com.atlassian.confluence.importexport.impl.PdfExporter.generateXslFo(
      PdfExporter.java:174)
      ... 22 more

      Attachments

        Activity

          People

            agnes@atlassian.com Agnes Ro
            13a89a16571c Ryan Ackley
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: