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
stringCommunications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
NativeErrorCode
number0
queryError
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:110) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:91) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:134) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:101) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:73) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1038) at lucee.runtime.tag.Query._doEndTag(Query.java:655) at lucee.runtime.tag.Query.doEndTag(Query.java:537) at content.changeset.changesetmanager_cfc$cf.udfCall1(/mura/content/changeset/changesetManager.cfc:257) at content.changeset.changesetmanager_cfc$cf.udfCall(/mura/content/changeset/changesetManager.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:648) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:570) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:768) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1707) at config.appcfc.onrequeststart_include_cfm$cf.call(/muraWRM/config/appcfc/onRequestStart_include.cfm:142) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at config.appcfc.onrequeststart_scriptprotect_method_cfm$cf.udfCall(/config/appcfc/onRequestStart_scriptProtect_method.cfm:45) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:648) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:570) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:132) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1037) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:983) 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:493) 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:479) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) 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
string255: and tchangesets.publishDate &lt;= &lt;cfqueryparam cfsqltype=&quot;cf_sql_timestamp&quot; value=&quot;#now()#&quot;&gt;<br> 256: order by tchangesets.publishDate asc<br> <b>257: &lt;/cfquery&gt;</b><br> 258: <br> 259: &lt;cfloop query=&quot;rs&quot;&gt;<br>
codePrintPlain
string255: and tchangesets.publishDate <= <cfqueryparam cfsqltype="cf_sql_timestamp" value="#now()#"> 256: order by tchangesets.publishDate asc 257: </cfquery> 258: 259: <cfloop query="rs">
column
number0
id
string??
line
number257
Raw_Trace
stringcontent.changeset.changesetmanager_cfc$cf.udfCall1(/mura/content/changeset/changesetManager.cfc:257)
template
stringC:\Websites\ubtechnologies.com\www\requirements\mura\content\changeset\changesetManager.cfc
type
stringcfml
2
Struct
codePrintHTML
string140: <br> 141: &lt;cfif isDefined(&quot;application.changesetManager&quot;)&gt;<br> <b>142: &lt;cfset application.changesetManager.publishBySchedule()&gt;</b><br> 143: &lt;/cfif&gt;<br> 144: <br>
codePrintPlain
string140: 141: <cfif isDefined("application.changesetManager")> 142: <cfset application.changesetManager.publishBySchedule()> 143: </cfif> 144:
column
number0
id
string??
line
number142
Raw_Trace
stringconfig.appcfc.onrequeststart_include_cfm$cf.call(/muraWRM/config/appcfc/onRequestStart_include.cfm:142)
template
stringC:\Websites\ubtechnologies.com\www\config\appcfc\onRequestStart_include.cfm
type
stringcfml
3
Struct
codePrintHTML
string43: &lt;cffunction name=&quot;onRequestStart&quot; returnType=&quot;boolean&quot; output=&quot;false&quot;&gt;<br> 44: &lt;cfset var local=structNew()&gt;<br> <b>45: &lt;cfinclude template=&quot;/muraWRM/config/appcfc/onRequestStart_include.cfm&quot;&gt;</b><br> 46: &lt;cfinclude template=&quot;/muraWRM/config/appcfc/scriptProtect_include.cfm&quot;&gt;<br> 47: &lt;cfreturn true&gt;<br>
codePrintPlain
string43: <cffunction name="onRequestStart" returnType="boolean" output="false"> 44: <cfset var local=structNew()> 45: <cfinclude template="/muraWRM/config/appcfc/onRequestStart_include.cfm"> 46: <cfinclude template="/muraWRM/config/appcfc/scriptProtect_include.cfm"> 47: <cfreturn true>
column
number0
id
string??
line
number45
Raw_Trace
stringconfig.appcfc.onrequeststart_scriptprotect_method_cfm$cf.udfCall(/config/appcfc/onRequestStart_scriptProtect_method.cfm:45)
template
stringC:\Websites\ubtechnologies.com\www\config\appcfc\onRequestStart_scriptProtect_method.cfm
type
stringcfml
type
stringdatabase
where
string
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCommunications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
name
stringonRequestStart
NativeErrorCode
number0
queryError
string
rootCause
Struct
Entries: 15
additional
Struct (ordered)
DataSource
string
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringCommunications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
NativeErrorCode
number0
queryError
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:110) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:91) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:134) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:101) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:73) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1038) at lucee.runtime.tag.Query._doEndTag(Query.java:655) at lucee.runtime.tag.Query.doEndTag(Query.java:537) at content.changeset.changesetmanager_cfc$cf.udfCall1(/mura/content/changeset/changesetManager.cfc:257) at content.changeset.changesetmanager_cfc$cf.udfCall(/mura/content/changeset/changesetManager.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:648) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:570) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:768) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1707) at config.appcfc.onrequeststart_include_cfm$cf.call(/muraWRM/config/appcfc/onRequestStart_include.cfm:142) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at config.appcfc.onrequeststart_scriptprotect_method_cfm$cf.udfCall(/config/appcfc/onRequestStart_scriptProtect_method.cfm:45) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:648) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:570) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:132) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1037) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:983) 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:493) 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:479) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) 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
string255: and tchangesets.publishDate &lt;= &lt;cfqueryparam cfsqltype=&quot;cf_sql_timestamp&quot; value=&quot;#now()#&quot;&gt;<br> 256: order by tchangesets.publishDate asc<br> <b>257: &lt;/cfquery&gt;</b><br> 258: <br> 259: &lt;cfloop query=&quot;rs&quot;&gt;<br>
codePrintPlain
string255: and tchangesets.publishDate <= <cfqueryparam cfsqltype="cf_sql_timestamp" value="#now()#"> 256: order by tchangesets.publishDate asc 257: </cfquery> 258: 259: <cfloop query="rs">
column
number0
id
string??
line
number257
Raw_Trace
stringcontent.changeset.changesetmanager_cfc$cf.udfCall1(/mura/content/changeset/changesetManager.cfc:257)
template
stringC:\Websites\ubtechnologies.com\www\requirements\mura\content\changeset\changesetManager.cfc
type
stringcfml
2
Struct
codePrintHTML
string140: <br> 141: &lt;cfif isDefined(&quot;application.changesetManager&quot;)&gt;<br> <b>142: &lt;cfset application.changesetManager.publishBySchedule()&gt;</b><br> 143: &lt;/cfif&gt;<br> 144: <br>
codePrintPlain
string140: 141: <cfif isDefined("application.changesetManager")> 142: <cfset application.changesetManager.publishBySchedule()> 143: </cfif> 144:
column
number0
id
string??
line
number142
Raw_Trace
stringconfig.appcfc.onrequeststart_include_cfm$cf.call(/muraWRM/config/appcfc/onRequestStart_include.cfm:142)
template
stringC:\Websites\ubtechnologies.com\www\config\appcfc\onRequestStart_include.cfm
type
stringcfml
3
Struct
codePrintHTML
string43: &lt;cffunction name=&quot;onRequestStart&quot; returnType=&quot;boolean&quot; output=&quot;false&quot;&gt;<br> 44: &lt;cfset var local=structNew()&gt;<br> <b>45: &lt;cfinclude template=&quot;/muraWRM/config/appcfc/onRequestStart_include.cfm&quot;&gt;</b><br> 46: &lt;cfinclude template=&quot;/muraWRM/config/appcfc/scriptProtect_include.cfm&quot;&gt;<br> 47: &lt;cfreturn true&gt;<br>
codePrintPlain
string43: <cffunction name="onRequestStart" returnType="boolean" output="false"> 44: <cfset var local=structNew()> 45: <cfinclude template="/muraWRM/config/appcfc/onRequestStart_include.cfm"> 46: <cfinclude template="/muraWRM/config/appcfc/scriptProtect_include.cfm"> 47: <cfreturn true>
column
number0
id
string??
line
number45
Raw_Trace
stringconfig.appcfc.onrequeststart_scriptprotect_method_cfm$cf.udfCall(/config/appcfc/onRequestStart_scriptProtect_method.cfm:45)
template
stringC:\Websites\ubtechnologies.com\www\config\appcfc\onRequestStart_scriptProtect_method.cfm
type
stringcfml
type
stringdatabase
where
string
Sql
string
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Communications link failure The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server. at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:174) at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64) at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:835) at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:455) at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:240) at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:199) at lucee.runtime.db.DataSourceSupport._getConnection(DataSourceSupport.java:110) at lucee.runtime.db.DataSourceSupport.getConnection(DataSourceSupport.java:91) at lucee.runtime.db.DatasourceConnectionPool.loadDatasourceConnection(DatasourceConnectionPool.java:134) at lucee.runtime.db.DatasourceConnectionPool.getDatasourceConnection(DatasourceConnectionPool.java:101) at lucee.runtime.db.DatasourceManagerImpl.getConnection(DatasourceManagerImpl.java:73) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1038) at lucee.runtime.tag.Query._doEndTag(Query.java:655) at lucee.runtime.tag.Query.doEndTag(Query.java:537) at content.changeset.changesetmanager_cfc$cf.udfCall1(/mura/content/changeset/changesetManager.cfc:257) at content.changeset.changesetmanager_cfc$cf.udfCall(/mura/content/changeset/changesetManager.cfc) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:648) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:570) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:768) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1707) at config.appcfc.onrequeststart_include_cfm$cf.call(/muraWRM/config/appcfc/onRequestStart_include.cfm:142) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:911) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:834) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:816) at config.appcfc.onrequeststart_scriptprotect_method_cfm$cf.udfCall(/config/appcfc/onRequestStart_scriptProtect_method.cfm:45) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:106) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:342) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:215) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:648) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:570) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1918) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:436) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:132) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:42) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2409) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2399) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2374) at lucee.runtime.engine.Request.exe(Request.java:43) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1037) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:983) 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:493) 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:479) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:806) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1498) 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
string255: and tchangesets.publishDate &lt;= &lt;cfqueryparam cfsqltype=&quot;cf_sql_timestamp&quot; value=&quot;#now()#&quot;&gt;<br> 256: order by tchangesets.publishDate asc<br> <b>257: &lt;/cfquery&gt;</b><br> 258: <br> 259: &lt;cfloop query=&quot;rs&quot;&gt;<br>
codePrintPlain
string255: and tchangesets.publishDate <= <cfqueryparam cfsqltype="cf_sql_timestamp" value="#now()#"> 256: order by tchangesets.publishDate asc 257: </cfquery> 258: 259: <cfloop query="rs">
column
number0
id
string??
line
number257
Raw_Trace
stringcontent.changeset.changesetmanager_cfc$cf.udfCall1(/mura/content/changeset/changesetManager.cfc:257)
template
stringC:\Websites\ubtechnologies.com\www\requirements\mura\content\changeset\changesetManager.cfc
type
stringcfml
2
Struct
codePrintHTML
string140: <br> 141: &lt;cfif isDefined(&quot;application.changesetManager&quot;)&gt;<br> <b>142: &lt;cfset application.changesetManager.publishBySchedule()&gt;</b><br> 143: &lt;/cfif&gt;<br> 144: <br>
codePrintPlain
string140: 141: <cfif isDefined("application.changesetManager")> 142: <cfset application.changesetManager.publishBySchedule()> 143: </cfif> 144:
column
number0
id
string??
line
number142
Raw_Trace
stringconfig.appcfc.onrequeststart_include_cfm$cf.call(/muraWRM/config/appcfc/onRequestStart_include.cfm:142)
template
stringC:\Websites\ubtechnologies.com\www\config\appcfc\onRequestStart_include.cfm
type
stringcfml
3
Struct
codePrintHTML
string43: &lt;cffunction name=&quot;onRequestStart&quot; returnType=&quot;boolean&quot; output=&quot;false&quot;&gt;<br> 44: &lt;cfset var local=structNew()&gt;<br> <b>45: &lt;cfinclude template=&quot;/muraWRM/config/appcfc/onRequestStart_include.cfm&quot;&gt;</b><br> 46: &lt;cfinclude template=&quot;/muraWRM/config/appcfc/scriptProtect_include.cfm&quot;&gt;<br> 47: &lt;cfreturn true&gt;<br>
codePrintPlain
string43: <cffunction name="onRequestStart" returnType="boolean" output="false"> 44: <cfset var local=structNew()> 45: <cfinclude template="/muraWRM/config/appcfc/onRequestStart_include.cfm"> 46: <cfinclude template="/muraWRM/config/appcfc/scriptProtect_include.cfm"> 47: <cfreturn true>
column
number0
id
string??
line
number45
Raw_Trace
stringconfig.appcfc.onrequeststart_scriptprotect_method_cfm$cf.udfCall(/config/appcfc/onRequestStart_scriptProtect_method.cfm:45)
template
stringC:\Websites\ubtechnologies.com\www\config\appcfc\onRequestStart_scriptProtect_method.cfm
type
stringcfml
type
stringdatabase
where
string