Catch
additional
Struct (ordered)
Function
stringgetProps
Component
stringcfc.product
Detail
stringthe function is located at [/var/www/cfc/product.cfc]
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringInvalid call of the function [getProps], first Argument [pro_id] is of invalid type, Cannot cast String [] to a value of type [guid]
StackTrace
stringlucee.runtime.exp.UDFCasterException: Invalid call of the function [getProps], first Argument [pro_id] is of invalid type, Cannot cast String [] to a value of type [guid] 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:716) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:2048) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:875) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:2028) at client.qclightfactory.products_cfm$cf.call(/client/qclightfactory/products.cfm:53) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1050) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:944) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:925) at index_cfm$cf.call(/index.cfm:50) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1050) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:944) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:213) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:41) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2731) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2718) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2689) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1155) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1112) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) 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:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:490) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.valves.RemoteIpValve.invoke(RemoteIpValve.java:679) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:408) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:836) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1839) 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)
TagContext
Array
1
Struct
codePrintHTML
string51: &nbsp;&nbsp;&nbsp;&lt;cfelse&gt;<br> 52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;qProduct&nbsp;=&nbsp;application.cfc.product.get(URL.id)&gt;<br> <b>53: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;qProps&nbsp;=&nbsp;application.cfc.product.getprops(pro_id:qProduct.pro_id)&gt;</b><br> 54: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<br> 55: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfset&nbsp;request.crumbs&nbsp;=&nbsp;[]&gt;<br>
codePrintPlain
string51: <cfelse> 52: <cfset qProduct = application.cfc.product.get(URL.id)> 53: <cfset qProps = application.cfc.product.getprops(pro_id:qProduct.pro_id)> 54: 55: <cfset request.crumbs = []>
column
number0
id
string??
line
number53
Raw_Trace
stringclient.qclightfactory.products_cfm$cf.call(/client/qclightfactory/products.cfm:53)
template
string/var/www/client/qclightfactory/products.cfm
type
stringcfml
2
Struct
codePrintHTML
string48: <br> 49: &nbsp;&nbsp;&nbsp;&lt;cftry&gt;<br> <b>50: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfinclude&nbsp;template=&quot;#request.template#&quot;&gt;</b><br> 51: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cfcatch&nbsp;type=&quot;missinginclude&quot;&gt;<br> 52: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;cflocation&nbsp;url=&quot;/&quot;&nbsp;addtoken=&quot;no&quot;&nbsp;/&gt;<br>
codePrintPlain
string48: 49: <cftry> 50: <cfinclude template="#request.template#"> 51: <cfcatch type="missinginclude"> 52: <cflocation url="/" addtoken="no" />
column
number0
id
string??
line
number50
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:50)
template
string/var/www/index.cfm
type
stringcfml
type
stringexpression