Skip to main content
Participating Frequently
September 1, 2016
Answered

File not found

  • September 1, 2016
  • 1 reply
  • 2259 views

In coldfusion-out.log I'm getting this message: Error [ajp-bio-8012-exec-3] - File not found:....

The file in question does not exist. It has been deleted from the site structure for a while now.

Why am I getting this message?

    This topic has been closed for replies.
    Correct answer BKBK

    Hello. I’m back. External audits tend to change priorities.

    I applied your instructions below. I now get:

    "Error","ajp-bio-8012-exec-2","10/21/16","10:55:19","alphaSubj","Datasource library_ms could not be found. The specific sequence of files included or processed is: C:\inetpub\wwwroot\CM1\academics\library\getting-started\electronic-resources\alphabetical\index.cfm, line: 245 "

    This particular data source was disconnected 9/1/16.

    Thank you,


    Three Feathers wrote:

    This particular data source was disconnected 9/1/16.

    Then you know what you have to do: create the datasource library_ms in the Coldfusion Administrator.

    1 reply

    BKBK
    Community Expert
    Community Expert
    September 4, 2016

    Three Feathers wrote:

    The file in question does not exist. It has been deleted from the site structure for a while now.

    That is actually what Coldfusion is saying. Your code might still be referring to the deleted file. The other log files should tell you where to look.

    Participating Frequently
    September 6, 2016

    I searched the entire site for links to the page in question and found none.

    The lines in the log are repeating every 0 to 4 minutes.

    What other log files are you referring to?

    WolfShade
    Legend
    September 6, 2016

    Is there a chance that the URL to the file in question could be bookmarked?  If so, you're probably seeing people trying to access the file from a bookmark, who don't know that the file is no longer there.  Just a thought.

    V/r,

    ^_^