Squeeze Play Live Stats

Week - 0/0/
Scope Arguments
exception1
Catch
Entries: 13
additional
Struct (ordered)
Cause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:459) at lucee.runtime.op.Caster.toDoubleValue(Caster.java:402) at baseball.teams.live_stats_cfm225$cf.call(/baseball/teams/live-stats.cfm:103) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1025) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/application.cfc:751) at application_cfc$cf.udfCall(/application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:664) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) 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 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:422) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) 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:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 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
string101: &lt;h1 class=&quot;txt-xs-5 txt-sm-6 txt-md-6 txt-lg-8 txt-xl-10 text-left mt-2&quot;&gt;#teaminfo.name# Live Stats&lt;/h1&gt;<br> 102: &lt;h5 class=&quot;txt-xs-3 txt-sm-4 txt-md-4 txt-lg-6 txt-xl-8 text-left&quot;&gt;<br> <b>103: Week #mid(liveperiod,5,2)# - #trim(numberformat(mid(thelivedate,5,2),&quot;__&quot;))#/#trim(numberformat(mid(thelivedate,7,2),&quot;__&quot;))#/#mid(thelivedate,3,2)# #DayofWeekAsString(DayOfWeek(createdate(mid(thelivedate,1,4),mid(thelivedate,5,2),mid(thelivedate,7,2))))#</b><br> 104: &lt;/h5&gt;<br> 105: &lt;/div&gt;<br>
codePrintPlain
string101: <h1 class="txt-xs-5 txt-sm-6 txt-md-6 txt-lg-8 txt-xl-10 text-left mt-2">#teaminfo.name# Live Stats</h1> 102: <h5 class="txt-xs-3 txt-sm-4 txt-md-4 txt-lg-6 txt-xl-8 text-left"> 103: Week #mid(liveperiod,5,2)# - #trim(numberformat(mid(thelivedate,5,2),"__"))#/#trim(numberformat(mid(thelivedate,7,2),"__"))#/#mid(thelivedate,3,2)# #DayofWeekAsString(DayOfWeek(createdate(mid(thelivedate,1,4),mid(thelivedate,5,2),mid(thelivedate,7,2))))# 104: </h5> 105: </div>
column
number0
id
string??
line
number103
Raw_Trace
stringbaseball.teams.live_stats_cfm225$cf.call(/baseball/teams/live-stats.cfm:103)
template
stringC:\Websites\www.mrsports.com\baseball\teams\live-stats.cfm
type
stringcfml
2
Struct
codePrintHTML
string749: <br> 750: &lt;!--- Include the requested page. ---&gt;<br> <b>751: &lt;cfinclude template=&quot;#arguments.TargetPage#&quot; /&gt;</b><br> 752: <br> 753: &lt;/cffunction&gt;<br>
codePrintPlain
string749: 750: <!--- Include the requested page. ---> 751: <cfinclude template="#arguments.TargetPage#" /> 752: 753: </cffunction>
column
number0
id
string??
line
number751
Raw_Trace
stringapplication_cfc$cf.udfCall1(/application.cfc:751)
template
stringC:\Websites\www.mrsports.com\application.cfc
type
stringcfml
type
stringexpression
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
name
stringonRequest
rootCause
Struct
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringcan't cast empty string to a number value
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:459) at lucee.runtime.op.Caster.toDoubleValue(Caster.java:402) at baseball.teams.live_stats_cfm225$cf.call(/baseball/teams/live-stats.cfm:103) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1025) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/application.cfc:751) at application_cfc$cf.udfCall(/application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:664) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) 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 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:422) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) 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:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 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
string101: &lt;h1 class=&quot;txt-xs-5 txt-sm-6 txt-md-6 txt-lg-8 txt-xl-10 text-left mt-2&quot;&gt;#teaminfo.name# Live Stats&lt;/h1&gt;<br> 102: &lt;h5 class=&quot;txt-xs-3 txt-sm-4 txt-md-4 txt-lg-6 txt-xl-8 text-left&quot;&gt;<br> <b>103: Week #mid(liveperiod,5,2)# - #trim(numberformat(mid(thelivedate,5,2),&quot;__&quot;))#/#trim(numberformat(mid(thelivedate,7,2),&quot;__&quot;))#/#mid(thelivedate,3,2)# #DayofWeekAsString(DayOfWeek(createdate(mid(thelivedate,1,4),mid(thelivedate,5,2),mid(thelivedate,7,2))))#</b><br> 104: &lt;/h5&gt;<br> 105: &lt;/div&gt;<br>
codePrintPlain
string101: <h1 class="txt-xs-5 txt-sm-6 txt-md-6 txt-lg-8 txt-xl-10 text-left mt-2">#teaminfo.name# Live Stats</h1> 102: <h5 class="txt-xs-3 txt-sm-4 txt-md-4 txt-lg-6 txt-xl-8 text-left"> 103: Week #mid(liveperiod,5,2)# - #trim(numberformat(mid(thelivedate,5,2),"__"))#/#trim(numberformat(mid(thelivedate,7,2),"__"))#/#mid(thelivedate,3,2)# #DayofWeekAsString(DayOfWeek(createdate(mid(thelivedate,1,4),mid(thelivedate,5,2),mid(thelivedate,7,2))))# 104: </h5> 105: </div>
column
number0
id
string??
line
number103
Raw_Trace
stringbaseball.teams.live_stats_cfm225$cf.call(/baseball/teams/live-stats.cfm:103)
template
stringC:\Websites\www.mrsports.com\baseball\teams\live-stats.cfm
type
stringcfml
2
Struct
codePrintHTML
string749: <br> 750: &lt;!--- Include the requested page. ---&gt;<br> <b>751: &lt;cfinclude template=&quot;#arguments.TargetPage#&quot; /&gt;</b><br> 752: <br> 753: &lt;/cffunction&gt;<br>
codePrintPlain
string749: 750: <!--- Include the requested page. ---> 751: <cfinclude template="#arguments.TargetPage#" /> 752: 753: </cffunction>
column
number0
id
string??
line
number751
Raw_Trace
stringapplication_cfc$cf.udfCall1(/application.cfc:751)
template
stringC:\Websites\www.mrsports.com\application.cfc
type
stringcfml
type
stringexpression
StackTrace
stringlucee.runtime.exp.CasterException: can't cast empty string to a number value at lucee.runtime.op.Caster.toDoubleValue(Caster.java:459) at lucee.runtime.op.Caster.toDoubleValue(Caster.java:402) at baseball.teams.live_stats_cfm225$cf.call(/baseball/teams/live-stats.cfm:103) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1025) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at application_cfc$cf.udfCall1(/application.cfc:751) at application_cfc$cf.udfCall(/application.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:350) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:664) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:218) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1216) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1162) 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:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:209) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:178) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:153) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) 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 org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:422) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:926) 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:1191) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) 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
string101: &lt;h1 class=&quot;txt-xs-5 txt-sm-6 txt-md-6 txt-lg-8 txt-xl-10 text-left mt-2&quot;&gt;#teaminfo.name# Live Stats&lt;/h1&gt;<br> 102: &lt;h5 class=&quot;txt-xs-3 txt-sm-4 txt-md-4 txt-lg-6 txt-xl-8 text-left&quot;&gt;<br> <b>103: Week #mid(liveperiod,5,2)# - #trim(numberformat(mid(thelivedate,5,2),&quot;__&quot;))#/#trim(numberformat(mid(thelivedate,7,2),&quot;__&quot;))#/#mid(thelivedate,3,2)# #DayofWeekAsString(DayOfWeek(createdate(mid(thelivedate,1,4),mid(thelivedate,5,2),mid(thelivedate,7,2))))#</b><br> 104: &lt;/h5&gt;<br> 105: &lt;/div&gt;<br>
codePrintPlain
string101: <h1 class="txt-xs-5 txt-sm-6 txt-md-6 txt-lg-8 txt-xl-10 text-left mt-2">#teaminfo.name# Live Stats</h1> 102: <h5 class="txt-xs-3 txt-sm-4 txt-md-4 txt-lg-6 txt-xl-8 text-left"> 103: Week #mid(liveperiod,5,2)# - #trim(numberformat(mid(thelivedate,5,2),"__"))#/#trim(numberformat(mid(thelivedate,7,2),"__"))#/#mid(thelivedate,3,2)# #DayofWeekAsString(DayOfWeek(createdate(mid(thelivedate,1,4),mid(thelivedate,5,2),mid(thelivedate,7,2))))# 104: </h5> 105: </div>
column
number0
id
string??
line
number103
Raw_Trace
stringbaseball.teams.live_stats_cfm225$cf.call(/baseball/teams/live-stats.cfm:103)
template
stringC:\Websites\www.mrsports.com\baseball\teams\live-stats.cfm
type
stringcfml
2
Struct
codePrintHTML
string749: <br> 750: &lt;!--- Include the requested page. ---&gt;<br> <b>751: &lt;cfinclude template=&quot;#arguments.TargetPage#&quot; /&gt;</b><br> 752: <br> 753: &lt;/cffunction&gt;<br>
codePrintPlain
string749: 750: <!--- Include the requested page. ---> 751: <cfinclude template="#arguments.TargetPage#" /> 752: 753: </cffunction>
column
number0
id
string??
line
number751
Raw_Trace
stringapplication_cfc$cf.udfCall1(/application.cfc:751)
template
stringC:\Websites\www.mrsports.com\application.cfc
type
stringcfml
type
stringexpression
eventName2
stringonRequest