coldfusion.runtime.TemplateNotFoundException

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default Re: coldfusion.runtime.TemplateNotFoundException

    I'm having the same issue on 2 seprate Unix servers running CFMX 6.1 on top of
    Sun One web server. Out of desperation, I found a workaround on my own. What
    I did was rename the file that was incorrectly "not found", and then created a
    symbolic link to the copied file, using the original file name. Originally,
    that's how I left it, since it was a Friday afternoon, and that seemed to be
    working for the time being.

    The next week though, I had another file do the same thing. Today, I had a
    third file on a second server crop up. I didn't want to leave a whole bunch of
    symbolic links all over the place, so I looked into it some more. If you
    delete the symbolic link, and then re-rename your copied file back to it's
    original name, it works!

    Anybody have an idea what's going on here? I realize that the original post
    here is over a year old, but I've seen a few people ask this question on
    various forums with no response, so I thought I'd share. If anyone knows what
    is causing this, please reply. So far this seems to be random. It'd be nice
    to see what's causing it though.

    Sorry, I have no idea how you'd go about fixing this in IIS. Then again, I've
    been running the site in question on IIS for 18 months with no problem. The
    Unix version of the site has only been going for 2 months, and this has
    happened 3 times.


    Hartlove Guest

  2. Similar Questions and Discussions

    1. Air runtime
      I just created an Air app. and tried to run it on another computer. I had to install the runtime package to get it to work. Is there anyway to...
    2. TemplateNotFoundException but its there
      Hi, Long time before I faced this template not found exception with weblogic. But when I restarted the coldfusion server. It started working fine....
    3. TemplateNotFoundException but its there
      I am having a similar situation, except with win2003 (ColdfusionMX 6.1). The code is there (test.cfm). If I change it to HTML it loads fine. But...
    4. Running ColdFusion 5.0 and ColdFusion 6.1 concurrently
      Hi, this is my first post on this forum, I have tried looking but could not find a post that discussed my problem. I am wondering if it is possible...
    5. How to call a coldfusion function defined in other coldfusion file??
      inside a.cfm, it has code fragment: <cfloop> <cfinclude template="b.cfm"> </cfloop> inside b.cfm, it has code fragment: ...
  3. #2

    Default Re: coldfusion.runtime.TemplateNotFoundException

    Sigh... Nevermind.

    It worked on one file, but not the others... Very frustrating...
    Hartlove 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