Status/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Mary Jo Sminkey / Mary Jo Sminkey (Mary Jo Sminkey)
Created: 10/16/2015
Components: Document Management
Versions: 11.0
Failure Type:
Found In Build/Fixed In Build: CF11_Final /
Priority/Frequency: Major / Some users will encounter
Locale/System: English / Win All
Vote Count: 2
Related Bugs:
CF-4095069 - Similar to
Problem Description: Recently implemented code to generate PDFs with cfhtmltopdf but we keep getting timeouts with an improperly low timeout, it reports "120 ms" when the timeout should be 120 sec. Based on some testing with tick counts included into the error reports, it does appear that it's timing out very quickly, this does not seem to be just a mistake in the error message given.
Steps to Reproduce: We're only seeing this currently on one of our two CF11 production servers that I've been able to tell for sure. Currently running update 5 although we should have update 6 installed today. Am going to see if I can replicate by taking each of the servers in our cluster out to be able to test on each individually. But so far I only know this is occurring based on errors coming from users on the site, have not been able to replicate myself.
Actual Result: Throws a Timeout Error : coldfusion.document.DocumentProcessTimeOutException: The content of this document process takes more than 120 milliseconds to process. at coldfusion.document.webkit.PDFgErrorHandler.handleConversionError(PDFgErrorHandler.java:144) at coldfusion.document.webkit.HttpPDFRequestHandler.requestPDFGeneration(HttpPDFRequestHandler.java:170) at coldfusion.tagext.lang.HtmlToPdfTag.processPDFgRequest(HtmlToPdfTag.java:1331) at coldfusion.tagext.lang.HtmlToPdfTag.handlePDFgConversionRequest(HtmlToPdfTag.java:1466) at coldfusion.tagext.lang.HtmlToPdfTag.convertToPDF(HtmlToPdfTag.java:1413) at coldfusion.tagext.lang.HtmlToPdfTag.doEndTag(HtmlToPdfTag.java:1551) at cfpdftemplate2ecfm1140976037.runPage
Expected Result: Should generate the PDF and not timeout until 120000 ms.
Any Workarounds: I'll have to increase the request timeout on the page to a really unreasonably high number and see if that works.
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 4075206
External Customer Info:
External Company:
External Customer Name: Mary Jo Sminkey
External Customer Email:
External Test Config: My Hardware and Environment details: ColdFusion 11 Upd. 5 on IIS
Attachments:
Comments: