Struct | additional | | Detail | string | the function is located at [C:\sites\websam\site\model\service\productDetailsView.cfc] |
| ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Invalid call of the function [getAccessibleProducts], 3th Argument [productID] is of invalid type, Cannot cast String [510,510] to a value of type [numeric] |
| StackTrace | string | lucee.runtime.exp.UDFCasterException: Invalid call of the function [getAccessibleProducts], 3th Argument [productID] is of invalid type, Cannot cast String [510,510] to a value of type [numeric]
at lucee.runtime.type.UDFImpl.castToAndClone(UDFImpl.java:114)
at lucee.runtime.type.UDFImpl.defineArguments(UDFImpl.java:164)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:207)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:685)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1930)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:866)
at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1766)
at controllers.productdetailsview_cfc$cf.udfCall(/controllers/productDetailsView.cfc:33)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:207)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:685)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1925)
at lucee.runtime.tag.Invoke.doComponent(Invoke.java:209)
at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:186)
at org.corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:1310)
at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.type.scope.UndefinedImpl.call(UndefinedImpl.java:785)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:787)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1747)
at org.corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:517)
at org.corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc)
at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106)
at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344)
at lucee.runtime.type.UDFImpl.call(UDFImpl.java:217)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:684)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:572)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1911)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:437)
at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:216)
at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44)
at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2460)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2450)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2421)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1179)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1125)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
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: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:198)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:493)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:479)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
|
| TagContext | Array | 1 | Struct | codePrintHTML | string | 31: <cfelse><br>
32: <cfif structKeyExists(SESSION,"siteID") AND structKeyExists(url,"productID") ><br>
<b>33: <cfset rc.productDetails=getProductDetailsViewService().getAccessibleProducts(siteID=#SESSION.siteID#,productID=url.productID)></b><br>
34: </cfif><br>
35: </cfif><br>
|
| codePrintPlain | string | 31: <cfelse>
32: <cfif structKeyExists(SESSION,"siteID") AND structKeyExists(url,"productID") >
33: <cfset rc.productDetails=getProductDetailsViewService().getAccessibleProducts(siteID=#SESSION.siteID#,productID=url.productID)>
34: </cfif>
35: </cfif>
|
| column | | id | | line | | Raw_Trace | string | controllers.productdetailsview_cfc$cf.udfCall(/controllers/productDetailsView.cfc:33) |
| template | string | C:\sites\websam\site\controllers\productDetailsView.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 1308: <cfif structKeyExists(arguments.cfc,arguments.method) or structKeyExists(arguments.cfc,"onMissingMethod")><br>
1309: <cftry><br>
<b>1310: <cfinvoke component="#arguments.cfc#" method="#arguments.method#" rc="#request.context#" /></b><br>
1311: <cfcatch type="any"><br>
1312: <cfset setCfcMethodFailureInfo( arguments.cfc, arguments.method ) /><br>
|
| codePrintPlain | string | 1308: <cfif structKeyExists(arguments.cfc,arguments.method) or structKeyExists(arguments.cfc,"onMissingMethod")>
1309: <cftry>
1310: <cfinvoke component="#arguments.cfc#" method="#arguments.method#" rc="#request.context#" />
1311: <cfcatch type="any">
1312: <cfset setCfcMethodFailureInfo( arguments.cfc, arguments.method ) />
|
| column | | id | | line | | Raw_Trace | string | org.corfield.framework_cfc$cf.udfCall6(/org/corfield/framework.cfc:1310) |
| template | string | C:\sites\websam\site\org\corfield\framework.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 515: }<br>
516: doController( tuple.controller, 'start' & tuple.item );<br>
<b>517: doController( tuple.controller, tuple.item );</b><br>
518: }<br>
519: }<br>
|
| codePrintPlain | string | 515: }
516: doController( tuple.controller, 'start' & tuple.item );
517: doController( tuple.controller, tuple.item );
518: }
519: }
|
| column | | id | | line | | Raw_Trace | string | org.corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:517) |
| template | string | C:\sites\websam\site\org\corfield\framework.cfc |
| type | |
|
| type | |
|