exception | 1 | Catch Entries: 18 | additional | Struct (ordered) | SQL | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 12.2 for SQL Server |
| DriverVersion | | Datasource | |
| Cause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 12.2 for SQL Server |
| DriverVersion | | Datasource | |
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Incorrect syntax near the keyword 'and'. |
| NativeErrorCode | | queryError | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| Sql | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException: Incorrect syntax near the keyword 'and'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:265)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1695)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:920)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:814)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7685)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4048)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:272)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:246)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:787)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:320)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:287)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135)
at lucee.runtime.tag.Query._doEndTag(Query.java:700)
at lucee.runtime.tag.Query.doEndTag(Query.java:566)
at baseball.teams.live_stats_cfm225$cf$r2s.call(/baseball/teams/live-stats.cfm:52)
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$r2j.udfCall1(/application.cfc:803)
at application_cfc$cf$r2j.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 | 50: WHERE gr.game_id = #game.game_id# and gr.type = 'H'<br>
51: ORDER by gr.lineup DESC, gr.fcg ASC<br>
<b>52: </cfquery></b><br>
53: <cfquery name="pit_lineup" datasource="#datasource#"><br>
54: select l=rtrim(p.last),f=rtrim(p.first), p.pitchertoo, gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description<br>
|
| codePrintPlain | string | 50: WHERE gr.game_id = #game.game_id# and gr.type = 'H'
51: ORDER by gr.lineup DESC, gr.fcg ASC
52: </cfquery>
53: <cfquery name="pit_lineup" datasource="#datasource#">
54: select l=rtrim(p.last),f=rtrim(p.first), p.pitchertoo, gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
|
| column | | id | | line | | Raw_Trace | string | baseball.teams.live_stats_cfm225$cf$r2s.call(/baseball/teams/live-stats.cfm:52) |
| template | string | C:\Websites\www.mrsports.com\baseball\teams\live-stats.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 801: <br>
802: <!--- Include the requested page. ---><br>
<b>803: <cfinclude template="#arguments.TargetPage#" /></b><br>
804: <br>
805: </cffunction><br>
|
| codePrintPlain | string | 801:
802: <!--- Include the requested page. --->
803: <cfinclude template="#arguments.TargetPage#" />
804:
805: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf$r2j.udfCall1(/application.cfc:803) |
| template | string | C:\Websites\www.mrsports.com\application.cfc |
| type | |
|
| type | | where | |
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Incorrect syntax near the keyword 'and'. |
| name | | NativeErrorCode | | queryError | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| rootCause | Struct Entries: 15 | additional | Struct (ordered) | SQL | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| DatabaseName | string | Microsoft SQL Server |
| DatabaseVersion | | DriverName | string | Microsoft JDBC Driver 12.2 for SQL Server |
| DriverVersion | | Datasource | |
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Incorrect syntax near the keyword 'and'. |
| NativeErrorCode | | queryError | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| Sql | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException: Incorrect syntax near the keyword 'and'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:265)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1695)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:920)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:814)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7685)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4048)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:272)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:246)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:787)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:320)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:287)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135)
at lucee.runtime.tag.Query._doEndTag(Query.java:700)
at lucee.runtime.tag.Query.doEndTag(Query.java:566)
at baseball.teams.live_stats_cfm225$cf$r2s.call(/baseball/teams/live-stats.cfm:52)
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$r2j.udfCall1(/application.cfc:803)
at application_cfc$cf$r2j.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 | 50: WHERE gr.game_id = #game.game_id# and gr.type = 'H'<br>
51: ORDER by gr.lineup DESC, gr.fcg ASC<br>
<b>52: </cfquery></b><br>
53: <cfquery name="pit_lineup" datasource="#datasource#"><br>
54: select l=rtrim(p.last),f=rtrim(p.first), p.pitchertoo, gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description<br>
|
| codePrintPlain | string | 50: WHERE gr.game_id = #game.game_id# and gr.type = 'H'
51: ORDER by gr.lineup DESC, gr.fcg ASC
52: </cfquery>
53: <cfquery name="pit_lineup" datasource="#datasource#">
54: select l=rtrim(p.last),f=rtrim(p.first), p.pitchertoo, gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
|
| column | | id | | line | | Raw_Trace | string | baseball.teams.live_stats_cfm225$cf$r2s.call(/baseball/teams/live-stats.cfm:52) |
| template | string | C:\Websites\www.mrsports.com\baseball\teams\live-stats.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 801: <br>
802: <!--- Include the requested page. ---><br>
<b>803: <cfinclude template="#arguments.TargetPage#" /></b><br>
804: <br>
805: </cffunction><br>
|
| codePrintPlain | string | 801:
802: <!--- Include the requested page. --->
803: <cfinclude template="#arguments.TargetPage#" />
804:
805: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf$r2j.udfCall1(/application.cfc:803) |
| template | string | C:\Websites\www.mrsports.com\application.cfc |
| type | |
|
| type | | where | |
| Sql | string | select l=rtrim(p.last),f=rtrim(p.first), gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
from game_roster gr
JOIN players p ON p.player = gr.player_id
left join disabledlist dl on p.player=dl.player and dl.onoff=1 and dl.year='2025' and dl.dateplaced <= '' and dl.onoff = 1 and dl.dateremoved=''
left join injurytypes it on it.injurytype=dl.injurytype
WHERE gr.game_id = and gr.type = 'H'
ORDER by gr.lineup DESC, gr.fcg ASC |
| SQLState | | StackTrace | string | lucee.runtime.exp.DatabaseException: Incorrect syntax near the keyword 'and'.
at com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDatabaseError(SQLServerException.java:265)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.getNextResult(SQLServerStatement.java:1695)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.doExecuteStatement(SQLServerStatement.java:920)
at com.microsoft.sqlserver.jdbc.SQLServerStatement$StmtExecCmd.doExecute(SQLServerStatement.java:814)
at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7685)
at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4048)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:272)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:246)
at com.microsoft.sqlserver.jdbc.SQLServerStatement.execute(SQLServerStatement.java:787)
at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:320)
at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:287)
at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235)
at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135)
at lucee.runtime.tag.Query._doEndTag(Query.java:700)
at lucee.runtime.tag.Query.doEndTag(Query.java:566)
at baseball.teams.live_stats_cfm225$cf$r2s.call(/baseball/teams/live-stats.cfm:52)
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$r2j.udfCall1(/application.cfc:803)
at application_cfc$cf$r2j.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 | 50: WHERE gr.game_id = #game.game_id# and gr.type = 'H'<br>
51: ORDER by gr.lineup DESC, gr.fcg ASC<br>
<b>52: </cfquery></b><br>
53: <cfquery name="pit_lineup" datasource="#datasource#"><br>
54: select l=rtrim(p.last),f=rtrim(p.first), p.pitchertoo, gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description<br>
|
| codePrintPlain | string | 50: WHERE gr.game_id = #game.game_id# and gr.type = 'H'
51: ORDER by gr.lineup DESC, gr.fcg ASC
52: </cfquery>
53: <cfquery name="pit_lineup" datasource="#datasource#">
54: select l=rtrim(p.last),f=rtrim(p.first), p.pitchertoo, gr.proteam, gr.lineup, gr.fcg, gr.player_id, gr.position, gr.other_positions, gr.total_points, gr.scored_points, gr.games_played, gr.season_total, gr.season_ppg, dl.dateplaced, dl.length, it.description
|
| column | | id | | line | | Raw_Trace | string | baseball.teams.live_stats_cfm225$cf$r2s.call(/baseball/teams/live-stats.cfm:52) |
| template | string | C:\Websites\www.mrsports.com\baseball\teams\live-stats.cfm |
| type | |
| 2 | Struct | codePrintHTML | string | 801: <br>
802: <!--- Include the requested page. ---><br>
<b>803: <cfinclude template="#arguments.TargetPage#" /></b><br>
804: <br>
805: </cffunction><br>
|
| codePrintPlain | string | 801:
802: <!--- Include the requested page. --->
803: <cfinclude template="#arguments.TargetPage#" />
804:
805: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf$r2j.udfCall1(/application.cfc:803) |
| template | string | C:\Websites\www.mrsports.com\application.cfc |
| type | |
|
| type | | where | |
|