Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.
-
Hartlove #1
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
-
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... -
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.... -
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... -
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... -
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: ... -
Hartlove #2
Re: coldfusion.runtime.TemplateNotFoundException
Sigh... Nevermind.
It worked on one file, but not the others... Very frustrating...
Hartlove Guest



Reply With Quote

