Status/Resolution/Reason: To Track//ThirdParty
Reporter/Name(from Bugbase): Paul Mascari / Paul Mascari (Paul Mascari)
Created: 04/13/2015
Components: Document Management, PDF manipulation
Versions: 11.0
Failure Type: Performance Issue
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Normal / All users will encounter
Locale/System: English / Win 2008 Server R2 64 bit
Vote Count: 1
Problem Description:
Attempting to make thumbnails with CFPDF (Action="thumbnail") on CF11 with Java 8 installed will often time out. Even if a timeout error does not appear the process can take 1-2 minutes. This seems especially true with PDFs containing large images. The same CFPDF process with Java 7 installed takes only a few seconds.
Steps to Reproduce:
I have attached a sample PDF file.
Run the following CFPDF on two separate systems: one running CF11 with Java 7 and another with CF11 and Java 8. Note time to process difference.
<cfpdf action="thumbnail"
source="c:\Espoma0415-LawnReveal.pdf"
destination="c:\"
resolution="high"
format="jpeg"
imagePrefix="thumb_"
overwrite="yes"
scale="100"
pages="1">
Actual Result:
CF11/Java 7: thumbnail produced within 10 seconds or less
CF11/Java 8: thumbnail produced after 1-2 minutes or sometimes crashes with system timeout error.
Expected Result:
Thumbnail produced within 10 seconds or less
Any Workarounds:
Downgrade all servers to Java 7
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3968983
External Customer Info:
External Company:
External Customer Name: Paul
External Customer Email:
External Test Config: My Hardware and Environment details:
Windows 2008 R2 64-Bit, IIS 7. Quad-Core CPUs, 8GB RAM
Attachments:
- April 13, 2015 00:00:00: 1_Espoma0415-LawnReveal.pdf
Comments: