Scope Arguments
Exception 1
Struct
additional
Struct
cause
Struct
additional
Struct
Detail
string
ErrNumber
number 0
ErrorCode
string 0
ExtendedInfo
string
Message
string variable [QRYLISTINGS] doesn't exist
StackTrace
string variable [QRYLISTINGS] doesn't exist at railo.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:245):245 at _lib.udf.generatetypeddataset_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm:90):90 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:624):624 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1266):1266 at _lib.udf.getlistings_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\getListings.cfm:162):162 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:624):624 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1266):1266 at map_app_cfm180$cf.call(C:\__webapps\bikefinds\map-app.cfm:86):86 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:648):648 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:601):601 at application_cfc$cf.udfCall(C:\__webapps\bikefinds\Application.cfc:451):451 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.ComponentImpl._call(ComponentImpl.java:419):419 at railo.runtime.ComponentImpl._call(ComponentImpl.java:348):348 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1511):1511 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:283):283 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:110):110 at railo.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:83):83 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1709):1709 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:261):261 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at javax.servlet.http.HttpServlet.service(HttpServlet.java:96):96 at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:109):109 at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:183):183 at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:286):286 at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:780):780 at com.caucho.server.connection.TcpConnection.handleRequestsImpl(TcpConnection.java:620):620 at com.caucho.server.connection.TcpConnection.handleRequests(TcpConnection.java:558):558 at com.caucho.server.connection.TcpConnection$AcceptTask.doTask(TcpConnection.java:1200):1200 at com.caucho.server.connection.TcpConnection$ConnectionReadTask.runThread(TcpConnection.java:1137):1137 at com.caucho.server.connection.TcpConnection$AcceptTask.run(TcpConnection.java:1168):1168 at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901):901 at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866):866
TagContext
Array
1
Struct
codePrintHTML
string 88: <br> 89: &lt;cfset QuerySetCell(qryListings,&quot;Location&quot;,qryGroupedListings.location)&gt;<br> <b>90: &lt;cfset QuerySetCell(qryListings,&quot;Latitude&quot;,qryGroupedListings.Latitude)&gt;</b><br> 91: &lt;cfset QuerySetCell(qryListings,&quot;Longitude&quot;,qryGroupedListings.Longitude)&gt;<br> 92: &lt;cfset QuerySetCell(qryListings,&quot;State&quot;,qryGroupedListings.state)&gt;<br>
codePrintPlain
string 88: 89: <cfset QuerySetCell(qryListings,"Location",qryGroupedListings.location)> 90: <cfset QuerySetCell(qryListings,"Latitude",qryGroupedListings.Latitude)> 91: <cfset QuerySetCell(qryListings,"Longitude",qryGroupedListings.Longitude)> 92: <cfset QuerySetCell(qryListings,"State",qryGroupedListings.state)>
column
number 0
id
string ??
line
number 90
raw_trace
string _lib.udf.generatetypeddataset_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm:90)
template
string C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm
type
string cfml
2
Struct
codePrintHTML
string 160: &lt;!--- &lt;cfif boolMultiple&gt; for some bloody reason, railo returns the numeric columns as varchars from above even when we are resetting anything ---&gt;<br> 161: <br> <b>162: &lt;cfset qryListings = APPLICATION.Functions.generateTypedDataset(qryFilteredListings)&gt;</b><br> 163: <br> 164: <br>
codePrintPlain
string 160: <!--- <cfif boolMultiple> for some bloody reason, railo returns the numeric columns as varchars from above even when we are resetting anything ---> 161: 162: <cfset qryListings = APPLICATION.Functions.generateTypedDataset(qryFilteredListings)> 163: 164:
column
number 0
id
string ??
line
number 162
raw_trace
string _lib.udf.getlistings_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\getListings.cfm:162)
template
string C:\__webapps\bikefinds\_lib\udf\getListings.cfm
type
string cfml
3
Struct
codePrintHTML
string 84: &lt;cfcase value=&quot;location&quot;&gt;<br> 85: &lt;!--- will not be any breakdowns if you go to a location ---&gt;<br> <b>86: &lt;cfset qryPageListings = APPLICATION.Functions.getListings(&quot;all&quot;, &quot;all&quot;, REQUEST.PageValue)&gt;</b><br> 87: <br> 88: &lt;cfset strMapType = &quot;fixed&quot;&gt;<br>
codePrintPlain
string 84: <cfcase value="location"> 85: <!--- will not be any breakdowns if you go to a location ---> 86: <cfset qryPageListings = APPLICATION.Functions.getListings("all", "all", REQUEST.PageValue)> 87: 88: <cfset strMapType = "fixed">
column
number 0
id
string ??
line
number 86
raw_trace
string map_app_cfm180$cf.call(C:\__webapps\bikefinds\map-app.cfm:86)
template
string C:\__webapps\bikefinds\map-app.cfm
type
string cfml
4
Struct
codePrintHTML
string 449: &lt;cfelse&gt;<br> 450: &lt;cfif Len(REQUEST.AreaFilter)&gt;<br> <b>451: &lt;cfinclude template=&quot;map-app.cfm&quot;&gt;</b><br> 452: &lt;cfelse&gt;<br> 453: &lt;cfinclude template=&quot;list-app.cfm&quot;&gt;<br>
codePrintPlain
string 449: <cfelse> 450: <cfif Len(REQUEST.AreaFilter)> 451: <cfinclude template="map-app.cfm"> 452: <cfelse> 453: <cfinclude template="list-app.cfm">
column
number 0
id
string ??
line
number 451
raw_trace
string application_cfc$cf.udfCall(C:\__webapps\bikefinds\Application.cfc:451)
template
string C:\__webapps\bikefinds\Application.cfc
type
string cfml
type
string expression
Detail
string
ErrNumber
number 0
ErrorCode
string 0
ExtendedInfo
string
Message
string variable [QRYLISTINGS] doesn't exist
name
string onRequest
rootCause
Struct
additional
Struct
Detail
string
ErrNumber
number 0
ErrorCode
string 0
ExtendedInfo
string
Message
string variable [QRYLISTINGS] doesn't exist
StackTrace
string variable [QRYLISTINGS] doesn't exist at railo.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:245):245 at _lib.udf.generatetypeddataset_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm:90):90 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:624):624 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1266):1266 at _lib.udf.getlistings_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\getListings.cfm:162):162 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:624):624 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1266):1266 at map_app_cfm180$cf.call(C:\__webapps\bikefinds\map-app.cfm:86):86 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:648):648 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:601):601 at application_cfc$cf.udfCall(C:\__webapps\bikefinds\Application.cfc:451):451 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.ComponentImpl._call(ComponentImpl.java:419):419 at railo.runtime.ComponentImpl._call(ComponentImpl.java:348):348 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1511):1511 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:283):283 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:110):110 at railo.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:83):83 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1709):1709 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:261):261 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at javax.servlet.http.HttpServlet.service(HttpServlet.java:96):96 at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:109):109 at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:183):183 at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:286):286 at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:780):780 at com.caucho.server.connection.TcpConnection.handleRequestsImpl(TcpConnection.java:620):620 at com.caucho.server.connection.TcpConnection.handleRequests(TcpConnection.java:558):558 at com.caucho.server.connection.TcpConnection$AcceptTask.doTask(TcpConnection.java:1200):1200 at com.caucho.server.connection.TcpConnection$ConnectionReadTask.runThread(TcpConnection.java:1137):1137 at com.caucho.server.connection.TcpConnection$AcceptTask.run(TcpConnection.java:1168):1168 at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901):901 at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866):866
TagContext
Array
1
Struct
codePrintHTML
string 88: <br> 89: &lt;cfset QuerySetCell(qryListings,&quot;Location&quot;,qryGroupedListings.location)&gt;<br> <b>90: &lt;cfset QuerySetCell(qryListings,&quot;Latitude&quot;,qryGroupedListings.Latitude)&gt;</b><br> 91: &lt;cfset QuerySetCell(qryListings,&quot;Longitude&quot;,qryGroupedListings.Longitude)&gt;<br> 92: &lt;cfset QuerySetCell(qryListings,&quot;State&quot;,qryGroupedListings.state)&gt;<br>
codePrintPlain
string 88: 89: <cfset QuerySetCell(qryListings,"Location",qryGroupedListings.location)> 90: <cfset QuerySetCell(qryListings,"Latitude",qryGroupedListings.Latitude)> 91: <cfset QuerySetCell(qryListings,"Longitude",qryGroupedListings.Longitude)> 92: <cfset QuerySetCell(qryListings,"State",qryGroupedListings.state)>
column
number 0
id
string ??
line
number 90
raw_trace
string _lib.udf.generatetypeddataset_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm:90)
template
string C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm
type
string cfml
2
Struct
codePrintHTML
string 160: &lt;!--- &lt;cfif boolMultiple&gt; for some bloody reason, railo returns the numeric columns as varchars from above even when we are resetting anything ---&gt;<br> 161: <br> <b>162: &lt;cfset qryListings = APPLICATION.Functions.generateTypedDataset(qryFilteredListings)&gt;</b><br> 163: <br> 164: <br>
codePrintPlain
string 160: <!--- <cfif boolMultiple> for some bloody reason, railo returns the numeric columns as varchars from above even when we are resetting anything ---> 161: 162: <cfset qryListings = APPLICATION.Functions.generateTypedDataset(qryFilteredListings)> 163: 164:
column
number 0
id
string ??
line
number 162
raw_trace
string _lib.udf.getlistings_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\getListings.cfm:162)
template
string C:\__webapps\bikefinds\_lib\udf\getListings.cfm
type
string cfml
3
Struct
codePrintHTML
string 84: &lt;cfcase value=&quot;location&quot;&gt;<br> 85: &lt;!--- will not be any breakdowns if you go to a location ---&gt;<br> <b>86: &lt;cfset qryPageListings = APPLICATION.Functions.getListings(&quot;all&quot;, &quot;all&quot;, REQUEST.PageValue)&gt;</b><br> 87: <br> 88: &lt;cfset strMapType = &quot;fixed&quot;&gt;<br>
codePrintPlain
string 84: <cfcase value="location"> 85: <!--- will not be any breakdowns if you go to a location ---> 86: <cfset qryPageListings = APPLICATION.Functions.getListings("all", "all", REQUEST.PageValue)> 87: 88: <cfset strMapType = "fixed">
column
number 0
id
string ??
line
number 86
raw_trace
string map_app_cfm180$cf.call(C:\__webapps\bikefinds\map-app.cfm:86)
template
string C:\__webapps\bikefinds\map-app.cfm
type
string cfml
4
Struct
codePrintHTML
string 449: &lt;cfelse&gt;<br> 450: &lt;cfif Len(REQUEST.AreaFilter)&gt;<br> <b>451: &lt;cfinclude template=&quot;map-app.cfm&quot;&gt;</b><br> 452: &lt;cfelse&gt;<br> 453: &lt;cfinclude template=&quot;list-app.cfm&quot;&gt;<br>
codePrintPlain
string 449: <cfelse> 450: <cfif Len(REQUEST.AreaFilter)> 451: <cfinclude template="map-app.cfm"> 452: <cfelse> 453: <cfinclude template="list-app.cfm">
column
number 0
id
string ??
line
number 451
raw_trace
string application_cfc$cf.udfCall(C:\__webapps\bikefinds\Application.cfc:451)
template
string C:\__webapps\bikefinds\Application.cfc
type
string cfml
type
string expression
StackTrace
string variable [QRYLISTINGS] doesn't exist at railo.runtime.type.scope.UndefinedImpl.get(UndefinedImpl.java:245):245 at _lib.udf.generatetypeddataset_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm:90):90 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:624):624 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1266):1266 at _lib.udf.getlistings_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\getListings.cfm:162):162 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:624):624 at railo.runtime.PageContextImpl.getFunction(PageContextImpl.java:1266):1266 at map_app_cfm180$cf.call(C:\__webapps\bikefinds\map-app.cfm:86):86 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:648):648 at railo.runtime.PageContextImpl.doInclude(PageContextImpl.java:601):601 at application_cfc$cf.udfCall(C:\__webapps\bikefinds\Application.cfc:451):451 at railo.runtime.type.UDFImpl.implementation(UDFImpl.java:213):213 at railo.runtime.type.UDFImpl._call(UDFImpl.java:371):371 at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336 at railo.runtime.ComponentImpl._call(ComponentImpl.java:419):419 at railo.runtime.ComponentImpl._call(ComponentImpl.java:348):348 at railo.runtime.ComponentImpl.call(ComponentImpl.java:1511):1511 at railo.runtime.listener.ModernAppListener.call(ModernAppListener.java:283):283 at railo.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:110):110 at railo.runtime.listener.ModernAppListener.onRequest(ModernAppListener.java:83):83 at railo.runtime.PageContextImpl.execute(PageContextImpl.java:1709):1709 at railo.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:261):261 at railo.loader.servlet.CFMLServlet.service(CFMLServlet.java:32):32 at javax.servlet.http.HttpServlet.service(HttpServlet.java:96):96 at com.caucho.server.dispatch.ServletFilterChain.doFilter(ServletFilterChain.java:109):109 at com.caucho.server.webapp.WebAppFilterChain.doFilter(WebAppFilterChain.java:183):183 at com.caucho.server.dispatch.ServletInvocation.service(ServletInvocation.java:286):286 at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:780):780 at com.caucho.server.connection.TcpConnection.handleRequestsImpl(TcpConnection.java:620):620 at com.caucho.server.connection.TcpConnection.handleRequests(TcpConnection.java:558):558 at com.caucho.server.connection.TcpConnection$AcceptTask.doTask(TcpConnection.java:1200):1200 at com.caucho.server.connection.TcpConnection$ConnectionReadTask.runThread(TcpConnection.java:1137):1137 at com.caucho.server.connection.TcpConnection$AcceptTask.run(TcpConnection.java:1168):1168 at com.caucho.util.ThreadPool$PoolThread.runTasks(ThreadPool.java:901):901 at com.caucho.util.ThreadPool$PoolThread.run(ThreadPool.java:866):866
TagContext
Array
1
Struct
codePrintHTML
string 88: <br> 89: &lt;cfset QuerySetCell(qryListings,&quot;Location&quot;,qryGroupedListings.location)&gt;<br> <b>90: &lt;cfset QuerySetCell(qryListings,&quot;Latitude&quot;,qryGroupedListings.Latitude)&gt;</b><br> 91: &lt;cfset QuerySetCell(qryListings,&quot;Longitude&quot;,qryGroupedListings.Longitude)&gt;<br> 92: &lt;cfset QuerySetCell(qryListings,&quot;State&quot;,qryGroupedListings.state)&gt;<br>
codePrintPlain
string 88: 89: <cfset QuerySetCell(qryListings,"Location",qryGroupedListings.location)> 90: <cfset QuerySetCell(qryListings,"Latitude",qryGroupedListings.Latitude)> 91: <cfset QuerySetCell(qryListings,"Longitude",qryGroupedListings.Longitude)> 92: <cfset QuerySetCell(qryListings,"State",qryGroupedListings.state)>
column
number 0
id
string ??
line
number 90
raw_trace
string _lib.udf.generatetypeddataset_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm:90)
template
string C:\__webapps\bikefinds\_lib\udf\generateTypedDataset.cfm
type
string cfml
2
Struct
codePrintHTML
string 160: &lt;!--- &lt;cfif boolMultiple&gt; for some bloody reason, railo returns the numeric columns as varchars from above even when we are resetting anything ---&gt;<br> 161: <br> <b>162: &lt;cfset qryListings = APPLICATION.Functions.generateTypedDataset(qryFilteredListings)&gt;</b><br> 163: <br> 164: <br>
codePrintPlain
string 160: <!--- <cfif boolMultiple> for some bloody reason, railo returns the numeric columns as varchars from above even when we are resetting anything ---> 161: 162: <cfset qryListings = APPLICATION.Functions.generateTypedDataset(qryFilteredListings)> 163: 164:
column
number 0
id
string ??
line
number 162
raw_trace
string _lib.udf.getlistings_cfm$cf.udfCall(C:\__webapps\bikefinds\_lib\udf\getListings.cfm:162)
template
string C:\__webapps\bikefinds\_lib\udf\getListings.cfm
type
string cfml
3
Struct
codePrintHTML
string 84: &lt;cfcase value=&quot;location&quot;&gt;<br> 85: &lt;!--- will not be any breakdowns if you go to a location ---&gt;<br> <b>86: &lt;cfset qryPageListings = APPLICATION.Functions.getListings(&quot;all&quot;, &quot;all&quot;, REQUEST.PageValue)&gt;</b><br> 87: <br> 88: &lt;cfset strMapType = &quot;fixed&quot;&gt;<br>
codePrintPlain
string 84: <cfcase value="location"> 85: <!--- will not be any breakdowns if you go to a location ---> 86: <cfset qryPageListings = APPLICATION.Functions.getListings("all", "all", REQUEST.PageValue)> 87: 88: <cfset strMapType = "fixed">
column
number 0
id
string ??
line
number 86
raw_trace
string map_app_cfm180$cf.call(C:\__webapps\bikefinds\map-app.cfm:86)
template
string C:\__webapps\bikefinds\map-app.cfm
type
string cfml
4
Struct
codePrintHTML
string 449: &lt;cfelse&gt;<br> 450: &lt;cfif Len(REQUEST.AreaFilter)&gt;<br> <b>451: &lt;cfinclude template=&quot;map-app.cfm&quot;&gt;</b><br> 452: &lt;cfelse&gt;<br> 453: &lt;cfinclude template=&quot;list-app.cfm&quot;&gt;<br>
codePrintPlain
string 449: <cfelse> 450: <cfif Len(REQUEST.AreaFilter)> 451: <cfinclude template="map-app.cfm"> 452: <cfelse> 453: <cfinclude template="list-app.cfm">
column
number 0
id
string ??
line
number 451
raw_trace
string application_cfc$cf.udfCall(C:\__webapps\bikefinds\Application.cfc:451)
template
string C:\__webapps\bikefinds\Application.cfc
type
string cfml
type
string expression
EventName 2
string onRequest