| Catch |
| additional | | Struct (ordered) | | Function | | | Component | |
|
| Detail | | string | the function is located at [/home/accessathletes/public_html/cfc/users/users.cfc] |
|
| ErrNumber | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | Invalid call of the function [getuserProfile], first Argument [userId] is of invalid type, Cannot cast String [] to a value of type [numeric] |
|
| StackTrace | | string | lucee.runtime.exp.UDFCasterException: Invalid call of the function [getuserProfile], first Argument [userId] is of invalid type, Cannot cast String [] to a value of type [numeric]
at lucee.runtime.type.UDFImpl.castToAndClone(UDFImpl.java:120)
at lucee.runtime.type.UDFImpl.defineArguments(UDFImpl.java:171)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:355)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:214)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:688)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2129)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:858)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2105)
at members.profile_cfm$cf.call(/members/profile.cfm:4)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1088)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1012)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:993)
at application_cfc$cf.udfCall(/Application.cfc:164)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:357)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:224)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:687)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:604)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2110)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:477)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:212)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2816)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2803)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2774)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1113)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1070)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.jakarta.CFMLServlet.service(CFMLServlet.java:52)
at jakarta.servlet.http.HttpServlet.service(HttpServlet.java:710)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:130)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:420)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1773)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
| TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 2: <br>
3: <cfsilent><br>
<b>4: <cfset user = application.objusers.getuserProfile(userId=session.auth.userID)> </b><br>
5: <cfif user.RecordCount EQ 0><br>
6: <cflocation url="#application.webRoot#/index.cfm" addtoken="false" /><br>
|
| | codePrintPlain | | string | 2:
3: <cfsilent>
4: <cfset user = application.objusers.getuserProfile(userId=session.auth.userID)>
5: <cfif user.RecordCount EQ 0>
6: <cflocation url="#application.webRoot#/index.cfm" addtoken="false" />
|
| | column | | | id | | | line | | | Raw_Trace | | string | members.profile_cfm$cf.call(/members/profile.cfm:4) |
| | template | | string | /home/accessathletes/public_html/members/profile.cfm |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 162: <cfinclude template="/members/discontinued.cfm" /><br>
163: <cfelse> ---><br>
<b>164: <cfinclude template="#arguments.TargetPage#" /></b><br>
165: <!--- </cfif> ---><br>
166: <br>
|
| | codePrintPlain | | string | 162: <cfinclude template="/members/discontinued.cfm" />
163: <cfelse> --->
164: <cfinclude template="#arguments.TargetPage#" />
165: <!--- </cfif> --->
166:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:164) |
| | template | | string | /home/accessathletes/public_html/Application.cfc |
| | type | |
|
|
| type | |