Catch Entries: 13 |
| additional | | Struct (ordered) | | Function | | | Component | |
|
| Cause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | key [SORTBY] doesn't exist |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: key [SORTBY] doesn't exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:70)
at lucee.runtime.type.StructImpl.get(StructImpl.java:179)
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279)
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1771)
at yachtengine.model.yachtobject_cfc$cf.udfCall2(/yachtEngine/model/yachtObject.cfc:220)
at yachtengine.model.yachtobject_cfc$cf.udfCall(/yachtEngine/model/yachtObject.cfc)
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:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1992)
at yachtengine.index_cfm$cf.call(/yachtEngine/index.cfm:35)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at index_cfm$cf.call(/index.cfm:123)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at application_cfc$cf.udfCall_000019(/Application.cfc:327)
at application_cfc$cf.udfCall(/Application.cfc:308)
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:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
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:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:623)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at com.seefusion.Filter.doFilter(Filter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 218: AND yct.yachtID IN (<cfqueryparam value="#arguments.submission.yachtIDs#,-99" cfsqltype="cf_sql_integer" list="yes">)<br>
219: </cfif><br>
<b>220: <cfif arguments.submission.sortBy EQ 'Random'></b><br>
221: ORDER BY rand()<br>
222: <cfelseif arguments.submission.sortBy EQ "ID"><br>
|
| | codePrintPlain | | string | 218: AND yct.yachtID IN (<cfqueryparam value="#arguments.submission.yachtIDs#,-99" cfsqltype="cf_sql_integer" list="yes">)
219: </cfif>
220: <cfif arguments.submission.sortBy EQ 'Random'>
221: ORDER BY rand()
222: <cfelseif arguments.submission.sortBy EQ "ID">
|
| | column | | | id | | | line | | | Raw_Trace | | string | yachtengine.model.yachtobject_cfc$cf.udfCall2(/yachtEngine/model/yachtObject.cfc:220) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/yachtEngine/model/yachtObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 33: <cfset request.searchResultsYachtsArray = ArrayNew(1)><br>
34: <cfset request.searchResultsYachtsArray[1] = ""><br>
<b>35: <cfloop index="i" list="#application.yachtObject.getSearchResultsYachtIDs(request.axisParams)#"></b><br>
36: <cfset request.yachtsResultsCount = request.yachtsResultsCount + listLen(i,'-')><br>
37: <!--- If already 12 PropertyIDs in the list, creates the next row in the array ---><br>
|
| | codePrintPlain | | string | 33: <cfset request.searchResultsYachtsArray = ArrayNew(1)>
34: <cfset request.searchResultsYachtsArray[1] = "">
35: <cfloop index="i" list="#application.yachtObject.getSearchResultsYachtIDs(request.axisParams)#">
36: <cfset request.yachtsResultsCount = request.yachtsResultsCount + listLen(i,'-')>
37: <!--- If already 12 PropertyIDs in the list, creates the next row in the array --->
|
| | column | | | id | | | line | | | Raw_Trace | | string | yachtengine.index_cfm$cf.call(/yachtEngine/index.cfm:35) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/yachtEngine/index.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 121: <!--- Grabs the index.cfm Controller file for the Yacht Engine ---><br>
122: <cfif application.siteObject.hasYachtEngine()><br>
<b>123: <cfinclude template="/yachtEngine/index.cfm"></b><br>
124: </cfif><br>
125: <br>
|
| | codePrintPlain | | string | 121: <!--- Grabs the index.cfm Controller file for the Yacht Engine --->
122: <cfif application.siteObject.hasYachtEngine()>
123: <cfinclude template="/yachtEngine/index.cfm">
124: </cfif>
125:
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:123) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/index.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 325: </cfif><br>
326: <!--- Always loads the root index.cfm as the site Controller ---><br>
<b>327: <cfinclude template="/index.cfm"></b><br>
328: </cffunction><br>
329: <br>
|
| | codePrintPlain | | string | 325: </cfif>
326: <!--- Always loads the root index.cfm as the site Controller --->
327: <cfinclude template="/index.cfm">
328: </cffunction>
329:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000019(/Application.cfc:327) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/Application.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 306: <br>
307: <cffunction name="onRequest" returnType="void"><br>
<b>308: <cfargument name="targetPage" type="String" required="true"></b><br>
309: <!--- Creates the request.axisParams.slug variable if it doesn't exist. ---><br>
310: <cfif NOT StructKeyExists(request.axisParams,'slug')><br>
|
| | codePrintPlain | | string | 306:
307: <cffunction name="onRequest" returnType="void">
308: <cfargument name="targetPage" type="String" required="true">
309: <!--- Creates the request.axisParams.slug variable if it doesn't exist. --->
310: <cfif NOT StructKeyExists(request.axisParams,'slug')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:308) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/Application.cfc |
| | type | |
|
| | type | |
|
| Detail | |
| ErrNumber | |
| ErrorCode | |
| Extended_Info | |
| ExtendedInfo | |
| Message | | string | key [SORTBY] doesn't exist |
|
| name | |
| rootCause | | Struct | | additional | | Struct (ordered) | | Function | | | Component | |
| | Detail | | | ErrNumber | | | ErrorCode | | | Extended_Info | | | ExtendedInfo | | | Message | | string | key [SORTBY] doesn't exist |
| | StackTrace | | string | lucee.runtime.exp.ExpressionException: key [SORTBY] doesn't exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:70)
at lucee.runtime.type.StructImpl.get(StructImpl.java:179)
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279)
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1771)
at yachtengine.model.yachtobject_cfc$cf.udfCall2(/yachtEngine/model/yachtObject.cfc:220)
at yachtengine.model.yachtobject_cfc$cf.udfCall(/yachtEngine/model/yachtObject.cfc)
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:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1992)
at yachtengine.index_cfm$cf.call(/yachtEngine/index.cfm:35)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at index_cfm$cf.call(/index.cfm:123)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at application_cfc$cf.udfCall_000019(/Application.cfc:327)
at application_cfc$cf.udfCall(/Application.cfc:308)
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:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
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:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:623)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at com.seefusion.Filter.doFilter(Filter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
| | TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 218: AND yct.yachtID IN (<cfqueryparam value="#arguments.submission.yachtIDs#,-99" cfsqltype="cf_sql_integer" list="yes">)<br>
219: </cfif><br>
<b>220: <cfif arguments.submission.sortBy EQ 'Random'></b><br>
221: ORDER BY rand()<br>
222: <cfelseif arguments.submission.sortBy EQ "ID"><br>
|
| | codePrintPlain | | string | 218: AND yct.yachtID IN (<cfqueryparam value="#arguments.submission.yachtIDs#,-99" cfsqltype="cf_sql_integer" list="yes">)
219: </cfif>
220: <cfif arguments.submission.sortBy EQ 'Random'>
221: ORDER BY rand()
222: <cfelseif arguments.submission.sortBy EQ "ID">
|
| | column | | | id | | | line | | | Raw_Trace | | string | yachtengine.model.yachtobject_cfc$cf.udfCall2(/yachtEngine/model/yachtObject.cfc:220) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/yachtEngine/model/yachtObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 33: <cfset request.searchResultsYachtsArray = ArrayNew(1)><br>
34: <cfset request.searchResultsYachtsArray[1] = ""><br>
<b>35: <cfloop index="i" list="#application.yachtObject.getSearchResultsYachtIDs(request.axisParams)#"></b><br>
36: <cfset request.yachtsResultsCount = request.yachtsResultsCount + listLen(i,'-')><br>
37: <!--- If already 12 PropertyIDs in the list, creates the next row in the array ---><br>
|
| | codePrintPlain | | string | 33: <cfset request.searchResultsYachtsArray = ArrayNew(1)>
34: <cfset request.searchResultsYachtsArray[1] = "">
35: <cfloop index="i" list="#application.yachtObject.getSearchResultsYachtIDs(request.axisParams)#">
36: <cfset request.yachtsResultsCount = request.yachtsResultsCount + listLen(i,'-')>
37: <!--- If already 12 PropertyIDs in the list, creates the next row in the array --->
|
| | column | | | id | | | line | | | Raw_Trace | | string | yachtengine.index_cfm$cf.call(/yachtEngine/index.cfm:35) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/yachtEngine/index.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 121: <!--- Grabs the index.cfm Controller file for the Yacht Engine ---><br>
122: <cfif application.siteObject.hasYachtEngine()><br>
<b>123: <cfinclude template="/yachtEngine/index.cfm"></b><br>
124: </cfif><br>
125: <br>
|
| | codePrintPlain | | string | 121: <!--- Grabs the index.cfm Controller file for the Yacht Engine --->
122: <cfif application.siteObject.hasYachtEngine()>
123: <cfinclude template="/yachtEngine/index.cfm">
124: </cfif>
125:
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:123) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/index.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 325: </cfif><br>
326: <!--- Always loads the root index.cfm as the site Controller ---><br>
<b>327: <cfinclude template="/index.cfm"></b><br>
328: </cffunction><br>
329: <br>
|
| | codePrintPlain | | string | 325: </cfif>
326: <!--- Always loads the root index.cfm as the site Controller --->
327: <cfinclude template="/index.cfm">
328: </cffunction>
329:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000019(/Application.cfc:327) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/Application.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 306: <br>
307: <cffunction name="onRequest" returnType="void"><br>
<b>308: <cfargument name="targetPage" type="String" required="true"></b><br>
309: <!--- Creates the request.axisParams.slug variable if it doesn't exist. ---><br>
310: <cfif NOT StructKeyExists(request.axisParams,'slug')><br>
|
| | codePrintPlain | | string | 306:
307: <cffunction name="onRequest" returnType="void">
308: <cfargument name="targetPage" type="String" required="true">
309: <!--- Creates the request.axisParams.slug variable if it doesn't exist. --->
310: <cfif NOT StructKeyExists(request.axisParams,'slug')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:308) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/Application.cfc |
| | type | |
|
| | type | |
|
| StackTrace | | string | lucee.runtime.exp.ExpressionException: key [SORTBY] doesn't exist
at lucee.runtime.type.util.StructSupport.invalidKey(StructSupport.java:70)
at lucee.runtime.type.StructImpl.get(StructImpl.java:179)
at lucee.runtime.util.VariableUtilImpl.get(VariableUtilImpl.java:279)
at lucee.runtime.PageContextImpl.get(PageContextImpl.java:1771)
at yachtengine.model.yachtobject_cfc$cf.udfCall2(/yachtEngine/model/yachtObject.cfc:220)
at yachtengine.model.yachtobject_cfc$cf.udfCall(/yachtEngine/model/yachtObject.cfc)
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:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:796)
at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1992)
at yachtengine.index_cfm$cf.call(/yachtEngine/index.cfm:35)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at index_cfm$cf.call(/index.cfm:123)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1046)
at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:940)
at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:921)
at application_cfc$cf.udfCall_000019(/Application.cfc:327)
at application_cfc$cf.udfCall(/Application.cfc:308)
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:715)
at lucee.runtime.ComponentImpl._call(ComponentImpl.java:588)
at lucee.runtime.ComponentImpl.call(ComponentImpl.java:2033)
at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:476)
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:2725)
at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2712)
at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2683)
at lucee.runtime.engine.Request.exe(Request.java:45)
at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1159)
at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116)
at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97)
at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:42)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:623)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at com.seefusion.Filter.doFilter(Filter.java:118)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144)
at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168)
at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90)
at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:482)
at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130)
at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
at com.seefusion.SeeFusionValve.invoke(SeeFusionValve.java:52)
at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346)
at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:937)
at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791)
at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190)
at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659)
at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63)
at java.base/java.lang.Thread.run(Unknown Source)
|
|
| TagContext | | Array | | 1 | | Struct | | codePrintHTML | | string | 218: AND yct.yachtID IN (<cfqueryparam value="#arguments.submission.yachtIDs#,-99" cfsqltype="cf_sql_integer" list="yes">)<br>
219: </cfif><br>
<b>220: <cfif arguments.submission.sortBy EQ 'Random'></b><br>
221: ORDER BY rand()<br>
222: <cfelseif arguments.submission.sortBy EQ "ID"><br>
|
| | codePrintPlain | | string | 218: AND yct.yachtID IN (<cfqueryparam value="#arguments.submission.yachtIDs#,-99" cfsqltype="cf_sql_integer" list="yes">)
219: </cfif>
220: <cfif arguments.submission.sortBy EQ 'Random'>
221: ORDER BY rand()
222: <cfelseif arguments.submission.sortBy EQ "ID">
|
| | column | | | id | | | line | | | Raw_Trace | | string | yachtengine.model.yachtobject_cfc$cf.udfCall2(/yachtEngine/model/yachtObject.cfc:220) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/yachtEngine/model/yachtObject.cfc |
| | type | |
| | 2 | | Struct | | codePrintHTML | | string | 33: <cfset request.searchResultsYachtsArray = ArrayNew(1)><br>
34: <cfset request.searchResultsYachtsArray[1] = ""><br>
<b>35: <cfloop index="i" list="#application.yachtObject.getSearchResultsYachtIDs(request.axisParams)#"></b><br>
36: <cfset request.yachtsResultsCount = request.yachtsResultsCount + listLen(i,'-')><br>
37: <!--- If already 12 PropertyIDs in the list, creates the next row in the array ---><br>
|
| | codePrintPlain | | string | 33: <cfset request.searchResultsYachtsArray = ArrayNew(1)>
34: <cfset request.searchResultsYachtsArray[1] = "">
35: <cfloop index="i" list="#application.yachtObject.getSearchResultsYachtIDs(request.axisParams)#">
36: <cfset request.yachtsResultsCount = request.yachtsResultsCount + listLen(i,'-')>
37: <!--- If already 12 PropertyIDs in the list, creates the next row in the array --->
|
| | column | | | id | | | line | | | Raw_Trace | | string | yachtengine.index_cfm$cf.call(/yachtEngine/index.cfm:35) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/yachtEngine/index.cfm |
| | type | |
| | 3 | | Struct | | codePrintHTML | | string | 121: <!--- Grabs the index.cfm Controller file for the Yacht Engine ---><br>
122: <cfif application.siteObject.hasYachtEngine()><br>
<b>123: <cfinclude template="/yachtEngine/index.cfm"></b><br>
124: </cfif><br>
125: <br>
|
| | codePrintPlain | | string | 121: <!--- Grabs the index.cfm Controller file for the Yacht Engine --->
122: <cfif application.siteObject.hasYachtEngine()>
123: <cfinclude template="/yachtEngine/index.cfm">
124: </cfif>
125:
|
| | column | | | id | | | line | | | Raw_Trace | | string | index_cfm$cf.call(/index.cfm:123) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/index.cfm |
| | type | |
| | 4 | | Struct | | codePrintHTML | | string | 325: </cfif><br>
326: <!--- Always loads the root index.cfm as the site Controller ---><br>
<b>327: <cfinclude template="/index.cfm"></b><br>
328: </cffunction><br>
329: <br>
|
| | codePrintPlain | | string | 325: </cfif>
326: <!--- Always loads the root index.cfm as the site Controller --->
327: <cfinclude template="/index.cfm">
328: </cffunction>
329:
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall_000019(/Application.cfc:327) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/Application.cfc |
| | type | |
| | 5 | | Struct | | codePrintHTML | | string | 306: <br>
307: <cffunction name="onRequest" returnType="void"><br>
<b>308: <cfargument name="targetPage" type="String" required="true"></b><br>
309: <!--- Creates the request.axisParams.slug variable if it doesn't exist. ---><br>
310: <cfif NOT StructKeyExists(request.axisParams,'slug')><br>
|
| | codePrintPlain | | string | 306:
307: <cffunction name="onRequest" returnType="void">
308: <cfargument name="targetPage" type="String" required="true">
309: <!--- Creates the request.axisParams.slug variable if it doesn't exist. --->
310: <cfif NOT StructKeyExists(request.axisParams,'slug')>
|
| | column | | | id | | | line | | | Raw_Trace | | string | application_cfc$cf.udfCall(/Application.cfc:308) |
| | template | | string | /var/www/domains/axislinux.be3.icnd.net/htdocs/Application.cfc |
| | type | |
|
|
| type | |