Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
stringthe function is located at [C:\home\downtownproperties.net\wwwroot\admin\code\com\applicationManager.cfc]
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringInvalid call of the function [getUnits], second Argument [townid] is of invalid type, Cannot cast String [] to a value of type [numeric]
StackTrace
stringlucee.runtime.exp.UDFCasterException: Invalid call of the function [getUnits], second Argument [townid] is of invalid type, Cannot cast String [] 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:1925) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:209) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:186) at downtown.available_unit_cfm450$cf$9u.call(/downtown/available-unit.cfm:50) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1034) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:926) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:907) at application_cfc$cf.udfCall(/Application.cfc:243) 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:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string48: ---&gt;<br> 49: &lt;!--- town version ---&gt;<br> <b>50: &lt;cfinvoke component=&quot;#applicationManager#&quot; method=&quot;getUnits&quot; returnvariable=&quot;unitList&quot; townid=&quot;#local.townid#&quot; orderBy='CAST(SUBSTRING(u.addr_line_1, 1, LOCATE(&quot; &quot;, u.addr_line_1)) AS SIGNED)' activeStatus=&quot;10,100&quot; /&gt;</b><br> 51: &lt;!--- &lt;/cfif&gt; ---&gt;<br> 52: <br>
codePrintPlain
string48: ---> 49: <!--- town version ---> 50: <cfinvoke component="#applicationManager#" method="getUnits" returnvariable="unitList" townid="#local.townid#" orderBy='CAST(SUBSTRING(u.addr_line_1, 1, LOCATE(" ", u.addr_line_1)) AS SIGNED)' activeStatus="10,100" /> 51: <!--- </cfif> ---> 52:
column
number0
id
string??
line
number50
Raw_Trace
stringdowntown.available_unit_cfm450$cf$9u.call(/downtown/available-unit.cfm:50)
template
stringC:\home\downtownproperties.net\wwwroot\downtown\available-unit.cfm
type
stringcfml
2
Struct
codePrintHTML
string241: &lt;cfelse&gt;<br> 242: &lt;!--- Include the requested page. ---&gt;<br> <b>243: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 244: &lt;/cfif&gt;<br> 245: <br>
codePrintPlain
string241: <cfelse> 242: <!--- Include the requested page. ---> 243: <cfinclude template="#ARGUMENTS.TargetPage#" /> 244: </cfif> 245:
column
number0
id
string??
line
number243
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:243)
template
stringC:\home\downtownproperties.net\wwwroot\Application.cfc
type
stringcfml
type
stringexpression
Detail
stringthe function is located at [C:\home\downtownproperties.net\wwwroot\admin\code\com\applicationManager.cfc]
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringInvalid call of the function [getUnits], second Argument [townid] is of invalid type, Cannot cast String [] to a value of type [numeric]
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
stringthe function is located at [C:\home\downtownproperties.net\wwwroot\admin\code\com\applicationManager.cfc]
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringInvalid call of the function [getUnits], second Argument [townid] is of invalid type, Cannot cast String [] to a value of type [numeric]
StackTrace
stringlucee.runtime.exp.UDFCasterException: Invalid call of the function [getUnits], second Argument [townid] is of invalid type, Cannot cast String [] 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:1925) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:209) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:186) at downtown.available_unit_cfm450$cf$9u.call(/downtown/available-unit.cfm:50) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1034) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:926) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:907) at application_cfc$cf.udfCall(/Application.cfc:243) 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:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string48: ---&gt;<br> 49: &lt;!--- town version ---&gt;<br> <b>50: &lt;cfinvoke component=&quot;#applicationManager#&quot; method=&quot;getUnits&quot; returnvariable=&quot;unitList&quot; townid=&quot;#local.townid#&quot; orderBy='CAST(SUBSTRING(u.addr_line_1, 1, LOCATE(&quot; &quot;, u.addr_line_1)) AS SIGNED)' activeStatus=&quot;10,100&quot; /&gt;</b><br> 51: &lt;!--- &lt;/cfif&gt; ---&gt;<br> 52: <br>
codePrintPlain
string48: ---> 49: <!--- town version ---> 50: <cfinvoke component="#applicationManager#" method="getUnits" returnvariable="unitList" townid="#local.townid#" orderBy='CAST(SUBSTRING(u.addr_line_1, 1, LOCATE(" ", u.addr_line_1)) AS SIGNED)' activeStatus="10,100" /> 51: <!--- </cfif> ---> 52:
column
number0
id
string??
line
number50
Raw_Trace
stringdowntown.available_unit_cfm450$cf$9u.call(/downtown/available-unit.cfm:50)
template
stringC:\home\downtownproperties.net\wwwroot\downtown\available-unit.cfm
type
stringcfml
2
Struct
codePrintHTML
string241: &lt;cfelse&gt;<br> 242: &lt;!--- Include the requested page. ---&gt;<br> <b>243: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 244: &lt;/cfif&gt;<br> 245: <br>
codePrintPlain
string241: <cfelse> 242: <!--- Include the requested page. ---> 243: <cfinclude template="#ARGUMENTS.TargetPage#" /> 244: </cfif> 245:
column
number0
id
string??
line
number243
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:243)
template
stringC:\home\downtownproperties.net\wwwroot\Application.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.UDFCasterException: Invalid call of the function [getUnits], second Argument [townid] is of invalid type, Cannot cast String [] 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:1925) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:209) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:186) at downtown.available_unit_cfm450$cf$9u.call(/downtown/available-unit.cfm:50) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1034) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:926) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:907) at application_cfc$cf.udfCall(/Application.cfc:243) 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:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:189) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:162) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:97) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:542) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:143) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:78) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:357) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:433) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:893) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1707) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string48: ---&gt;<br> 49: &lt;!--- town version ---&gt;<br> <b>50: &lt;cfinvoke component=&quot;#applicationManager#&quot; method=&quot;getUnits&quot; returnvariable=&quot;unitList&quot; townid=&quot;#local.townid#&quot; orderBy='CAST(SUBSTRING(u.addr_line_1, 1, LOCATE(&quot; &quot;, u.addr_line_1)) AS SIGNED)' activeStatus=&quot;10,100&quot; /&gt;</b><br> 51: &lt;!--- &lt;/cfif&gt; ---&gt;<br> 52: <br>
codePrintPlain
string48: ---> 49: <!--- town version ---> 50: <cfinvoke component="#applicationManager#" method="getUnits" returnvariable="unitList" townid="#local.townid#" orderBy='CAST(SUBSTRING(u.addr_line_1, 1, LOCATE(" ", u.addr_line_1)) AS SIGNED)' activeStatus="10,100" /> 51: <!--- </cfif> ---> 52:
column
number0
id
string??
line
number50
Raw_Trace
stringdowntown.available_unit_cfm450$cf$9u.call(/downtown/available-unit.cfm:50)
template
stringC:\home\downtownproperties.net\wwwroot\downtown\available-unit.cfm
type
stringcfml
2
Struct
codePrintHTML
string241: &lt;cfelse&gt;<br> 242: &lt;!--- Include the requested page. ---&gt;<br> <b>243: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 244: &lt;/cfif&gt;<br> 245: <br>
codePrintPlain
string241: <cfelse> 242: <!--- Include the requested page. ---> 243: <cfinclude template="#ARGUMENTS.TargetPage#" /> 244: </cfif> 245:
column
number0
id
string??
line
number243
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:243)
template
stringC:\home\downtownproperties.net\wwwroot\Application.cfc
type
stringcfml
type
stringexpression