- Put an empty Application.cfm/cfc file in there and see what happens
- I get the following result on doing so:
  coldfusion.runtime.CfJspPage$NoSuchTemplateException: Could not find
the ColdFusion Component or Interface

- Check your Application.cfm/cfc and see if there is an include in
there
somewhere calling an index.cfm
- Checked Application.cfc and could not find any includes calling an
index.cfm file

- Check to see if there is a Sitewide error handler set up in the
cfadmin
  that might be calling something
- Checked Sitewide Error handler is empty in CF Admin>Settings.

My question is that if the error was in CF Server then how would the
rest of my local websites display? Apart from this one, I have five
sites on my machine and they are working fine.

Also, if there were any changes that I made to my application this
morning, due to which I started to get this error, have already been
reverted as I am using a backup from yesterday and the applicaiton was
working fine yesterday. I am inclined to think it might be some files
in Apache? Thoughts people?

On Nov 21, 2:17 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> Ok
>
> - Put an empty Application.cfm/cfc file in there and see what happens
> - Check your Application.cfm/cfc and see if there is an include in there
> somewhere calling an index.cfm
> - Check to see if there is a Sitewide error handler set up in the cfadmin
> that might be calling something
>
> -----Original Message-----
> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf
>
> Of karan
> Sent: Friday, 21 November 2008 2:12 PM
> To: cfaussie
> Subject: [cfaussie] Re: coldfusion.runtime.TemplateNotFoundException
>
> Steve
> "Just put a plan empty index.cfm file there and see if it loads. "
>
> Just did that but still get the same error! bummer :-( ...
>
> On Nov 21, 2:02 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > Whats in the cfm file?
>
> > Just put a plan empty index.cfm file there and see if it loads.
>
> > -----Original Message-----
> > From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED] On
> Behalf
>
> > Of Terry Sasaki
> > Sent: Friday, 21 November 2008 1:56 PM
> > To: cfaussie@googlegroups.com
> > Subject: [cfaussie] Re: coldfusion.runtime.TemplateNotFoundException
>
> > According to your link reference, it seems the issue we had was fixed in
> > 7.0.2.
> > For some reasons, we are still on 7.0.1 at work (grin)
>
> > You are on CF8, so unfortunately my example doesn't seem to apply :(
>
> > 2008/11/21 karan <[EMAIL PROTECTED]>:
>
> > > Well I created a index.html in the root folder of the application. It
> > > displayed properly. Then I deleted it. My Apache is configured to look
> > > for .cfm first then .htm. SO after deleting the .htm file, it looks
> > > for .cfm. I have already cleared trusted cache using this approach:
>
> >http://www.talkingtree.com/blog/index.cfm?mode=entry&entry=88BDF4E4-5...
> > 9-A023C957D70CD2EC.
>
> > > Still doesn't work.
>
> > > On Nov 21, 12:54 pm, "Terry Sasaki" <[EMAIL PROTECTED]> wrote:
> > >> Didn't you rename the file temporarily, get the exception, and then
> > >> reverted it back?
> > >> My colleague did this and I cleared template/trusted cache the other
> day.
>
> > >> - but you're saying you changed nothing and emptied application cache?
>
> > >> 2008/11/21 karan <[EMAIL PROTECTED]>:
>
> > >> > Yes, I have tried pointing it to a .html file. It displays it. CF is
> > >> > working for sure as I have other websites running in CF on the same
> > >> > machine and they all work fine.
>
> > >> > On Nov 21, 12:07 pm, "Steve Onnis" <[EMAIL PROTECTED]> wrote:
> > >> >> Have you tried putting a different file in there and trying that?
>
> > >> >> Just put a html file in the same directory and see if you can it
> that.
> > If
> > >> >> you can then yes something wrong with cf.  If you cant then
> something
> > wrong
> > >> >> with your setup.
>
> > >> >> Steve
>
> > >> >> -----Original Message-----
> > >> >> From: cfaussie@googlegroups.com [mailto:[EMAIL PROTECTED]
> On
> > Behalf
>
> > >> >> Of karan
> > >> >> Sent: Friday, 21 November 2008 12:05 PM
> > >> >> To: cfaussie
> > >> >> Subject: [cfaussie] coldfusion.runtime.TemplateNotFoundException
>
> > >> >> Hi folks
>
> > >> >> Stuck with this one since morning and need to get on with work :-(
>
> > >> >> PROBLEM:
> > >> >> I can't run an application that has been working fine till today
> > >> >> morning and I haven't changed any files. Get the following error:
> > >> >> coldfusion.runtime.TemplateNotFoundException: File not found: /
> > >> >> index.cfm
> > >> >>         at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
> > >> >>         at
> > coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
> > >> >>         at
> > coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
> > >> >>         at coldfusion.filter.BrowserDebugFilter.invoke
> > >> >> (BrowserDebugFilter.java:74)
> > >> >>         at coldfusion.filter.ClientScopePersistenceFilter.invoke
> > >> >> (ClientScopePersistenceFilter.java:28)
> > >> >>         at
> > coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
> > >> >>         at
> > coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)
> > >> >>         at
> > coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
> > >> >>         at
> > coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:
> > >> >> 22)
> > >> >>         at coldfusion.CfmServlet.service(CfmServlet.java:175)
> > >> >>         at coldfusion.bootstrap.BootstrapServlet.service
> > >> >> (BootstrapServlet.java:89)
> > >> >>         at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)
> > >> >>         at coldfusion.monitor.event.MonitoringServletFilter.doFilter
> > >> >> (MonitoringServletFilter.java:42)
> > >> >>         at
> > >> >> coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:
> > >> >> 46)
> > >> >>         at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
> > >> >>         at jrun.servlet.FilterChain.service(FilterChain.java:101)
> > >> >>         at
> jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
> > >> >>         at
> > >> >> jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
> > >> >>         at jrun.servlet.JRunRequestDispatcher.invoke
> > >> >> (JRunRequestDispatcher.java:286)
> > >> >>         at jrun.servlet.ServletEngineService.dispatch
> > >> >> (ServletEngineService.java:543)
> > >> >>         at jrun.servlet.jrpp.JRunProxyService.invokeRunnable
> > >> >> (JRunProxyService.java:203)
> > >> >>         at
> jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable
> > >> >> (ThreadPool.java:320)
> > >> >>         at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable
> > >> >> (ThreadPool.java:428)
> > >> >>         at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable
> > >> >> (ThreadPool.java:266)
> > >> >>         at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
> > >> >> SOLUTION:
> > >> >> 1) Checked for the file. It does exist, is in the right location and
> > >> >> has got the right permissions
> > >> >> 2) Restarted everthing
> > >> >> 3) I have got more sites setup on the machine. They have been setup
> in
> > >> >> Apache using Vitual Directories and they are working fine.
> > >> >> 4) Applicaiton and browser caches have been emptied.
> > >> >> 5) Restored backup of the application.
>
> > >> >> ENVIRONMENT
> > >> >> Machine: MacPro (Intel) OSX 10.5.5
> > >> >> Application server: Coldfusion8 32-bit
> > >> >> Web server: Apache2 32-bit
>
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"cfaussie" group.
To post to this group, send email to cfaussie@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to