I have a virtual server with Windows 2000 SP4. I have
installed 'ColdFusion MX 7' Developer Edition.
I try to launch 'Administrator' by using 'http://127.0.0.1/CFIDE/administrator/index.cfm'. When I enter the password, the IE is 'thinking' a lot of time and after that the error message appears:
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 > Debugging 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 6.0; Windows NT 5.0)
Remote Address 127.0.0.1
Referrerhttp://127.0.0.1/CFIDE/administrator/index.cfm
Date/Time 03-May-07 05:24 AM
I have looked at 'exception.log' file and found:
"Error","jrpp-0","05/03/07","06:25:10","cfadmin","The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\Inetpub\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:148)
at cfdump2ecfm407466896._factor10(C:\blackstone_updates\cfusion\wwwroot\WEB-INF\cftags\dump. cfm:77)
at cfdump2ecfm407466896.runPage(C:\blackstone_updates\cfusion\wwwroot\WEB-INF\cftags\dump.cf m:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1925)
at cfwizard2ecfm1818830539._factor12(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm:232)
at cfwizard2ecfm1818830539._factor21(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm:229)
at cfwizard2ecfm1818830539._factor14(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm)
at cfwizard2ecfm1818830539._factor33(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm:141)
at cfwizard2ecfm1818830539.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator \cftags\wizard.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:333)
at cfindex2ecfm700823267.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator\s etup\index.cfm:48)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
at cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administ rator\Application.cfm:199)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
at coldfusion.CfmServlet.service(CfmServlet.java:107)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
What is that? Could somebody possibly help me? I am not very familiar with 'ColdFusion'...
I try to launch 'Administrator' by using 'http://127.0.0.1/CFIDE/administrator/index.cfm'. When I enter the password, the IE is 'thinking' a lot of time and after that the error message appears:
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 > Debugging 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 6.0; Windows NT 5.0)
Remote Address 127.0.0.1
Referrerhttp://127.0.0.1/CFIDE/administrator/index.cfm
Date/Time 03-May-07 05:24 AM
I have looked at 'exception.log' file and found:
"Error","jrpp-0","05/03/07","06:25:10","cfadmin","The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\Inetpub\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:148)
at cfdump2ecfm407466896._factor10(C:\blackstone_updates\cfusion\wwwroot\WEB-INF\cftags\dump. cfm:77)
at cfdump2ecfm407466896.runPage(C:\blackstone_updates\cfusion\wwwroot\WEB-INF\cftags\dump.cf m:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
at coldfusion.tagext.lang.ModuleTag.doStartTag(ModuleTag.java:255)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:1925)
at cfwizard2ecfm1818830539._factor12(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm:232)
at cfwizard2ecfm1818830539._factor21(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm:229)
at cfwizard2ecfm1818830539._factor14(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm)
at cfwizard2ecfm1818830539._factor33(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrat or\cftags\wizard.cfm:141)
at cfwizard2ecfm1818830539.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator \cftags\wizard.cfm:1)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.filter.CFVariablesScopeFilter.invoke(CFVariablesScopeFilter.java:63)
at coldfusion.tagext.lang.ModuleTag.doAfterBody(ModuleTag.java:333)
at cfindex2ecfm700823267.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administrator\s etup\index.cfm:48)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.runtime.CfJspPage._emptyTag(CfJspPage.java:1915)
at cfApplication2ecfm1144146628.runPage(C:\blackstone_updates\cfusion\wwwroot\CFIDE\administ rator\Application.cfm:199)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
at coldfusion.filter.CfincludeFilter.include(CfincludeFilter.java:33)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:172)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
at coldfusion.filter.LicenseFilter.invoke(LicenseFilter.java:27)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:2 8)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
at coldfusion.CfmServlet.service(CfmServlet.java:107)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
What is that? Could somebody possibly help me? I am not very familiar with 'ColdFusion'...