-
Bug
-
Resolution: Obsolete
-
Medium
-
5.3.4, 5.4.2, 5.4.3, 5.4.4, 5.5-beta1, 5.5.2, 5.5.3, 5.6.1, 5.6.5, 5.7, 5.6.6
-
None
Steps to reproduce:
- Attach some PPT and PDF files to a Confluence page
- Embed then into the page using viewfile macro
- Result: All of the files were rendered just fine
- BUT randomly and intermittently, when you revisit the same page again, one of the viewfile macro from all of the viewfile macros will not be rendered - at times only certain page in the PDF is rendered although all of the pages can be rendered just fine previously. The same scenario could happened to the PPT file too. You'll see this kind of error in the logs:
WARN [http-8534-4] [com.benryan.conversion.PPTSlideServlet] doGet Conversion task timed out for attachment : PK Presentation 2013-11-20.ppt with page number 3, waited : 300, now executing in background.
Refreshing the page (at times this has to be done twice) helps to render the affected PDF/PPT file once more. Viewing the individual PDF/PPT using viewfile macro in an individual page do not have the same problem.
Workaround 1 - new File Viewer
Use the new File Viewer to embed the document in the page.
Workaround 2 - generate the slides again
To force Confluence generate the slide images again:
- Get the attachment ID for the attachment with the problem. To do so, please run the following SQL query in your Confluence database:
select attachmentid from attachments where prevver is null and title = 'filename.ext';
Please replace filename.ext with the filename with the problem.
- Go to the folder <CONFLUENCE_DATA>/viewfile/.
- Remove all files containing the attachment id from step #1. Filenames will look like slide-1234-1 where 1234 is the attachment id.
- Go to the page containing the attachment embedded in it. This should recreate the images for the slides.
- is duplicated by
-
CONFSERVER-35140 Viewfile macro intermittently failed to render a PDF/PPT file in a page that contains multiple/other viewfile macros
- Closed
- is related to
-
CONFSERVER-16922 View File Macro not rendering complete PDF
- Closed
-
CONFSERVER-31384 Some PDFs won't render after 5.2-OD-14 in the PDF Macro
- Closed
- relates to
-
CONFSERVER-34096 View File Macro not rendering complete PDF on Windows
- Gathering Impact
- was cloned as
-
CONFSERVER-35140 Viewfile macro intermittently failed to render a PDF/PPT file in a page that contains multiple/other viewfile macros
- Closed