"File Not Found" error when file exists

Ask a Question related to Macromedia ColdFusion, Design and Development.

  1. #1

    Default Re: "File Not Found" error when file exists

    Are you getting a HTTP Protocol 404 error or are you getting errors when you
    use a FileExists function? Do you have CF's global error template enabled? Do
    you have mapping paths or virtual directories that may be redirecting the
    actual location of the file?

    Aegis Kleais Guest

  2. Similar Questions and Discussions

    1. "File Not Found" error when file exists
      We get "File not found" on our login file every few weeks. We use Windows 2000 server with MX 6.1 This has been happening for 2 years. Modifying...
    2. "File not found" Error Linux - cfm pages work in adminonly
      Hello all. Just installed new 6.1 install w/ Apache 2.0.52 and New Version of Redhat. The admin loads just fine, but in any of the sites it throws...
    3. "There was an error opening this document. This file cannot be found."
      Myself and a co-worker get this error when attempting to open an Adobe PDF directly from the SQL Reporting Services package EXPORT feature. If we...
    4. Error when scanning "This file cannot be found"
      No - I don't have Omniform. However, I do run Omnipage Pro version 14 on the same computer
    5. File Not found 404 Error -- while the file exists and mostly loads.
      There is an ASP page in my site which sometimes gives file not found error. This page which is suppossedly missing exists on the server and...
  3. #2

    Default Re: "File Not Found" error when file exists

    Thanx, we are not getting 404 errors or using file exist function or global
    templates. I will confirm re. mapping paths and virtual directories but
    believe we are using this. Will update in 12 hours. Only stop-start Cold Fusion
    has ever cleared problem but sometimes clears on its own.

    Dylfo Guest

  4. #3

    Default Re: "File Not Found" error when file exists

    Update:
    Re: your question: "Do you have mapping paths or virtual directories that may
    be redirecting the actual location of the file?"

    I have checked into this, and there are no virtual directories on IIS for this
    file. It is in the root folder of our website, and the file is not found when
    the URL is typed into a browser's address bar or linked from an email.
    The error is random and intermittent. The file can be accessed without error
    for months, and then without any changes to the system, the 'File not Found'
    error will suddenly appear and almost always requires a CF 'Stop-Start' to fix.

    This is not a standard IIS 404 error -- it is a specific ColdFusion error that
    state only: "File not found: /filename.cfm" (and then the usual diagnostics,
    etc).
    We are not using CF global error template, but I am looking at enabling this.

    Thanks very much for your help.


    Dylfo Guest

  5. #4

    Default Re: "File Not Found" error when file exists

    Possible Solution:

    The issue appeares to be a caching problem, where a temporarily unavailable
    page becomes cached and not looked at again later (only the cache copy is used).
    1) System clock appears to be 10 hours behind FTP datestamp of uploaded files
    (hence uploading a new version didn't clear the cache).
    2) ColdFusion Server Setting: Caching Page: "Cache web server paths" was
    selected, however there are several websites on the server. This has been
    corrected.
    If problem continues, I will update with more information.

    Dylfo Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139