-
Type:
Bug
-
Resolution: Not a bug
-
Priority:
Medium
-
Affects Version/s: 2.2
-
Component/s: Page - Export / Import
-
Environment:
confluence.atlassian.com
I tried exporting to PDF on our Confluence Overview page and I received an error message.
Page URL: http://confluence.atlassian.com/display/ds/Confluence+Overview
Error Message:
System Error
A system error has occurred - our apologies!
Please create a support issue on our support system at http://support.atlassian.com with the following information:
1. a description of your problem and what you were doing at the time it occurred
2. cut & paste the error and system information found below
3. attach the application server log file (if possible).
We will respond as promptly as possible.
Thank you!
Cause:
java.lang.RuntimeException: Attachment data not found where expected
at com.atlassian.confluence.pages.DefaultAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DefaultAttachmentManager.java:36)
caused by: com.atlassian.confluence.pages.AttachmentDataNotFoundException: Problem while getting attachment stream from file system
at com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao.getDataForAttachment(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(FileSystemAttachmentDataDao.java:84)
caused by: java.io.FileNotFoundException: /opt/j2ee/domains/atlassian.com/confluence/webapps/atlassian-confluence/data/attachments/13626/1463/3: No such file or directory
at jrockit.io.FileNativeIO.open0(Ljava/lang/String;I)I(Unknown Source)
Stack Trace: [hide]
java.lang.RuntimeException: Attachment data not found where expected
at com.atlassian.confluence.pages.DefaultAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DefaultAttachmentManager.java:36)
at com.atlassian.confluence.pages.DelegatorAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DelegatorAttachmentManager.java:69)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.AopProxyUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at $Proxy4.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(Unknown Source)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl$AcceptImageAttachmentFilter.accept(Lcom/atlassian/confluence/pages/Attachment;)Z(AbstractRendererExporterImpl.java:289)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPageAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;Lcom/atlassian/confluence/importexport/impl/AbstractRendererExporterImpl$AttachmentFilter;)V(AbstractRendererExporterImpl.java:183)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportAttachedImages(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:154)
at com.atlassian.confluence.importexport.impl.PdfExporter.exportHierarchyAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(PdfExporter.java:177)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity(Lcom/atlassian/confluence/core/ConfluenceEntityObject;Ljava/lang/String;)V(PdfExporter.java:130)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPage(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:148)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.doExport()Ljava/lang/String;(AbstractRendererExporterImpl.java:114)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExport()Ljava/lang/String;(PdfExporter.java:88)
at com.atlassian.confluence.importexport.DefaultImportExportManager.exportAs(Ljava/lang/Object;Lcom/atlassian/confluence/importexport/ExportContext;)Ljava/lang/String;(DefaultImportExportManager.java:116)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.AopProxyUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
Caused by: com.atlassian.confluence.pages.AttachmentDataNotFoundException: Problem while getting attachment stream from file system
at com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao.getDataForAttachment(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(FileSystemAttachmentDataDao.java:84)
at com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(AbstractHibernateAttachmentDao.java:92)
at com.atlassian.confluence.pages.DefaultAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DefaultAttachmentManager.java:32)
at com.atlassian.confluence.pages.DelegatorAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DelegatorAttachmentManager.java:69)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.AopProxyUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at $Proxy4.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(Unknown Source)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl$AcceptImageAttachmentFilter.accept(Lcom/atlassian/confluence/pages/Attachment;)Z(AbstractRendererExporterImpl.java:289)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPageAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;Lcom/atlassian/confluence/importexport/impl/AbstractRendererExporterImpl$AttachmentFilter;)V(AbstractRendererExporterImpl.java:183)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportAttachedImages(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:154)
at com.atlassian.confluence.importexport.impl.PdfExporter.exportHierarchyAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(PdfExporter.java:177)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity(Lcom/atlassian/confluence/core/ConfluenceEntityObject;Ljava/lang/String;)V(PdfExporter.java:130)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPage(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:148)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.doExport()Ljava/lang/String;(AbstractRendererExporterImpl.java:114)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExport()Ljava/lang/String;(PdfExporter.java:88)
at com.atlassian.confluence.importexport.DefaultImportExportManager.exportAs(Ljava/lang/Object;Lcom/atlassian/confluence/importexport/ExportContext;)Ljava/lang/String;(DefaultImportExportManager.java:116)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.AopProxyUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method)
Caused by: java.io.FileNotFoundException: /opt/j2ee/domains/atlassian.com/confluence/webapps/atlassian-confluence/data/attachments/13626/1463/3: No such file or directory
at jrockit.io.FileNativeIO.open0(Ljava/lang/String;I)I(Unknown Source)
at jrockit.io.FileNativeIO.open(Ljava/lang/String;I)Ljava/io/FileDescriptor;(Unknown Source)
at java.io.FileInputStream.(Ljava/lang/String;)V(Unknown Source)
at java.io.FileInputStream.(Ljava/io/File;)V(Unknown Source)
at com.atlassian.confluence.pages.persistence.dao.FileSystemAttachmentDataDao.getDataForAttachment(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(FileSystemAttachmentDataDao.java:80)
at com.atlassian.confluence.pages.persistence.dao.hibernate.AbstractHibernateAttachmentDao.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(AbstractHibernateAttachmentDao.java:92)
at com.atlassian.confluence.pages.DefaultAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DefaultAttachmentManager.java:32)
at com.atlassian.confluence.pages.DelegatorAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DelegatorAttachmentManager.java:69)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.AopProxyUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at $Proxy4.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(Unknown Source)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl$AcceptImageAttachmentFilter.accept(Lcom/atlassian/confluence/pages/Attachment;)Z(AbstractRendererExporterImpl.java:289)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPageAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;Lcom/atlassian/confluence/importexport/impl/AbstractRendererExporterImpl$AttachmentFilter;)V(AbstractRendererExporterImpl.java:183)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportAttachedImages(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:154)
at com.atlassian.confluence.importexport.impl.PdfExporter.exportHierarchyAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(PdfExporter.java:177)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity(Lcom/atlassian/confluence/core/ConfluenceEntityObject;Ljava/lang/String;)V(PdfExporter.java:130)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPage(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:148)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.doExport()Ljava/lang/String;(AbstractRendererExporterImpl.java:114)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExport()Ljava/lang/String;(PdfExporter.java:88)
at com.atlassian.confluence.importexport.DefaultImportExportManager.exportAs(Ljava/lang/Object;Lcom/atlassian/confluence/importexport/ExportContext;)Ljava/lang/String;(DefaultImportExportManager.java:116)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
Referer URL: http://confluence.atlassian.com/display/ds/Confluence+Overview
Build Information:
Confluence Home: /opt/j2ee/domains/atlassian.com/confluence/webapps/atlassian-confluence/data
Uptime: 1 day, 6 hours, 19 minutes, 12 seconds
Version: 2.2-dr2
Build Number: 510
Server Information:
Application Server: Resin/3.0.14
Servlet Version: 2.4
Database Dialect: net.sf.hibernate.dialect.PostgreSQLDialect
Database Driver Name: N/A
Database Driver Version: N/A
Memory Information:
Total Memory: 600 MB
Free Memory: 236 MB
Used Memory: 364 MB
System Information:
System Date: Wednesday, 10 May 2006
System Time: 19:17:22
System Favourite Colour: Chartreuse
Java Version: 1.4.2_08
Java Vendor: BEA Systems, Inc.
JVM Version: 1.0
JVM Vendor: Sun Microsystems Inc.
JVM Implementation Version: ari-49095-20050826-1856-linux-ia32
Java Runtime: Java(TM) 2 Runtime Environment, Standard Edition
Java VM: BEA WebLogic JRockit(TM) 1.4.2_08 JVM R24.5.0-61
User Name: j2ee
User Timezone: America/Chicago
Operating System: Linux 2.6.9-34.ELsmp
OS Architecture: i386
Filesystem Encoding: ANSI_X3.4-1968
Enabled Plugins:
Utilities Plugin (org.randombits.confluence.utilities, Version: 2.1.3)
Page Tabs (confluence.sections.page, Version: 1.0)
Basic Macros (confluence.macros.basic, Version: 1.3)
Core Listeners (confluence.listeners.core, Version: 1.3)
Dashboard Macros (confluence.macros.dashboard, Version: 1.3)
Chart Plugin (confluence.extra.chart, Version: 1.5)
Live Search Macros (confluence.extra.livesearch, Version: 1.3)
Information Macros (confluence.extra.information, Version: 0.1)
Global Labels Sections (confluence.sections.labels, Version: 1.0)
Metadata Plugin (com.pantero.confluence.plugins.metadata, Version: 1.3)
JIRA Macros (confluence.extra.jira, Version: 1.4)
Layout Macros (confluence.extra.layout, Version: 0.1)
Confluence Remote API (confluence.extra.confluencerpc, Version: 1.4)
Profile Tabs (confluence.sections.profile, Version: 1.0)
Admin Sections (confluence.sections.admin, Version: 1.0)
Slideshow (com.atlassian.confluence.extra.slideshow, Version: 1.0)
Tabular Metadata (confluence.extra.masterdetail, Version: 1.0)
Space Admin Sections (confluence.sections.space.admin, Version: 1.0)
Space Pages Sections (confluence.sections.space.pages, Version: 1.0)
Confluence Repository Client (confluence.repository.client, Version: 1.1)
Advanced Macros (confluence.macros.advanced, Version: 1.3)
Space Advanced Sections (confluence.sections.space.advanced, Version: 1.0)
News Tabs (confluence.sections.news, Version: 1.0)
Attachments Macros (confluence.extra.attachments, Version: 1.3)
IM Presence Macros (confluence.extra.impresence, Version: 0.1)
Edit Profile Sections (confluence.sections.profile.edit, Version: 1.0)
Space Actions Sections (confluence.sections.space.actions, Version: 1.0)
Task List Macros (confluence.extra.tasklist, Version: 1.3)
Space Labels Sections (confluence.sections.space.labels, Version: 1.0)
Attachment Extractors (confluence.extractors.attachments, Version: 1.4)
Left Navigation Theme (com.atlassian.confluence.themes.leftnavigation, Version: 1.0)
Dynamic Task List Macros (confluence.extra.dynamictasklist, Version: 1.3)
Core Extractors (confluence.extractors.core, Version: 1.4)
Confluence Repository Macros (confluence.repository.macros, Version: 1.1)
Compatibility Macros (confluence.macros.compatibility, Version: 1.3)
Code Macro (confluence.macros.code, Version: 1.4)
Space Item Tabs (confluence.sections.space, Version: 1.0)
Request
Information:
URL: http://confluence.atlassian.com/500page.jsp
- Scheme: http
- Server: confluence.atlassian.com
- Port: 80
- URI: /500page.jsp
- - Context Path:
- - Servlet Path: /500page.jsp
- - Path Info: null
- - Query String: null
Attributes:
- webwork.valueStack : com.opensymphony.xwork.util.OgnlValueStack@699040a
- javax.servlet.error.message : Attachment data not found where expected
- sessioninview.FILTERED : true
- com.atlassian.johnson.filters.JohnsonFilter_already_filtered : true
- javax.servlet.error.exception : java.lang.RuntimeException: Attachment data not found where expected
- javax.servlet.forward.servlet_path : /pages/doexportpage.action
- os_securityfilter_already_filtered : true
- caucho.forward : true
- com.atlassian.core.filters.gzip.GzipFilter_already_filtered : true
- javax.servlet.jsp.jspException : java.lang.RuntimeException: Attachment data not found where expected
- _sitemesh_filterapplied : true
- javax.servlet.forward.request_uri : /pages/doexportpage.action
- javax.servlet.error.status_code : 500
- javax.servlet.forward.query_string : pageId=13616&type=TYPE_PDF
- javax.servlet.error.request_uri : /pages/doexportpage.action
- atlassian.core.seraph.original.url : /pages/doexportpage.action?pageId=13616&type=TYPE_PDF
- loginfilter.already.filtered : true
- javax.servlet.forward.context_path :
Parameters:
- pageId = 13616
- type = TYPE_PDF
Confluence User: - ben@atlassian.com
Logging:
2 log statements generated by this request:
[ERROR] Wed May 10 19:17:22 CDT 2006 [com.atlassian.confluence.util.XWorkTransactionInterceptor] Invoking rollback for transaction on action '/pages/doexportpage.action (ExportPageAction.execute())' due to throwable: java.lang.RuntimeException: Attachment data not found where expected
Throwable:
java.lang.RuntimeException: Attachment data not found where expected
at com.atlassian.confluence.pages.DefaultAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DefaultAttachmentManager.java:36)
at com.atlassian.confluence.pages.DelegatorAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DelegatorAttachmentManager.java:69)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.AopProxyUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at $Proxy4.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(Unknown Source)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl$AcceptImageAttachmentFilter.accept(Lcom/atlassian/confluence/pages/Attachment;)Z(AbstractRendererExporterImpl.java:289)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPageAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;Lcom/atlassian/confluence/importexport/impl/AbstractRendererExporterImpl$AttachmentFilter;)V(AbstractRendererExporterImpl.java:183)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportAttachedImages(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:154)
at com.atlassian.confluence.importexport.impl.PdfExporter.exportHierarchyAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(PdfExporter.java:177)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity(Lcom/atlassian/confluence/core/ConfluenceEntityObject;Ljava/lang/String;)V(PdfExporter.java:130)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPage(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:148)
[ERROR] Wed May 10 19:17:22 CDT 2006 [com.opensymphony.webwork.dispatcher.ServletDispatcher] Could not execute action
Throwable:
java.lang.RuntimeException: Attachment data not found where expected
at com.atlassian.confluence.pages.DefaultAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DefaultAttachmentManager.java:36)
at com.atlassian.confluence.pages.DelegatorAttachmentManager.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(DelegatorAttachmentManager.java:69)
at jrockit.reflect.NativeMethodInvoker.invoke0(Ljava/lang/Object;ILjava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;I)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.AopProxyUtils.invokeJoinpointUsingReflection(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Lorg/aopalliance/intercept/MethodInvocation;)Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed()Ljava/lang/Object;(Optimized Method)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(Ljava/lang/Object;Ljava/lang/reflect/Method;[Ljava/lang/Object;)Ljava/lang/Object;(Optimized Method)
at $Proxy4.getAttachmentData(Lcom/atlassian/confluence/pages/Attachment;)Ljava/io/InputStream;(Unknown Source)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl$AcceptImageAttachmentFilter.accept(Lcom/atlassian/confluence/pages/Attachment;)Z(AbstractRendererExporterImpl.java:289)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPageAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;Lcom/atlassian/confluence/importexport/impl/AbstractRendererExporterImpl$AttachmentFilter;)V(AbstractRendererExporterImpl.java:183)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportAttachedImages(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:154)
at com.atlassian.confluence.importexport.impl.PdfExporter.exportHierarchyAttachments(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(PdfExporter.java:177)
at com.atlassian.confluence.importexport.impl.PdfExporter.doExportEntity(Lcom/atlassian/confluence/core/ConfluenceEntityObject;Ljava/lang/String;)V(PdfExporter.java:130)
at com.atlassian.confluence.importexport.impl.AbstractRendererExporterImpl.exportPage(Lcom/atlassian/confluence/pages/Page;Ljava/lang/String;)V(AbstractRendererExporterImpl.java:148)