Page Not Found!

The page you requested no longer exists. Please go to the home page at http://www.barthle.com/. The systems administrator has been notified. We apologize for the inconvienence.

A user has encountered an error while viewing the application. Below is the diagnostic information.

Error Information Scopes

Arguments scope - struct
PAGEREQUESTED /photoGallery/index.cfm

CFCatch scope - struct
Detail Note: If you wish to use an absolute template path (for example, template="/mypath/index.cfm") with CFINCLUDE, you must create a mapping for the path using the ColdFusion Administrator. Or, you can use per-application settings to specify mappings specific to this application by specifying a mappings struct to THIS.mappings in Application.cfc. <br> Using relative paths (for example, template="index.cfm" or template="../index.cfm") does not require the creation of any special mappings. It is therefore recommended that you use relative paths with CFINCLUDE whenever possible.
Message Could not find the included template /bjr2008/photoGallery/index.cfm.
MissingFileName /bjr2008/photoGallery/index.cfm
StackTrace coldfusion.tagext.lang.IncludeTag$NoSuchIncludeTemplateException: Could not find the included template /bjr2008/photoGallery/index.cfm. at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:303) at cfApplication2ecfc1185422723$funcONMISSINGTEMPLATE.runFunction(D:\Inetpub\barthle\Application.cfc:128) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:418) at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:360) at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:324) at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:59) at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:277) at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:192) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:448) at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:308) at coldfusion.runtime.AppEventInvoker.invokeMissingTemplate(AppEventInvoker.java:125) at coldfusion.runtime.AppEventInvoker.onMissingTemplate(AppEventInvoker.java:288) at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:243) at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48) at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40) at coldfusion.filter.PathFilter.invoke(PathFilter.java:86) 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 com.intergral.fusionreactor.filter.FusionReactorFilter.B(Unknown Source) at com.intergral.fusionreactor.filter.FusionReactorFilter.A(Unknown Source) at com.intergral.fusionreactor.filter.FusionReactorFilter.doFilter(Unknown Source) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) at com.seefusion.Filter.doFilter(Filter.java:40) at com.seefusion.SeeFusion.doFilter(SeeFusion.java:1160) at jrun.servlet.FilterChain.doFilter(FilterChain.java:94) 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)
TagContext
CFCatch scope - array
1
CFCatch scope - struct
COLUMN 0
ID CFINCLUDE
LINE 128
RAW_TRACE at cfApplication2ecfc1185422723$funcONMISSINGTEMPLATE.runFunction(D:\Inetpub\barthle\Application.cfc:128)
TEMPLATE D:\Inetpub\barthle\Application.cfc
TYPE CFML
TagName CFINCLUDE
Type MissingInclude

Persistent Scopes

Request scope - struct
applicationname barthle-com

Session scope - struct
cfc
Session scope - struct
actions
Session scope - component bjr2008.cfc.actions
METHODS
ADDCOMMENTS
Session scope - function addComments
Arguments:none
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName:  
Hint: adds the comments to the database; form scope passed to it.
Description:  
STRIPHTML
Session scope - function stripHTML
Arguments:
Name Required Type Default
textToStrip Required string  
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName:  
Hint: strips HTML code out of a string
Description:  
photoGallery
Session scope - component cfc.photoGallery
METHODS
GETTHUMBS
Session scope - function getThumbs
Arguments:
Name Required Type Default
directory Required string  
ReturnType: query
Roles:  
Access: public
Output: false
DisplayName:  
Hint: gets the thumbnail images
Description:  
GETGALLERIES
Session scope - function getGalleries
Arguments:
Name Required Type Default
directory Required string  
ReturnType: query
Roles:  
Access: public
Output: false
DisplayName:  
Hint: gets a list of galleries
Description:  
queries
Session scope - component bjr2008.cfc.queries
METHODS
INSERTCOMMENT
Session scope - function insertComment
Arguments:
Name Required Type Default
commentFrom Required string  
comment Required string  
ReturnType: string
Roles:  
Access: public
Output: no
DisplayName:  
Hint: adds a comment to teh database
Description:  
GETCOMMENTS
Session scope - function getComments
Arguments:none
ReturnType: query
Roles:  
Access: public
Output: no
DisplayName:  
Hint: gets the comments listed in the database
Description:  
db
Session scope - struct
DSN barthle
mail
Session scope - struct
MAILSERVER mail.barthle.com
site
Session scope - struct
BASE /bjr2008/
BASEURL http://www.bjr2008.com
HTMLBASE /bjr2008/
sservertier PROD

Client scope - struct [empty]

Request scope - struct
cfdumpinited false
html
Request scope - struct
THISDIR /bjr2008//photoGallery
inctabidx
Request scope - function incTabIdx
Arguments:none
ReturnType: Any
Roles:  
Access: public
Output:  
DisplayName:  
Hint:  
Description:  

Page and User Information Scopes

CGI scope - struct
AUTH_PASSWORD [empty string]
AUTH_TYPE [empty string]
AUTH_USER [empty string]
CERT_COOKIE [empty string]
CERT_FLAGS [empty string]
CERT_ISSUER [empty string]
CERT_KEYSIZE [empty string]
CERT_SECRETKEYSIZE [empty string]
CERT_SERIALNUMBER [empty string]
CERT_SERVER_ISSUER [empty string]
CERT_SERVER_SUBJECT [empty string]
CERT_SUBJECT [empty string]
CF_TEMPLATE_PATH D:\Inetpub\barthle\photoGallery\index.cfm
CONTENT_LENGTH [empty string]
CONTENT_TYPE [empty string]
CONTEXT_PATH [empty string]
GATEWAY_INTERFACE CGI/1.1
HTTPS off
HTTPS_KEYSIZE [empty string]
HTTPS_SECRETKEYSIZE [empty string]
HTTPS_SERVER_ISSUER [empty string]
HTTPS_SERVER_SUBJECT [empty string]
HTTP_ACCEPT Accept: application/xhtml+xml,text/html;q=0.9,text/plain;
HTTP_ACCEPT_ENCODING gzip
HTTP_ACCEPT_LANGUAGE en-us,en;q=0.5
HTTP_CONNECTION close
HTTP_COOKIE [empty string]
HTTP_HOST www.bjr2008.com
HTTP_REFERER [empty string]
HTTP_USER_AGENT CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
PATH_INFO /photoGallery/index.cfm
PATH_TRANSLATED D:\Inetpub\barthle\photoGallery\index.cfm
QUERY_STRING [empty string]
REMOTE_ADDR 38.103.63.58
REMOTE_HOST 38.103.63.58
REMOTE_USER [empty string]
REQUEST_METHOD GET
SCRIPT_NAME /photoGallery/index.cfm
SERVER_NAME www.bjr2008.com
SERVER_PORT 80
SERVER_PORT_SECURE 0
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Microsoft-IIS/6.0
WEB_SERVER_API [empty string]

Form scope - struct [empty]

URL scope - struct [empty]

Server scope - struct
COLDFUSION
Server scope - struct
APPSERVER JRun4
EXPIRATION {ts '2009-01-03 16:14:58'}
INSTALLKIT Native Windows
PRODUCTLEVEL Enterprise
PRODUCTNAME ColdFusion Server
PRODUCTVERSION 8,0,1,195765
ROOTDIR C:\ColdFusion8
SUPPORTEDLOCALES Chinese (China),Chinese (Hong Kong),Chinese (Taiwan),Dutch (Belgian),Dutch (Standard),English (Australian),English (Canadian),English (New Zealand),English (UK),English (US),French (Belgian),French (Canadian),French (Standard),French (Swiss),German (Austrian),German (Standard),German (Swiss),Italian (Standard),Italian (Swiss),Japanese,Korean,Norwegian (Bokmal),Norwegian (Nynorsk),Portuguese (Brazilian),Portuguese (Standard),Spanish (Mexican),Spanish (Modern),Spanish (Standard),Swedish,ar,ar_AE,ar_BH,ar_DZ,ar_EG,ar_IQ,ar_JO,ar_KW,ar_LB,ar_LY,ar_MA,ar_OM,ar_QA,ar_SA,ar_SD,ar_SY,ar_TN,ar_YE,be,be_BY,bg,bg_BG,ca,ca_ES,cs,cs_CZ,da,da_DK,de,de_AT,de_CH,de_DE,de_LU,el,el_CY,el_GR,en,en_AU,en_CA,en_GB,en_IE,en_IN,en_MT,en_NZ,en_PH,en_SG,en_US,en_ZA,es,es_AR,es_BO,es_CL,es_CO,es_CR,es_DO,es_EC,es_ES,es_GT,es_HN,es_MX,es_NI,es_PA,es_PE,es_PR,es_PY,es_SV,es_US,es_UY,es_VE,et,et_EE,fi,fi_FI,fr,fr_BE,fr_CA,fr_CH,fr_FR,fr_LU,ga,ga_IE,hi_IN,hr,hr_HR,hu,hu_HU,in,in_ID,is,is_IS,it,it_CH,it_IT,iw,iw_IL,ja,ja_JP,ja_JP_JP,ko,ko_KR,lt,lt_LT,lv,lv_LV,mk,mk_MK,ms,ms_MY,mt,mt_MT,nl,nl_BE,nl_NL,no,no_NO,no_NO_NY,pl,pl_PL,pt,pt_BR,pt_PT,ro,ro_RO,ru,ru_RU,sk,sk_SK,sl,sl_SI,sq,sq_AL,sr,sr_BA,sr_CS,sr_ME,sr_RS,sv,sv_SE,th,th_TH,th_TH_TH,tr,tr_TR,uk,uk_UA,vi,vi_VN,zh,zh_CN,zh_HK,zh_SG,zh_TW
OS
Server scope - struct
ADDITIONALINFORMATION [empty string]
ARCH x86
BUILDNUMBER [empty string]
NAME Windows 2003
VERSION 5.2