onError
Scope Arguments
Except1
Catch
Entries: 18
additional
Struct (ordered)
Cause
Struct
Entries: 15
additional
Struct (ordered)
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server returned an incomplete response. The connection has been closed. ClientConnectionId:5dd703e2-cd6a-4e08-b49c-abafea6d6138".
NativeErrorCode
number0
queryError
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server returned an incomplete response. The connection has been closed. ClientConnectionId:5dd703e2-cd6a-4e08-b49c-abafea6d6138". at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1667) at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1668) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1323) at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827) at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:122) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:98) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:155) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:116) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:81) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1074) at lucee.runtime.tag.Query._doEndTag(Query.java:672) at lucee.runtime.tag.Query.doEndTag(Query.java:552) at models.studentregistration_cfc$cf$ep.udfCall(/models/studentRegistration.cfc:80) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:207) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:681) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1912) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:209) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:186) at index_cfm$cf$fc.call(/index.cfm:9) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at application_cfc$cf.udfCall(/Application.cfc:105) 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:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1127) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1073) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:486) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748)
TagContext
Array
1
Struct
codePrintHTML
string78: &lt;cfquery name=&quot;qry_Banners&quot;&gt;<br> 79: SELECT Id, Title, PhotoDocument,Description FROM Banner<br> <b>80: &lt;/cfquery&gt;</b><br> 81: &lt;cfreturn qry_Banners&gt;<br> 82: &lt;/cffunction&gt;<br>
codePrintPlain
string78: <cfquery name="qry_Banners"> 79: SELECT Id, Title, PhotoDocument,Description FROM Banner 80: </cfquery> 81: <cfreturn qry_Banners> 82: </cffunction>
column
number0
id
string??
line
number80
Raw_Trace
stringmodels.studentregistration_cfc$cf$ep.udfCall(/models/studentRegistration.cfc:80)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\models\studentRegistration.cfc
type
stringcfml
2
Struct
codePrintHTML
string7: &lt;cfoutput&gt;<br> 8: &lt;cfinclude template=&quot;includes/navbar.cfm&quot; runonce=&quot;true&quot;&gt;<br> <b>9: &lt;cfinvoke component=&quot;models.studentRegistration&quot; method=&quot;banners&quot; returnvariable=&quot;banners&quot;/&gt;</b><br> 10: &lt;cfinvoke component=&quot;models.studentRegistration&quot; method=&quot;testimonial&quot; returnvariable=&quot;testimonial&quot;/&gt;<br> 11: &lt;div class=&quot;row&quot;&gt;<br>
codePrintPlain
string7: <cfoutput> 8: <cfinclude template="includes/navbar.cfm" runonce="true"> 9: <cfinvoke component="models.studentRegistration" method="banners" returnvariable="banners"/> 10: <cfinvoke component="models.studentRegistration" method="testimonial" returnvariable="testimonial"/> 11: <div class="row">
column
number0
id
string??
line
number9
Raw_Trace
stringindex_cfm$cf$fc.call(/index.cfm:9)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\index.cfm
type
stringcfml
3
Struct
codePrintHTML
string103: <br> 104: &lt;!--- Include the requested page. ---&gt;<br> <b>105: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 106: <br> 107: &lt;!--- Return out. ---&gt;<br>
codePrintPlain
string103: 104: <!--- Include the requested page. ---> 105: <cfinclude template="#ARGUMENTS.TargetPage#" /> 106: 107: <!--- Return out. --->
column
number0
id
string??
line
number105
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:105)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\Application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server returned an incomplete response. The connection has been closed. ClientConnectionId:5dd703e2-cd6a-4e08-b49c-abafea6d6138".
name
stringonRequest
NativeErrorCode
number0
queryError
string
rootCause
Struct
Entries: 15
additional
Struct (ordered)
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringThe driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server returned an incomplete response. The connection has been closed. ClientConnectionId:5dd703e2-cd6a-4e08-b49c-abafea6d6138".
NativeErrorCode
number0
queryError
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server returned an incomplete response. The connection has been closed. ClientConnectionId:5dd703e2-cd6a-4e08-b49c-abafea6d6138". at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1667) at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1668) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1323) at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827) at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:122) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:98) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:155) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:116) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:81) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1074) at lucee.runtime.tag.Query._doEndTag(Query.java:672) at lucee.runtime.tag.Query.doEndTag(Query.java:552) at models.studentregistration_cfc$cf$ep.udfCall(/models/studentRegistration.cfc:80) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:207) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:681) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1912) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:209) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:186) at index_cfm$cf$fc.call(/index.cfm:9) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at application_cfc$cf.udfCall(/Application.cfc:105) 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:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1127) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1073) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:486) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748)
TagContext
Array
1
Struct
codePrintHTML
string78: &lt;cfquery name=&quot;qry_Banners&quot;&gt;<br> 79: SELECT Id, Title, PhotoDocument,Description FROM Banner<br> <b>80: &lt;/cfquery&gt;</b><br> 81: &lt;cfreturn qry_Banners&gt;<br> 82: &lt;/cffunction&gt;<br>
codePrintPlain
string78: <cfquery name="qry_Banners"> 79: SELECT Id, Title, PhotoDocument,Description FROM Banner 80: </cfquery> 81: <cfreturn qry_Banners> 82: </cffunction>
column
number0
id
string??
line
number80
Raw_Trace
stringmodels.studentregistration_cfc$cf$ep.udfCall(/models/studentRegistration.cfc:80)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\models\studentRegistration.cfc
type
stringcfml
2
Struct
codePrintHTML
string7: &lt;cfoutput&gt;<br> 8: &lt;cfinclude template=&quot;includes/navbar.cfm&quot; runonce=&quot;true&quot;&gt;<br> <b>9: &lt;cfinvoke component=&quot;models.studentRegistration&quot; method=&quot;banners&quot; returnvariable=&quot;banners&quot;/&gt;</b><br> 10: &lt;cfinvoke component=&quot;models.studentRegistration&quot; method=&quot;testimonial&quot; returnvariable=&quot;testimonial&quot;/&gt;<br> 11: &lt;div class=&quot;row&quot;&gt;<br>
codePrintPlain
string7: <cfoutput> 8: <cfinclude template="includes/navbar.cfm" runonce="true"> 9: <cfinvoke component="models.studentRegistration" method="banners" returnvariable="banners"/> 10: <cfinvoke component="models.studentRegistration" method="testimonial" returnvariable="testimonial"/> 11: <div class="row">
column
number0
id
string??
line
number9
Raw_Trace
stringindex_cfm$cf$fc.call(/index.cfm:9)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\index.cfm
type
stringcfml
3
Struct
codePrintHTML
string103: <br> 104: &lt;!--- Include the requested page. ---&gt;<br> <b>105: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 106: <br> 107: &lt;!--- Return out. ---&gt;<br>
codePrintPlain
string103: 104: <!--- Include the requested page. ---> 105: <cfinclude template="#ARGUMENTS.TargetPage#" /> 106: 107: <!--- Return out. --->
column
number0
id
string??
line
number105
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:105)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\Application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "SQL Server returned an incomplete response. The connection has been closed. ClientConnectionId:5dd703e2-cd6a-4e08-b49c-abafea6d6138". at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:1667) at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1668) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:1323) at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:991) at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:827) at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:1012) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:122) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:98) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:155) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:116) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:81) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1074) at lucee.runtime.tag.Query._doEndTag(Query.java:672) at lucee.runtime.tag.Query.doEndTag(Query.java:552) at models.studentregistration_cfc$cf$ep.udfCall(/models/studentRegistration.cfc:80) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:344) at lucee.runtime.type.UDFImpl.callWithNamedValues(UDFImpl.java:207) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:681) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.callWithNamedValues(ComponentImpl.java:1912) at lucee.runtime.tag.Invoke.doComponent(Invoke.java:209) at lucee.runtime.tag.Invoke.doEndTag(Invoke.java:186) at index_cfm$cf$fc.call(/index.cfm:9) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:945) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:837) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:818) at application_cfc$cf.udfCall(/Application.cfc:105) 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:680) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:568) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1898) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:215) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2416) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2406) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2381) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1127) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1073) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:102) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:742) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:504) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:81) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:486) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:790) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1459) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748)
TagContext
Array
1
Struct
codePrintHTML
string78: &lt;cfquery name=&quot;qry_Banners&quot;&gt;<br> 79: SELECT Id, Title, PhotoDocument,Description FROM Banner<br> <b>80: &lt;/cfquery&gt;</b><br> 81: &lt;cfreturn qry_Banners&gt;<br> 82: &lt;/cffunction&gt;<br>
codePrintPlain
string78: <cfquery name="qry_Banners"> 79: SELECT Id, Title, PhotoDocument,Description FROM Banner 80: </cfquery> 81: <cfreturn qry_Banners> 82: </cffunction>
column
number0
id
string??
line
number80
Raw_Trace
stringmodels.studentregistration_cfc$cf$ep.udfCall(/models/studentRegistration.cfc:80)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\models\studentRegistration.cfc
type
stringcfml
2
Struct
codePrintHTML
string7: &lt;cfoutput&gt;<br> 8: &lt;cfinclude template=&quot;includes/navbar.cfm&quot; runonce=&quot;true&quot;&gt;<br> <b>9: &lt;cfinvoke component=&quot;models.studentRegistration&quot; method=&quot;banners&quot; returnvariable=&quot;banners&quot;/&gt;</b><br> 10: &lt;cfinvoke component=&quot;models.studentRegistration&quot; method=&quot;testimonial&quot; returnvariable=&quot;testimonial&quot;/&gt;<br> 11: &lt;div class=&quot;row&quot;&gt;<br>
codePrintPlain
string7: <cfoutput> 8: <cfinclude template="includes/navbar.cfm" runonce="true"> 9: <cfinvoke component="models.studentRegistration" method="banners" returnvariable="banners"/> 10: <cfinvoke component="models.studentRegistration" method="testimonial" returnvariable="testimonial"/> 11: <div class="row">
column
number0
id
string??
line
number9
Raw_Trace
stringindex_cfm$cf$fc.call(/index.cfm:9)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\index.cfm
type
stringcfml
3
Struct
codePrintHTML
string103: <br> 104: &lt;!--- Include the requested page. ---&gt;<br> <b>105: &lt;cfinclude template=&quot;#ARGUMENTS.TargetPage#&quot; /&gt;</b><br> 106: <br> 107: &lt;!--- Return out. ---&gt;<br>
codePrintPlain
string103: 104: <!--- Include the requested page. ---> 105: <cfinclude template="#ARGUMENTS.TargetPage#" /> 106: 107: <!--- Return out. --->
column
number0
id
string??
line
number105
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:105)
template
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\Application.cfc
type
stringcfml
type
stringdatabase
where
string
EventName2
stringonRequest
Scope
APPNAME
stringMQube Tuitions
ROOTPATH
stringC:\kairos\lucee\tomcat\webapps\ROOT\mqube\