Scope Arguments
exception1
Catch
Entries: 18
additional
Struct (ordered)
SQL
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
DatabaseName
stringMicrosoft SQL Server
DatabaseVersion
string11.00.7507
DriverName
stringMicrosoft JDBC Driver 12.2 for SQL Server
DriverVersion
string12.2.0.0
Datasource
stringbsktball
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
DatabaseName
stringMicrosoft SQL Server
DatabaseVersion
string11.00.7507
DriverName
stringMicrosoft JDBC Driver 12.2 for SQL Server
DriverVersion
string12.2.0.0
Datasource
stringbsktball
DataSource
stringbsktball
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringIncorrect syntax near the keyword 'or'.
NativeErrorCode
number156
queryError
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
Sql
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
SQLState
stringS0001
StackTrace
stringlucee.runtime.exp.DatabaseException: Incorrect syntax near the keyword 'or'. 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 basketball.teams.opponent_history_cfm405$cf.call(/basketball/teams/opponent-history.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 application_cfc$cf$io6.udfCall1(/application.cfc:765) at application_cfc$cf$io6.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
string47: WHERE team=#request.team# and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1=#theopponent# or op2=#theopponent# or op3=#theopponent# or op4=#theopponent# or op5=#theopponent# or op6=#theopponent#)<br> 48: order by period asc<br> <b>49: &lt;/cfquery&gt;</b><br> 50: &lt;cfquery name=&quot;teaminfo&quot; datasource=&quot;#datasource#&quot;&gt;<br> 51: select division,name from teams where team=#request.team#<br>
codePrintPlain
string47: WHERE team=#request.team# and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1=#theopponent# or op2=#theopponent# or op3=#theopponent# or op4=#theopponent# or op5=#theopponent# or op6=#theopponent#) 48: order by period asc 49: </cfquery> 50: <cfquery name="teaminfo" datasource="#datasource#"> 51: select division,name from teams where team=#request.team#
column
number0
id
string??
line
number49
Raw_Trace
stringbasketball.teams.opponent_history_cfm405$cf.call(/basketball/teams/opponent-history.cfm:49)
template
stringC:\Websites\www.mrsports.com\basketball\teams\opponent-history.cfm
type
stringcfml
2
Struct
codePrintHTML
string763: <br> 764: &lt;!--- Include the requested page. ---&gt;<br> <b>765: &lt;cfinclude template=&quot;#arguments.TargetPage#&quot; /&gt;</b><br> 766: <br> 767: &lt;/cffunction&gt;<br>
codePrintPlain
string763: 764: <!--- Include the requested page. ---> 765: <cfinclude template="#arguments.TargetPage#" /> 766: 767: </cffunction>
column
number0
id
string??
line
number765
Raw_Trace
stringapplication_cfc$cf$io6.udfCall1(/application.cfc:765)
template
stringC:\Websites\www.mrsports.com\application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringbsktball
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringIncorrect syntax near the keyword 'or'.
name
stringonRequest
NativeErrorCode
number156
queryError
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
DatabaseName
stringMicrosoft SQL Server
DatabaseVersion
string11.00.7507
DriverName
stringMicrosoft JDBC Driver 12.2 for SQL Server
DriverVersion
string12.2.0.0
Datasource
stringbsktball
DataSource
stringbsktball
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringIncorrect syntax near the keyword 'or'.
NativeErrorCode
number156
queryError
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
Sql
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
SQLState
stringS0001
StackTrace
stringlucee.runtime.exp.DatabaseException: Incorrect syntax near the keyword 'or'. 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 basketball.teams.opponent_history_cfm405$cf.call(/basketball/teams/opponent-history.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 application_cfc$cf$io6.udfCall1(/application.cfc:765) at application_cfc$cf$io6.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
string47: WHERE team=#request.team# and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1=#theopponent# or op2=#theopponent# or op3=#theopponent# or op4=#theopponent# or op5=#theopponent# or op6=#theopponent#)<br> 48: order by period asc<br> <b>49: &lt;/cfquery&gt;</b><br> 50: &lt;cfquery name=&quot;teaminfo&quot; datasource=&quot;#datasource#&quot;&gt;<br> 51: select division,name from teams where team=#request.team#<br>
codePrintPlain
string47: WHERE team=#request.team# and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1=#theopponent# or op2=#theopponent# or op3=#theopponent# or op4=#theopponent# or op5=#theopponent# or op6=#theopponent#) 48: order by period asc 49: </cfquery> 50: <cfquery name="teaminfo" datasource="#datasource#"> 51: select division,name from teams where team=#request.team#
column
number0
id
string??
line
number49
Raw_Trace
stringbasketball.teams.opponent_history_cfm405$cf.call(/basketball/teams/opponent-history.cfm:49)
template
stringC:\Websites\www.mrsports.com\basketball\teams\opponent-history.cfm
type
stringcfml
2
Struct
codePrintHTML
string763: <br> 764: &lt;!--- Include the requested page. ---&gt;<br> <b>765: &lt;cfinclude template=&quot;#arguments.TargetPage#&quot; /&gt;</b><br> 766: <br> 767: &lt;/cffunction&gt;<br>
codePrintPlain
string763: 764: <!--- Include the requested page. ---> 765: <cfinclude template="#arguments.TargetPage#" /> 766: 767: </cffunction>
column
number0
id
string??
line
number765
Raw_Trace
stringapplication_cfc$cf$io6.udfCall1(/application.cfc:765)
template
stringC:\Websites\www.mrsports.com\application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringSELECT period,team,op1,op2,op3,op4,op5,op6,wonlost, pts=total_points, won=SUBSTRING(record,1,1), lost=SUBSTRING(record,2,1) FROM games WHERE team=0 and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1= or op2= or op3= or op4= or op5= or op6=) order by period asc
SQLState
stringS0001
StackTrace
stringlucee.runtime.exp.DatabaseException: Incorrect syntax near the keyword 'or'. 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 basketball.teams.opponent_history_cfm405$cf.call(/basketball/teams/opponent-history.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 application_cfc$cf$io6.udfCall1(/application.cfc:765) at application_cfc$cf$io6.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
string47: WHERE team=#request.team# and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1=#theopponent# or op2=#theopponent# or op3=#theopponent# or op4=#theopponent# or op5=#theopponent# or op6=#theopponent#)<br> 48: order by period asc<br> <b>49: &lt;/cfquery&gt;</b><br> 50: &lt;cfquery name=&quot;teaminfo&quot; datasource=&quot;#datasource#&quot;&gt;<br> 51: select division,name from teams where team=#request.team#<br>
codePrintPlain
string47: WHERE team=#request.team# and period not like '%%%%00' and period not like '%%%%25' and period not like '%%%%26' and period not like '%%%%27' and (op1=#theopponent# or op2=#theopponent# or op3=#theopponent# or op4=#theopponent# or op5=#theopponent# or op6=#theopponent#) 48: order by period asc 49: </cfquery> 50: <cfquery name="teaminfo" datasource="#datasource#"> 51: select division,name from teams where team=#request.team#
column
number0
id
string??
line
number49
Raw_Trace
stringbasketball.teams.opponent_history_cfm405$cf.call(/basketball/teams/opponent-history.cfm:49)
template
stringC:\Websites\www.mrsports.com\basketball\teams\opponent-history.cfm
type
stringcfml
2
Struct
codePrintHTML
string763: <br> 764: &lt;!--- Include the requested page. ---&gt;<br> <b>765: &lt;cfinclude template=&quot;#arguments.TargetPage#&quot; /&gt;</b><br> 766: <br> 767: &lt;/cffunction&gt;<br>
codePrintPlain
string763: 764: <!--- Include the requested page. ---> 765: <cfinclude template="#arguments.TargetPage#" /> 766: 767: </cffunction>
column
number0
id
string??
line
number765
Raw_Trace
stringapplication_cfc$cf$io6.udfCall1(/application.cfc:765)
template
stringC:\Websites\www.mrsports.com\application.cfc
type
stringcfml
type
stringdatabase
where
string
eventName2
stringonRequest