exception | 1 | Catch Entries: 13 | additional | | Cause | Struct | additional | | Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | can't cast [0-] string to a number value |
| StackTrace | string | lucee.runtime.exp.CasterException: can't cast [0-] string to a number value
at lucee.runtime.op.Caster.toDoubleValueViaDate(Caster.java:531)
at lucee.runtime.op.Caster.toDoubleValue(Caster.java:485)
at lucee.runtime.op.Caster.toDoubleValue(Caster.java:402)
at football.owners.inc.profile_cfm$cf$563.call(/football/owners/inc/profile.cfm:49)
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 football.owners.bio_cfm$cf$55c.call(/football/owners/bio.cfm:33)
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$59h.udfCall1(/application.cfc:798)
at application_cfc$cf$59h.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 | string | 47: <h5 class="txt-4"><br>
48: <cfif len(trim(OwnerBio.birthday)) gt 0 and trim(OwnerBio.birthday) neq "Unknown"><br>
<b>49: Age: #DateDiff("yyyy",CreateDate(mid(OwnerBio.birthday,1,4),mid(OwnerBio.birthday,5,2),mid(OwnerBio.birthday,7,2)),CreateDate(mid(thedate,1,4),mid(thedate,5,2),mid(thedate,7,2)))#</b><br>
50: </cfif><br>
51: </h5><br>
|
| codePrintPlain | string | 47: <h5 class="txt-4">
48: <cfif len(trim(OwnerBio.birthday)) gt 0 and trim(OwnerBio.birthday) neq "Unknown">
49: Age: #DateDiff("yyyy",CreateDate(mid(OwnerBio.birthday,1,4),mid(OwnerBio.birthday,5,2),mid(OwnerBio.birthday,7,2)),CreateDate(mid(thedate,1,4),mid(thedate,5,2),mid(thedate,7,2)))#
50: </cfif>
51: </h5>
|
| column | | id | | line | | Raw_Trace | string | football.owners.inc.profile_cfm$cf$563.call(/football/owners/inc/profile.cfm:49) |
| template | string | C:\Websites\www.mrsports.com\football\owners\inc\profile.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 31: <div class="container"><br>
32: <br>
<b>33: <cfinclude template="inc/profile.cfm"></b><br>
34: <br>
35: <section id="owner-content" class="mt-3"><br>
|
| codePrintPlain | string | 31: <div class="container">
32:
33: <cfinclude template="inc/profile.cfm">
34:
35: <section id="owner-content" class="mt-3">
|
| column | | id | | line | | Raw_Trace | string | football.owners.bio_cfm$cf$55c.call(/football/owners/bio.cfm:33) |
| template | string | C:\Websites\www.mrsports.com\football\owners\bio.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 796: <br>
797: <!--- Include the requested page. ---><br>
<b>798: <cfinclude template="#arguments.TargetPage#" /></b><br>
799: <br>
800: </cffunction><br>
|
| codePrintPlain | string | 796:
797: <!--- Include the requested page. --->
798: <cfinclude template="#arguments.TargetPage#" />
799:
800: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf$59h.udfCall1(/application.cfc:798) |
| template | string | C:\Websites\www.mrsports.com\application.cfc |
| type | |
|
| type | |
| Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | can't cast [0-] string to a number value |
| name | | rootCause | Struct | additional | | Detail | | ErrNumber | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | can't cast [0-] string to a number value |
| StackTrace | string | lucee.runtime.exp.CasterException: can't cast [0-] string to a number value
at lucee.runtime.op.Caster.toDoubleValueViaDate(Caster.java:531)
at lucee.runtime.op.Caster.toDoubleValue(Caster.java:485)
at lucee.runtime.op.Caster.toDoubleValue(Caster.java:402)
at football.owners.inc.profile_cfm$cf$563.call(/football/owners/inc/profile.cfm:49)
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 football.owners.bio_cfm$cf$55c.call(/football/owners/bio.cfm:33)
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$59h.udfCall1(/application.cfc:798)
at application_cfc$cf$59h.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 | string | 47: <h5 class="txt-4"><br>
48: <cfif len(trim(OwnerBio.birthday)) gt 0 and trim(OwnerBio.birthday) neq "Unknown"><br>
<b>49: Age: #DateDiff("yyyy",CreateDate(mid(OwnerBio.birthday,1,4),mid(OwnerBio.birthday,5,2),mid(OwnerBio.birthday,7,2)),CreateDate(mid(thedate,1,4),mid(thedate,5,2),mid(thedate,7,2)))#</b><br>
50: </cfif><br>
51: </h5><br>
|
| codePrintPlain | string | 47: <h5 class="txt-4">
48: <cfif len(trim(OwnerBio.birthday)) gt 0 and trim(OwnerBio.birthday) neq "Unknown">
49: Age: #DateDiff("yyyy",CreateDate(mid(OwnerBio.birthday,1,4),mid(OwnerBio.birthday,5,2),mid(OwnerBio.birthday,7,2)),CreateDate(mid(thedate,1,4),mid(thedate,5,2),mid(thedate,7,2)))#
50: </cfif>
51: </h5>
|
| column | | id | | line | | Raw_Trace | string | football.owners.inc.profile_cfm$cf$563.call(/football/owners/inc/profile.cfm:49) |
| template | string | C:\Websites\www.mrsports.com\football\owners\inc\profile.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 31: <div class="container"><br>
32: <br>
<b>33: <cfinclude template="inc/profile.cfm"></b><br>
34: <br>
35: <section id="owner-content" class="mt-3"><br>
|
| codePrintPlain | string | 31: <div class="container">
32:
33: <cfinclude template="inc/profile.cfm">
34:
35: <section id="owner-content" class="mt-3">
|
| column | | id | | line | | Raw_Trace | string | football.owners.bio_cfm$cf$55c.call(/football/owners/bio.cfm:33) |
| template | string | C:\Websites\www.mrsports.com\football\owners\bio.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 796: <br>
797: <!--- Include the requested page. ---><br>
<b>798: <cfinclude template="#arguments.TargetPage#" /></b><br>
799: <br>
800: </cffunction><br>
|
| codePrintPlain | string | 796:
797: <!--- Include the requested page. --->
798: <cfinclude template="#arguments.TargetPage#" />
799:
800: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf$59h.udfCall1(/application.cfc:798) |
| template | string | C:\Websites\www.mrsports.com\application.cfc |
| type | |
|
| type | |
| StackTrace | string | lucee.runtime.exp.CasterException: can't cast [0-] string to a number value
at lucee.runtime.op.Caster.toDoubleValueViaDate(Caster.java:531)
at lucee.runtime.op.Caster.toDoubleValue(Caster.java:485)
at lucee.runtime.op.Caster.toDoubleValue(Caster.java:402)
at football.owners.inc.profile_cfm$cf$563.call(/football/owners/inc/profile.cfm:49)
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 football.owners.bio_cfm$cf$55c.call(/football/owners/bio.cfm:33)
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$59h.udfCall1(/application.cfc:798)
at application_cfc$cf$59h.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 | string | 47: <h5 class="txt-4"><br>
48: <cfif len(trim(OwnerBio.birthday)) gt 0 and trim(OwnerBio.birthday) neq "Unknown"><br>
<b>49: Age: #DateDiff("yyyy",CreateDate(mid(OwnerBio.birthday,1,4),mid(OwnerBio.birthday,5,2),mid(OwnerBio.birthday,7,2)),CreateDate(mid(thedate,1,4),mid(thedate,5,2),mid(thedate,7,2)))#</b><br>
50: </cfif><br>
51: </h5><br>
|
| codePrintPlain | string | 47: <h5 class="txt-4">
48: <cfif len(trim(OwnerBio.birthday)) gt 0 and trim(OwnerBio.birthday) neq "Unknown">
49: Age: #DateDiff("yyyy",CreateDate(mid(OwnerBio.birthday,1,4),mid(OwnerBio.birthday,5,2),mid(OwnerBio.birthday,7,2)),CreateDate(mid(thedate,1,4),mid(thedate,5,2),mid(thedate,7,2)))#
50: </cfif>
51: </h5>
|
| column | | id | | line | | Raw_Trace | string | football.owners.inc.profile_cfm$cf$563.call(/football/owners/inc/profile.cfm:49) |
| template | string | C:\Websites\www.mrsports.com\football\owners\inc\profile.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 31: <div class="container"><br>
32: <br>
<b>33: <cfinclude template="inc/profile.cfm"></b><br>
34: <br>
35: <section id="owner-content" class="mt-3"><br>
|
| codePrintPlain | string | 31: <div class="container">
32:
33: <cfinclude template="inc/profile.cfm">
34:
35: <section id="owner-content" class="mt-3">
|
| column | | id | | line | | Raw_Trace | string | football.owners.bio_cfm$cf$55c.call(/football/owners/bio.cfm:33) |
| template | string | C:\Websites\www.mrsports.com\football\owners\bio.cfm |
| type | |
| 3 | Struct | codePrintHTML | string | 796: <br>
797: <!--- Include the requested page. ---><br>
<b>798: <cfinclude template="#arguments.TargetPage#" /></b><br>
799: <br>
800: </cffunction><br>
|
| codePrintPlain | string | 796:
797: <!--- Include the requested page. --->
798: <cfinclude template="#arguments.TargetPage#" />
799:
800: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf$59h.udfCall1(/application.cfc:798) |
| template | string | C:\Websites\www.mrsports.com\application.cfc |
| type | |
|
| type | |
|