Skip to main content
Participant
December 3, 2010
Answered

FileNotFound exception when trying to overwrite or delete an image in CF8. Why?

  • December 3, 2010
  • 2 replies
  • 480 views

I have CF8 Standard Edition installed in my server and when I try to use CFIMAGE to overwrite the uploaded file with a resized one, or to write an image previously resized with ImageResize or ImageScaleToFit, I get an internal server error caused by a java.io.FileNotFoundException with some images, many in fact. In other words, the error happens because the system cannot find the file to overwrite.

Apparently the process jrun.exe maintains the original image blocked in such a way that even rejects a file name change. I used the same CF version in an older server and everything run smoothly, but when I had to change the server and migrate my websites I found this problem. The server is IIS7 on a Windows Server 2008 OS. Of couse any CMS without a proper image management is unuseful, so that is a critical issue for me.

Can somebody help me?

    This topic has been closed for replies.
    Correct answer -__cfSearching__-

    Check if you are up to date on your patches

    Patch for CFImage and Image functions in ColdFusion 8.0.1

    http://kb2.adobe.com/cps/403/kb403411.html

    http://kb2.adobe.com/cps/402/kb402604.html

    2 replies

    jav_ssiiAuthor
    Participant
    December 3, 2010

    I have read the thread http://forums.adobe.com/message/844356#844356 and saw that the problem I had is due to a bug. Then ksmith posted: Try  Patch for CFImage and Image functions in ColdFusion 8.0.1 (kb403411). And the patch works! wonderful! Problem solved!

    Thank you very much for your fix.

    -__cfSearching__-Correct answer
    Inspiring
    December 3, 2010

    Check if you are up to date on your patches

    Patch for CFImage and Image functions in ColdFusion 8.0.1

    http://kb2.adobe.com/cps/403/kb403411.html

    http://kb2.adobe.com/cps/402/kb402604.html

    jav_ssiiAuthor
    Participant
    December 3, 2010

    That's it! Thank you for your help!