Skip to main content
Participating Frequently
March 22, 2010
Question

Can't access ColdFusion9 administrator

  • March 22, 2010
  • 2 replies
  • 3293 views

I have tried several times installing the Coldfusion 9 developer edition on my local PC.  The Coldfusion server portion installs and loads fine, however everytime it tries to do the migration and configuration portion, it times out and whenever I try to just log into the Coldfusion administrator it lets me enter my password in but then proceeds to hang until it times out.  I have tried installing just the built-in web server as well as the IIS services.  I still get the same error either way.  Below is the error I get which seems to be a common error after going through the other discussion forums.  Also, below that is part of my exception log which shows where it is timing out at.Error Occurred While Processing Request


The following information is meant for the website developer for  debugging purposes.
Error Occurred While Processing Request

The request  has exceeded the allowable time limit Tag: cfoutput

Resources:
  • Enable Robust Exception Information to provide greater detail about the  source of errors. In the Administrator, click Debugging & Logging > Debug  Output Settings, and select the Robust Exception Information option.
  • Check the ColdFusion  documentation to verify that you are using the correct syntax.
  • Search the Knowledge Base to find a solution to your problem.
Browser  Mozilla/4.0 (compatible;  MSIE 7.0; Windows NT 5.1; InfoPath.2; .NET CLR 2.0.50727; .NET CLR  3.0.4506.2152; .NET CLR 3.5.30729)
Remote  Address  127.0.0.1
Referrer  http://localhost/CFIDE/administrator/enter.cfm
Date/Time  22-Mar-10 01:29  PM

Exception Log

"Error","jrpp-3","03/22/10","13:29:51","cfadmin","The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\ColdFusion9\wwwroot\CFIDE\administrator\enter.cfm, line: 232 "
coldfusion.runtime.RequestTimedOutException: The request has exceeded the allowable time limit Tag: cfoutput
    at coldfusion.tagext.io.OutputTag.doStartTag(OutputTag.java:149)
    at cfdump2ecfm565982208._factor54(E:\cf9_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm:119)
    at cfdump2ecfm565982208.runPage(E:\cf9_final\cfusion\wwwroot\WEB-INF\cftags\dump.cfm:1)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
    at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)
    at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:271)
    at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
    at cfwizard2ecfm1164273531._factor12(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:232)
    at cfwizard2ecfm1164273531._factor21(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:229)
    at cfwizard2ecfm1164273531._factor14(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm)
    at cfwizard2ecfm1164273531._factor33(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:146)
    at cfwizard2ecfm1164273531.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\cftags\wizard.cfm:1)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
    at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:56)
    at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:352)
    at cfindex2ecfm718213779.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\setup\index.cfm:44)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
    at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:2722)
    at cfApplication2ecfm1161156468._factor7(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\Application.cfm:242)
    at cfApplication2ecfm1161156468.runPage(E:\cf9_final\cfusion\wwwroot\CFIDE\administrator\Application.cfm:1)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:261)
    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:87)
    at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    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.filter.CachingFilter.invoke(CachingFilter.java:53)
    at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:126)
    at coldfusion.CfmServlet.service(CfmServlet.java:200)
    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)

Can anyone tell me what I need to do to get this resolved.

Thanks,

    This topic has been closed for replies.

    2 replies

    Known Participant
    November 2, 2011

    Hello,

    I am experiencing the same problem as well. What is the solution? Thanks.

    --C. Lee

    Participant
    November 2, 2011

    I think the install was corrupted.. luckily i had a copy of my old install directories and I copied them ontop of the 'new' ones and it worked.. so i abandoned the apache server and just use the built-in developer CF server.

    Known Participant
    November 3, 2011

    When you say "old install directories", are you referring to the "CFIDE" directory? Thanks.

    March 24, 2010

    Give this URL a quick read and see if it helps out:

    http://www.facebook.com/note.php?note_id=164105011131

    Participant
    August 30, 2011

    Can you repost the fix for this?  I've tried almost 10 different ways, 32-bit, 64-bit, install of CF9, still can't get past configure screen alwayws times out:

    The request  has exceeded the allowable time limit Tag: cfoutput

    I've even tried installing apache web server and standalone CF developer server..both return same error.

    Thanks!