tracker issue : CF-3038154

select a category, or use search below
(searches all categories and all time range)
Title:

Bug 76488:Coldfusion continued to hold the lock on a file seven minutes after I had used <cfpdf action="merge"> to merge the PDF files in a directory

| View in Tracker

Status/Resolution/Reason: Closed/Fixed/

Reporter/Name(from Bugbase): A. Bakia / Bakia (A. Bakia)

Created: 04/09/2009

Components: Document Management, PDF manipulation

Versions: 9.0

Failure Type: Unspecified

Found In Build/Fixed In Build: 0000 / 229633

Priority/Frequency: Major / Unknown

Locale/System: English / Win All

Vote Count: 0

Problem:

Coldfusion continued to hold the lock on a file seven minutes after I had used <cfpdf action="merge"> to merge the PDF files in a directory.
Method:

I am on Windows XP.
1) I created the directory C:\Documents and Settings\BB\Desktop\cfPDFTest
2) I put 2 PDF test documents, a.pdf and b.pdf, in the directory

3) I ran the following code:
<cfpdf action = "merge"  
directory = "C:\Documents and Settings\BB\Desktop\cfPDFTest\" 
keepBookmark = "yes"
overwrite="yes"
ascending="yes"
destination = "C:\Documents and Settings\BB\Desktop\cfPDFTest\mergedDoc.pdf">

done - PDFs merged! 

<cfabort>

4) The code ran with no problems. However, seven minutes later, when I attempted to move the files a.pdf, b.pdf and mergedDoc.pdf to another directory, I got a system message telling me the files were still being used by Coldfusion. 
Result:

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3038154

External Customer Info:
External Company:  
External Customer Name: Bakia
External Customer Email: 4E2913DC4455DE13992016B6
External Test Config: 04/09/2009

Attachments:

Comments: