Skip to main content
Participating Frequently
July 26, 2010
Question

The web site you are accessing has experienced an unexpected error.

  • July 26, 2010
  • 2 replies
  • 11484 views

The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.

The following information is meant for the website developer for debugging purposes.

Error Occurred While Processing Request

File not found: /PTE/DWA/index.cfm

Resources:

Browser 

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Remote Address 

127.0.0.1

Referrer 

Date/Time 

26-Jul-10 02:35 PM

Stack Trace (click to expand)

coldfusion.runtime.TemplateNotFoundException: File not found: /PTE/DWA/index.cfm
        at coldfusion.filter.PathFilter.invoke(PathFilter.java:89)
        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:284)
        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)

Debugging Information

ColdFusion Server Enterprise

8,0,0,176276

Template

/PTE/DWA/index.cfm

Time Stamp

26-Jul-10 02:35 PM

Locale

English (US)

User Agent

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

Remote IP

127.0.0.1

Host Name

127.0.0.1


Execution Time

No top level page was found.


Exceptions

14:35:19.019 - coldfusion.runtime.TemplateNotFoundException - in : line -1

            File not found: /PTE/DWA/index.cfm
            

Scope Variables

CGI Variables:
AUTH_PASSWORD=
AUTH_TYPE=
AUTH_USER=
CERT_COOKIE=
CERT_FLAGS=
CERT_ISSUER=
CERT_KEYSIZE=
CERT_SECRETKEYSIZE=
CERT_SERIALNUMBER=
CERT_SERVER_ISSUER=
CERT_SERVER_SUBJECT=
CERT_SUBJECT=
CF_TEMPLATE_PATH=\\hyfs001\tetools\ttc_old\PTE\DWA\index.cfm
CONTENT_LENGTH=0
CONTENT_TYPE=
CONTEXT_PATH=
GATEWAY_INTERFACE=CGI/1.1
HTTPS=off
HTTPS_KEYSIZE=
HTTPS_SECRETKEYSIZE=
HTTPS_SERVER_ISSUER=
HTTPS_SERVER_SUBJECT=
HTTP_ACCEPT=image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-ms-application, application/vnd.ms-xpsdocument, application/xaml+xml, application/x-ms-xbap, */*
HTTP_ACCEPT_ENCODING=gzip, deflate
HTTP_ACCEPT_LANGUAGE=en-us
HTTP_CONNECTION=Keep-Alive
HTTP_COOKIE=CFADMIN_LASTPAGE_ADMIN=%2FCFIDE%2Fadministrator%2Fsettings%2Fmappings%2Ecfm
HTTP_HOST=localhost
HTTP_REFERER=
HTTP_USER_AGENT=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.2; Win64; x64; SV1; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
PATH_INFO=/PTE/DWA/index.cfm
PATH_TRANSLATED=\\hyfs001\tetools\ttc_old\PTE\DWA\index.cfm
QUERY_STRING=
REMOTE_ADDR=127.0.0.1
REMOTE_HOST=127.0.0.1
REMOTE_USER=
REQUEST_METHOD=GET
SCRIPT_NAME=/PTE/DWA/index.cfm
SERVER_NAME=localhost
SERVER_PORT=80
SERVER_PORT_SECURE=0
SERVER_PROTOCOL=HTTP/1.1
SERVER_SOFTWARE=Microsoft-IIS/6.0
WEB_SERVER_API=
Cookie Variables:
CFADMIN_LASTPAGE_ADMIN=/CFIDE/administrator/settings/mappings.cfm

This topic has been closed for replies.

2 replies

Inspiring
July 26, 2010

See what / maps to on your admin page.  Then make sure the directories and file are in the right spot.

Participating Frequently
July 26, 2010

by default these are two mappings

/CFIDE C:\Inetpub\wwwroot\CFIDE
Edit Delete  /gateway C:\ColdFusion8\gateway\cfc

i am actually browsing the cfm page from another server.

can you tell me how to do mapping for another server. i have given the default name  and .directory path as \\servername\somedirectory.

but its not working.

Inspiring
July 26, 2010

Is the home directory of your site setup in IIS to be \\hyfs001\tetools\ttc_old\ ?

Does the ColdFusion Application Server service have sufficient rights to access \\hyfs001\tetools\ttc_old\ ?

Can you access non-ColdFusion content such as static HTML pages on the site?  Knowing this could tell us if this is a CF issue or an IIS issue.

Participating Frequently
July 26, 2010

1) Installed CF-8. I am able to access CF Admin page.

2) Created required DSN's successfully.

3) Installed IIS and working fine.

4) Copied the config file from production machine (Which is working fine) and created the a new web site on a new machine which is failing with below stack trace error message when tried to access the web site.

What else need to to be done ? Am I missing anything ?

Regards,

Srikanth Temkar