Have you tried setting your 404 page to empty, or just a simple test
message? I'm sure I've had a similar issue when my 404 page itself actually
had an error it it somewhere (but I'm not 100% sure).

On Mon, Feb 21, 2011 at 7:15 PM, Taco Fleur <taco.fl...@clickfind.com.au>wrote:

> An example is
>
> File not found:
> /paintball-&amp;-skirmish-games-supplies-&amp;-equipment/other-store|based-retailing-nec/skirmish-ulladulla-pty-ltd.cfm
> The specific sequence of files included or processed is:
> C:\inetpub\wwwroot\production\com_pacificfox\paintball-&-skirmish-games-supplies-&-equipment\other-store|based-retailing-nec\skirmish-ulladulla-pty-ltd.cfm''
>
>
> This is the exception log
>
> 1  "Error","jrpp-668","02/21/11","15:59:00",,"File not found:
> /scrap-metal-merchants/metal-and-mineral-wholesaling/george-thiveos-metals.cfm
> The specific sequence of files included or processed is:
> C:\inetpub\wwwroot\production\com_pacificfox\scrap-metal-merchants\metal-and-mineral-wholesaling\george-thiveos-metals.cfm''
> "   2  coldfusion.runtime.TemplateNotFoundException: File not found:
> /scrap-metal-merchants/metal-and-mineral-wholesaling/george-thiveos-metals.cfm
>   3  at coldfusion.filter.PathFilter.invoke(PathFilter.java:97)   4  at
> coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)   5  at
> coldfusion.filter.BrowserDebugFilter.invoke(BrowserDebugFilter.java:79)  6 at
> coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
>   7  at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)   8 at 
> coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:46)  9 at 
> coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)  10 at 
> coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)  11 at 
> coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)  12 at 
> coldfusion.CfmServlet.service(CfmServlet.java:200)  13 at 
> coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)  14 
> at jrun.servlet.FilterChain.doFilter(FilterChain.java:86)  15 at
> coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
>   16  at
> coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)  17 at 
> jrun.servlet.FilterChain.doFilter(FilterChain.java:94)  18 at 
> jrun.servlet.FilterChain.service(FilterChain.java:101)  19 at 
> jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)  20 at 
> jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)  21 at 
> jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
>   22  at
> jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)  23 
> at
> jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
>   24  at
> jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
>   25  at
> jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
>   26  at
> jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
>   27  at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
>
> On Mon, Feb 21, 2011 at 3:45 PM, Barry Chesterman <
> barrychester...@gmail.com> wrote:
>
>> What do the 404 lines look like in the application.log file?
>> There isn't an error occurring in the 404 page itself is there?
>> Also, have you checked the corresponding entry in the exceptions.log file
>> which gives a stack trace of the things that show in application.log?
>>
>> On Mon, Feb 21, 2011 at 6:01 PM, Taco Fleur 
>> <taco.fl...@clickfind.com.au>wrote:
>>
>>> There is the http.log under CF Admin which I can disable, but this does
>>> not log the 404s
>>>
>>> The 404s are showing in the *application.log* which (correct me if I'm
>>> wrong) has never been logged there before.
>>>
>>>
>>> On Mon, Feb 21, 2011 at 2:45 PM, BarryC <barrychester...@gmail.com>wrote:
>>>
>>>> If you are running Coldfusion 9.0.1 then they added 404 logging to a
>>>> seperate file in the coldfusion logs folder, I hadn't seen 404's being
>>>> logged into the application.log before though, so maybe there is a
>>>> setting in the CFIDE for that?
>>>> in 9.0.1 you can also disable the logging in the 404 log file by
>>>> disabling it in the logs area of CFIDE.
>>>>
>>>> On Feb 21, 3:58 pm, Taco Fleur <taco.fl...@clickfind.com.au> wrote:
>>>> > PS. this same setting does not seem to be present for the ColdFusion
>>>> > wildcard....
>>>> >
>>>> > On Mon, Feb 21, 2011 at 12:47 PM, Kym Kovan <dev-li...@mbcomms.net.au
>>>> >wrote:
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> >
>>>> > > On 20/02/2011 21:43,www.clickfind.com.auwrote:
>>>> >
>>>> > >> I am using a custom CF 404 handler to do some stuff to make the URL
>>>> > >> look nice. I know there are better ways to do it, for now that is
>>>> not
>>>> > >> an option.
>>>> >
>>>> > >> The problem is that CF logs a 404 in the application.log which it
>>>> has
>>>> > >> never done before. I'm guessing it has something to do with the
>>>> option
>>>> > >> "Verify if file exists" that used to be present in IIS6, I can't
>>>> find
>>>> > >> it anymore.
>>>> >
>>>> > > it changed its name.
>>>> >
>>>> > > its still in the mappings bit but is now "Request Permissions" or
>>>> some
>>>> > > such. You can select "File Only" and then it does much the same as
>>>> before.
>>>> >
>>>> > > --
>>>> > > Yours,
>>>> >
>>>> > > Kym Kovan
>>>> > > mbcomms.net.au
>>>> >
>>>> > > --
>>>> > > 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
>>>> > > cfaussie+unsubscr...@googlegroups.com.
>>>> > > For more options, visit this group at
>>>> > >http://groups.google.com/group/cfaussie?hl=en.
>>>> >
>>>> > --
>>>> > Kind regards,
>>>> > Taco Fleur
>>>> > clickfind™ - The new Australian Online Marketing Platform (OMP)http:/
>>>> /www.onlinemarketingplatform.com.auhttp://www.clickfind.com.au
>>>>
>>>> --
>>>> 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
>>>> cfaussie+unsubscr...@googlegroups.com.
>>>> For more options, visit this group at
>>>> http://groups.google.com/group/cfaussie?hl=en.
>>>>
>>>>
>>>
>>>
>>> --
>>> Kind regards,
>>> Taco Fleur
>>> clickfind™ - The new Australian Online Marketing Platform (OMP)
>>> http://www.onlinemarketingplatform.com.au
>>> http://www.clickfind.com.au
>>>
>>> --
>>> 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
>>> cfaussie+unsubscr...@googlegroups.com.
>>> For more options, visit this group at
>>> http://groups.google.com/group/cfaussie?hl=en.
>>>
>>
>>  --
>> 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
>> cfaussie+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/cfaussie?hl=en.
>>
>
>
>
> --
> Kind regards,
> Taco Fleur
> clickfind™ - The new Australian Online Marketing Platform (OMP)
> http://www.onlinemarketingplatform.com.au
> http://www.clickfind.com.au
>
> --
> 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
> cfaussie+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/cfaussie?hl=en.
>

-- 
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 
cfaussie+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/cfaussie?hl=en.

Reply via email to