struct |
Cause |
struct |
Detail |
If the component name is specified as a type of this argument, it is possible that either a definition file for the component cannot be found or is not accessible.
|
Message |
The REGIONID argument passed to the getTownsInRegion function is not of type numeric.
|
StackTrace |
coldfusion.runtime.UDFMethod$InvalidArgumentTypeException: The REGIONID argument passed to the getTownsInRegion function is not of type numeric.
at coldfusion.runtime.UDFMethod._validateArgWithValidator(UDFMethod.java:1139)
at coldfusion.runtime.UDFMethod._validateArgWithValidator(UDFMethod.java:1117)
at cfmembers2ecfc1412640991$funcGETTOWNSINREGION.runFunction(E:\WEB\CapeCodGolf\public\cfcs\members.cfc:168)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:493)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:426)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:389)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:340)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:539)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:659)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:468)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3169)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3144)
at cfswitches2egolf2ecfm1294734425.runPage(E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm:96)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:254)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:743)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3851)
at cfswitches2ecfm1960292444.runPage(E:\WEB\CapeCodGolf\public\switches.cfm:58)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:254)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:743)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3851)
at cfApplication2ecfc1516941213$funcONREQUEST.runFunction(E:\WEB\CapeCodGolf\public\Application.cfc:204)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:493)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:426)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:389)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:340)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:235)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:654)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:443)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:413)
at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:114)
at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:307)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:480)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:153)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:223)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:544)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:552)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:831)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1634)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
|
Suppressed |
|
TagContext |
array
|
1 |
struct |
COLUMN |
0
|
ID |
CF_UDFMETHOD
|
LINE |
168
|
RAW_TRACE |
at cfmembers2ecfc1412640991$funcGETTOWNSINREGION.runFunction(E:\WEB\CapeCodGolf\public\cfcs\members.cfc:168)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\cfcs\members.cfc
|
TYPE |
CFML
|
|
2 |
struct |
COLUMN |
0
|
ID |
CF_TEMPLATEPROXY
|
LINE |
96
|
RAW_TRACE |
at cfswitches2egolf2ecfm1294734425.runPage(E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm:96)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm
|
TYPE |
CFML
|
|
3 |
struct |
COLUMN |
0
|
ID |
CFINCLUDE
|
LINE |
58
|
RAW_TRACE |
at cfswitches2ecfm1960292444.runPage(E:\WEB\CapeCodGolf\public\switches.cfm:58)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\switches.cfm
|
TYPE |
CFML
|
|
4 |
struct |
COLUMN |
0
|
ID |
CFINCLUDE
|
LINE |
204
|
RAW_TRACE |
at cfApplication2ecfc1516941213$funcONREQUEST.runFunction(E:\WEB\CapeCodGolf\public\Application.cfc:204)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\Application.cfc
|
TYPE |
CFML
|
|
|
Type |
Application
|
arg |
REGIONID
|
expectedType |
numeric
|
functionName |
getTownsInRegion
|
|
Detail |
An exception occurred while invoking an event handler method from Application.cfc. The method name is: onRequest.
|
Message |
Event handler exception.
|
RootCause |
struct |
Detail |
If the component name is specified as a type of this argument, it is possible that either a definition file for the component cannot be found or is not accessible.
|
Message |
The REGIONID argument passed to the getTownsInRegion function is not of type numeric.
|
StackTrace |
coldfusion.runtime.UDFMethod$InvalidArgumentTypeException: The REGIONID argument passed to the getTownsInRegion function is not of type numeric.
at coldfusion.runtime.UDFMethod._validateArgWithValidator(UDFMethod.java:1139)
at coldfusion.runtime.UDFMethod._validateArgWithValidator(UDFMethod.java:1117)
at cfmembers2ecfc1412640991$funcGETTOWNSINREGION.runFunction(E:\WEB\CapeCodGolf\public\cfcs\members.cfc:168)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:493)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:426)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:389)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:340)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:539)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:659)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:468)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3169)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3144)
at cfswitches2egolf2ecfm1294734425.runPage(E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm:96)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:254)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:743)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3851)
at cfswitches2ecfm1960292444.runPage(E:\WEB\CapeCodGolf\public\switches.cfm:58)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:254)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:743)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3851)
at cfApplication2ecfc1516941213$funcONREQUEST.runFunction(E:\WEB\CapeCodGolf\public\Application.cfc:204)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:493)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:426)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:389)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:340)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:235)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:654)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:443)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:413)
at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:114)
at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:307)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:480)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:153)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:223)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:544)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:552)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:831)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1634)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
|
Suppressed |
|
TagContext |
array
|
1 |
struct |
COLUMN |
0
|
ID |
CF_UDFMETHOD
|
LINE |
168
|
RAW_TRACE |
at cfmembers2ecfc1412640991$funcGETTOWNSINREGION.runFunction(E:\WEB\CapeCodGolf\public\cfcs\members.cfc:168)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\cfcs\members.cfc
|
TYPE |
CFML
|
|
2 |
struct |
COLUMN |
0
|
ID |
CF_TEMPLATEPROXY
|
LINE |
96
|
RAW_TRACE |
at cfswitches2egolf2ecfm1294734425.runPage(E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm:96)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm
|
TYPE |
CFML
|
|
3 |
struct |
COLUMN |
0
|
ID |
CFINCLUDE
|
LINE |
58
|
RAW_TRACE |
at cfswitches2ecfm1960292444.runPage(E:\WEB\CapeCodGolf\public\switches.cfm:58)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\switches.cfm
|
TYPE |
CFML
|
|
4 |
struct |
COLUMN |
0
|
ID |
CFINCLUDE
|
LINE |
204
|
RAW_TRACE |
at cfApplication2ecfc1516941213$funcONREQUEST.runFunction(E:\WEB\CapeCodGolf\public\Application.cfc:204)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\Application.cfc
|
TYPE |
CFML
|
|
|
Type |
Application
|
arg |
REGIONID
|
expectedType |
numeric
|
functionName |
getTownsInRegion
|
|
StackTrace |
coldfusion.runtime.EventHandlerException: Event handler exception.
at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:315)
at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:480)
at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:43)
at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
at coldfusion.filter.PathFilter.invoke(PathFilter.java:153)
at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:94)
at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
at coldfusion.filter.NoCacheFilter.invoke(NoCacheFilter.java:60)
at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
at coldfusion.filter.CachingFilter.invoke(CachingFilter.java:62)
at coldfusion.CfmServlet.service(CfmServlet.java:223)
at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:89)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:42)
at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:200)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:544)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:359)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:552)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:831)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1634)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: coldfusion.runtime.UDFMethod$InvalidArgumentTypeException: The REGIONID argument passed to the getTownsInRegion function is not of type numeric.
at coldfusion.runtime.UDFMethod._validateArgWithValidator(UDFMethod.java:1139)
at coldfusion.runtime.UDFMethod._validateArgWithValidator(UDFMethod.java:1117)
at cfmembers2ecfc1412640991$funcGETTOWNSINREGION.runFunction(E:\WEB\CapeCodGolf\public\cfcs\members.cfc:168)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:493)
at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:426)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:389)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:340)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:539)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:659)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:468)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3169)
at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:3144)
at cfswitches2egolf2ecfm1294734425.runPage(E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm:96)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:254)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:743)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3851)
at cfswitches2ecfm1960292444.runPage(E:\WEB\CapeCodGolf\public\switches.cfm:58)
at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:254)
at coldfusion.tagext.lang.IncludeTag.handlePageInvoke(IncludeTag.java:743)
at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:573)
at coldfusion.runtime.CfJspPage._emptyTcfTag(CfJspPage.java:3851)
at cfApplication2ecfc1516941213$funcONREQUEST.runFunction(E:\WEB\CapeCodGolf\public\Application.cfc:204)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:493)
at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:426)
at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:389)
at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:95)
at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:340)
at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:235)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:654)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:443)
at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:413)
at coldfusion.runtime.AppEventInvoker.invoke(AppEventInvoker.java:114)
at coldfusion.runtime.AppEventInvoker.onRequest(AppEventInvoker.java:307)
... 38 more
|
Suppressed |
|
TagContext |
array
|
1 |
struct |
COLUMN |
0
|
ID |
CF_UDFMETHOD
|
LINE |
168
|
RAW_TRACE |
at cfmembers2ecfc1412640991$funcGETTOWNSINREGION.runFunction(E:\WEB\CapeCodGolf\public\cfcs\members.cfc:168)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\cfcs\members.cfc
|
TYPE |
CFML
|
|
2 |
struct |
COLUMN |
0
|
ID |
CF_TEMPLATEPROXY
|
LINE |
96
|
RAW_TRACE |
at cfswitches2egolf2ecfm1294734425.runPage(E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm:96)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\includes\switches.golf.cfm
|
TYPE |
CFML
|
|
3 |
struct |
COLUMN |
0
|
ID |
CFINCLUDE
|
LINE |
58
|
RAW_TRACE |
at cfswitches2ecfm1960292444.runPage(E:\WEB\CapeCodGolf\public\switches.cfm:58)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\switches.cfm
|
TYPE |
CFML
|
|
4 |
struct |
COLUMN |
0
|
ID |
CFINCLUDE
|
LINE |
204
|
RAW_TRACE |
at cfApplication2ecfc1516941213$funcONREQUEST.runFunction(E:\WEB\CapeCodGolf\public\Application.cfc:204)
|
TEMPLATE |
E:\WEB\CapeCodGolf\public\Application.cfc
|
TYPE |
CFML
|
|
|
Type |
Application
|
name |
onRequest
|