| Exception |
1 |
|
Struct
|
| additional |
|
| cause |
|
Struct
|
| additional |
|
| Detail |
|
| ErrNumber |
|
| ErrorCode |
|
| ExtendedInfo |
|
| Message |
| string |
invalid call of the function intervalRound (C:\__resin\ext-webapp-lib\railo-server\context\library\function\intervalRound.cfm), first Argument (intNumber) is of invalid type, can't cast String [] to a value of type [numeric] |
|
| StackTrace |
| string |
invalid call of the function intervalRound (C:\__resin\ext-webapp-lib\railo-server\context\library\function\intervalRound.cfm), first Argument (intNumber) is of invalid type, can't cast String [] to a value of type [numeric]
at railo.runtime.type.UDFImpl.castToAndClone(UDFImpl.java:220):220
at railo.runtime.type.UDFImpl.defineArguments(UDFImpl.java:233):233
at railo.runtime.type.UDFImpl._call(UDFImpl.java:368):368
at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336
at railo.runtime.functions.system.CFFunction.call(CFFunction.java:66):66
at landing_page_cfm360$cf._call000014(C:\__webapps\quadhunter\landing-page.cfm:506):506
at landing_page_cfm360$cf.call(C:\__webapps\quadhunter\landing-page.cfm:361):361
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\quadhunter\Application.cfc:349):349
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 |
504: <!--- require at least 3 listings to provide "average" ---><br>
505: <cfif qrySummary.TotalListings GT 2><br>
<b>506: <td><strong class="summary"><cfoutput>#NumberFormat(intervalRound(qrySummary.AveragePrice, 100, true), "$_,_")#</cfoutput></strong> average</td></b><br>
507: <td>for <strong><cfoutput>#qrySummary.TotalListings#</cfoutput></strong> listings</td><br>
508: <cfelse><br>
|
|
| codePrintPlain |
| string |
504: <!--- require at least 3 listings to provide "average" --->
505: <cfif qrySummary.TotalListings GT 2>
506: <td><strong class="summary"><cfoutput>#NumberFormat(intervalRound(qrySummary.AveragePrice, 100, true), "$_,_")#</cfoutput></strong> average</td>
507: <td>for <strong><cfoutput>#qrySummary.TotalListings#</cfoutput></strong> listings</td>
508: <cfelse>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
landing_page_cfm360$cf._call000014(C:\__webapps\quadhunter\landing-page.cfm:506) |
|
| template |
| string |
C:\__webapps\quadhunter\landing-page.cfm |
|
| type |
|
|
| 2 |
|
Struct
|
| codePrintHTML |
| string |
359: <div class="yui-g"><br>
360: <br>
<b>361: <cfset intModulesAdded = 0></b><br>
362: <br>
363: <!---<br>
|
|
| codePrintPlain |
| string |
359: <div class="yui-g">
360:
361: <cfset intModulesAdded = 0>
362:
363: <!---
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
landing_page_cfm360$cf.call(C:\__webapps\quadhunter\landing-page.cfm:361) |
|
| template |
| string |
C:\__webapps\quadhunter\landing-page.cfm |
|
| type |
|
|
| 3 |
|
Struct
|
| codePrintHTML |
| string |
347: <cfset REQUEST.PageScope = APPLICATION.Settings.objURLMappings[strPageRequested].PageType><br>
348: <cfset REQUEST.PageValue = APPLICATION.Settings.objURLMappings[strPageRequested].PageValue><br>
<b>349: <cfinclude template="landing-page.cfm"></b><br>
350: <br>
351: <cfelseif FindNoCase("-for-sale", ARGUMENTS.requestURL)><br>
|
|
| codePrintPlain |
| string |
347: <cfset REQUEST.PageScope = APPLICATION.Settings.objURLMappings[strPageRequested].PageType>
348: <cfset REQUEST.PageValue = APPLICATION.Settings.objURLMappings[strPageRequested].PageValue>
349: <cfinclude template="landing-page.cfm">
350:
351: <cfelseif FindNoCase("-for-sale", ARGUMENTS.requestURL)>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
application_cfc$cf.udfCall(C:\__webapps\quadhunter\Application.cfc:349) |
|
| template |
| string |
C:\__webapps\quadhunter\Application.cfc |
|
| type |
|
|
|
| type |
|
|
| Detail |
|
| ErrNumber |
|
| ErrorCode |
|
| ExtendedInfo |
|
| Message |
| string |
invalid call of the function intervalRound (C:\__resin\ext-webapp-lib\railo-server\context\library\function\intervalRound.cfm), first Argument (intNumber) is of invalid type, can't cast String [] to a value of type [numeric] |
|
| name |
|
| rootCause |
|
Struct
|
| additional |
|
| Detail |
|
| ErrNumber |
|
| ErrorCode |
|
| ExtendedInfo |
|
| Message |
| string |
invalid call of the function intervalRound (C:\__resin\ext-webapp-lib\railo-server\context\library\function\intervalRound.cfm), first Argument (intNumber) is of invalid type, can't cast String [] to a value of type [numeric] |
|
| StackTrace |
| string |
invalid call of the function intervalRound (C:\__resin\ext-webapp-lib\railo-server\context\library\function\intervalRound.cfm), first Argument (intNumber) is of invalid type, can't cast String [] to a value of type [numeric]
at railo.runtime.type.UDFImpl.castToAndClone(UDFImpl.java:220):220
at railo.runtime.type.UDFImpl.defineArguments(UDFImpl.java:233):233
at railo.runtime.type.UDFImpl._call(UDFImpl.java:368):368
at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336
at railo.runtime.functions.system.CFFunction.call(CFFunction.java:66):66
at landing_page_cfm360$cf._call000014(C:\__webapps\quadhunter\landing-page.cfm:506):506
at landing_page_cfm360$cf.call(C:\__webapps\quadhunter\landing-page.cfm:361):361
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\quadhunter\Application.cfc:349):349
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 |
504: <!--- require at least 3 listings to provide "average" ---><br>
505: <cfif qrySummary.TotalListings GT 2><br>
<b>506: <td><strong class="summary"><cfoutput>#NumberFormat(intervalRound(qrySummary.AveragePrice, 100, true), "$_,_")#</cfoutput></strong> average</td></b><br>
507: <td>for <strong><cfoutput>#qrySummary.TotalListings#</cfoutput></strong> listings</td><br>
508: <cfelse><br>
|
|
| codePrintPlain |
| string |
504: <!--- require at least 3 listings to provide "average" --->
505: <cfif qrySummary.TotalListings GT 2>
506: <td><strong class="summary"><cfoutput>#NumberFormat(intervalRound(qrySummary.AveragePrice, 100, true), "$_,_")#</cfoutput></strong> average</td>
507: <td>for <strong><cfoutput>#qrySummary.TotalListings#</cfoutput></strong> listings</td>
508: <cfelse>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
landing_page_cfm360$cf._call000014(C:\__webapps\quadhunter\landing-page.cfm:506) |
|
| template |
| string |
C:\__webapps\quadhunter\landing-page.cfm |
|
| type |
|
|
| 2 |
|
Struct
|
| codePrintHTML |
| string |
359: <div class="yui-g"><br>
360: <br>
<b>361: <cfset intModulesAdded = 0></b><br>
362: <br>
363: <!---<br>
|
|
| codePrintPlain |
| string |
359: <div class="yui-g">
360:
361: <cfset intModulesAdded = 0>
362:
363: <!---
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
landing_page_cfm360$cf.call(C:\__webapps\quadhunter\landing-page.cfm:361) |
|
| template |
| string |
C:\__webapps\quadhunter\landing-page.cfm |
|
| type |
|
|
| 3 |
|
Struct
|
| codePrintHTML |
| string |
347: <cfset REQUEST.PageScope = APPLICATION.Settings.objURLMappings[strPageRequested].PageType><br>
348: <cfset REQUEST.PageValue = APPLICATION.Settings.objURLMappings[strPageRequested].PageValue><br>
<b>349: <cfinclude template="landing-page.cfm"></b><br>
350: <br>
351: <cfelseif FindNoCase("-for-sale", ARGUMENTS.requestURL)><br>
|
|
| codePrintPlain |
| string |
347: <cfset REQUEST.PageScope = APPLICATION.Settings.objURLMappings[strPageRequested].PageType>
348: <cfset REQUEST.PageValue = APPLICATION.Settings.objURLMappings[strPageRequested].PageValue>
349: <cfinclude template="landing-page.cfm">
350:
351: <cfelseif FindNoCase("-for-sale", ARGUMENTS.requestURL)>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
application_cfc$cf.udfCall(C:\__webapps\quadhunter\Application.cfc:349) |
|
| template |
| string |
C:\__webapps\quadhunter\Application.cfc |
|
| type |
|
|
|
| type |
|
|
| StackTrace |
| string |
invalid call of the function intervalRound (C:\__resin\ext-webapp-lib\railo-server\context\library\function\intervalRound.cfm), first Argument (intNumber) is of invalid type, can't cast String [] to a value of type [numeric]
at railo.runtime.type.UDFImpl.castToAndClone(UDFImpl.java:220):220
at railo.runtime.type.UDFImpl.defineArguments(UDFImpl.java:233):233
at railo.runtime.type.UDFImpl._call(UDFImpl.java:368):368
at railo.runtime.type.UDFImpl.call(UDFImpl.java:336):336
at railo.runtime.functions.system.CFFunction.call(CFFunction.java:66):66
at landing_page_cfm360$cf._call000014(C:\__webapps\quadhunter\landing-page.cfm:506):506
at landing_page_cfm360$cf.call(C:\__webapps\quadhunter\landing-page.cfm:361):361
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\quadhunter\Application.cfc:349):349
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 |
504: <!--- require at least 3 listings to provide "average" ---><br>
505: <cfif qrySummary.TotalListings GT 2><br>
<b>506: <td><strong class="summary"><cfoutput>#NumberFormat(intervalRound(qrySummary.AveragePrice, 100, true), "$_,_")#</cfoutput></strong> average</td></b><br>
507: <td>for <strong><cfoutput>#qrySummary.TotalListings#</cfoutput></strong> listings</td><br>
508: <cfelse><br>
|
|
| codePrintPlain |
| string |
504: <!--- require at least 3 listings to provide "average" --->
505: <cfif qrySummary.TotalListings GT 2>
506: <td><strong class="summary"><cfoutput>#NumberFormat(intervalRound(qrySummary.AveragePrice, 100, true), "$_,_")#</cfoutput></strong> average</td>
507: <td>for <strong><cfoutput>#qrySummary.TotalListings#</cfoutput></strong> listings</td>
508: <cfelse>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
landing_page_cfm360$cf._call000014(C:\__webapps\quadhunter\landing-page.cfm:506) |
|
| template |
| string |
C:\__webapps\quadhunter\landing-page.cfm |
|
| type |
|
|
| 2 |
|
Struct
|
| codePrintHTML |
| string |
359: <div class="yui-g"><br>
360: <br>
<b>361: <cfset intModulesAdded = 0></b><br>
362: <br>
363: <!---<br>
|
|
| codePrintPlain |
| string |
359: <div class="yui-g">
360:
361: <cfset intModulesAdded = 0>
362:
363: <!---
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
landing_page_cfm360$cf.call(C:\__webapps\quadhunter\landing-page.cfm:361) |
|
| template |
| string |
C:\__webapps\quadhunter\landing-page.cfm |
|
| type |
|
|
| 3 |
|
Struct
|
| codePrintHTML |
| string |
347: <cfset REQUEST.PageScope = APPLICATION.Settings.objURLMappings[strPageRequested].PageType><br>
348: <cfset REQUEST.PageValue = APPLICATION.Settings.objURLMappings[strPageRequested].PageValue><br>
<b>349: <cfinclude template="landing-page.cfm"></b><br>
350: <br>
351: <cfelseif FindNoCase("-for-sale", ARGUMENTS.requestURL)><br>
|
|
| codePrintPlain |
| string |
347: <cfset REQUEST.PageScope = APPLICATION.Settings.objURLMappings[strPageRequested].PageType>
348: <cfset REQUEST.PageValue = APPLICATION.Settings.objURLMappings[strPageRequested].PageValue>
349: <cfinclude template="landing-page.cfm">
350:
351: <cfelseif FindNoCase("-for-sale", ARGUMENTS.requestURL)>
|
|
| column |
|
| id |
|
| line |
|
| raw_trace |
| string |
application_cfc$cf.udfCall(C:\__webapps\quadhunter\Application.cfc:349) |
|
| template |
| string |
C:\__webapps\quadhunter\Application.cfc |
|
| type |
|
|
|
| type |
|
|