ERROR!

An error occurred!

Action: location.crewe
request
Entries: 19
action
stringerror.error
base
string/display/
cfcbase
stringcfcs
context
Struct
action
stringlocation.crewe
purchaseprice
string80000
controllerexecutioncomplete
booleantrue
controllerexecutionstarted
booleantrue
event
stringonRequestStart
exception
Catch
Entries: 18
additional
Struct (ordered)
SQL
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
Cause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
DataSource
stringcms
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringConnection reset by peer: socket write error
NativeErrorCode
number0
queryError
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
Sql
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Connection reset by peer: socket write error at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2892) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:2045) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4146) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:4048) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3185) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7556) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:590) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:522) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7194) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2935) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:248) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:223) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:503) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:327) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:282) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:227) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1112) at lucee.runtime.tag.Query._doEndTag(Query.java:686) at lucee.runtime.tag.Query.doEndTag(Query.java:553) at nsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160) 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:1917) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:864) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1729) at nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at application_cfc$cf.udfCall(/Application.cfc:44) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at application_cfc$cf.udfCall(/Application.cfc:37) 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:132) 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:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) 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:741) 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:53) 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:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 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:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string158: AND ps.website_id = &lt;cfqueryparam cfsqltype=&quot;cf_sql_integer&quot; value=&quot;#variables.websiteId#&quot; /&gt;<br> 159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir#<br> <b>160: &lt;/cfquery&gt;</b><br> 161: &lt;cfreturn qry /&gt;<br> 162: &lt;/cffunction&gt;<br>
codePrintPlain
string158: AND ps.website_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#variables.websiteId#" /> 159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir# 160: </cfquery> 161: <cfreturn qry /> 162: </cffunction>
column
number0
id
string??
line
number160
Raw_Trace
stringnsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160)
template
stringC:\wamp\www\com\nsmith\section.cfc
type
stringcfml
2
Struct
codePrintHTML
string191: setupApplication();<br> 192: }<br> <b>193: application.qSections = application.com.section.getSections( aStatusID = 1 );</b><br> 194: request.context.sServerName = CGI.SERVER_NAME;<br> 195: request.context.sItem = getItem();<br>
codePrintPlain
string191: setupApplication(); 192: } 193: application.qSections = application.com.section.getSections( aStatusID = 1 ); 194: request.context.sServerName = CGI.SERVER_NAME; 195: request.context.sItem = getItem();
column
number0
id
string??
line
number193
Raw_Trace
stringnsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193)
template
stringC:\wamp\www\com\nsmith\websites\Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string42: &lt;cfscript&gt;<br> 43: var local = StructNew();<br> <b>44: super.setupRequest();</b><br> 45: if( application.stConfig.mode EQ &quot;live&quot; ) {<br> 46: request.context.cachebuster = &quot;1.0.0.0.8&quot;;<br>
codePrintPlain
string42: <cfscript> 43: var local = StructNew(); 44: super.setupRequest(); 45: if( application.stConfig.mode EQ "live" ) { 46: request.context.cachebuster = "1.0.0.0.8";
column
number0
id
string??
line
number44
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:44)
template
stringC:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string1217: rc = request.context;<br> 1218: setupSubsystemWrapper( request.subsystem );<br> <b>1219: setupRequest();</b><br> 1220: }<br> 1221: <br>
codePrintPlain
string1217: rc = request.context; 1218: setupSubsystemWrapper( request.subsystem ); 1219: setupRequest(); 1220: } 1221:
column
number0
id
string??
line
number1219
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
5
Struct
codePrintHTML
string637: }<br> 638: <br> <b>639: setupRequestWrapper( true );</b><br> 640: }<br> 641: <br>
codePrintPlain
string637: } 638: 639: setupRequestWrapper( true ); 640: } 641:
column
number0
id
string??
line
number639
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string162: &lt;cfargument name=&quot;targetPath&quot; /&gt;<br> 163: &lt;cfscript&gt;<br> <b>164: super.onRequestStart( arguments.targetPath );</b><br> 165: if(NOT IsDefined('application.com')) {<br> 166: setupApplication();<br>
codePrintPlain
string162: <cfargument name="targetPath" /> 163: <cfscript> 164: super.onRequestStart( arguments.targetPath ); 165: if(NOT IsDefined('application.com')) { 166: setupApplication();
column
number0
id
string??
line
number164
Raw_Trace
stringnsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164)
template
stringC:\wamp\www\com\nsmith\websites\Application.cfc
type
stringcfml
7
Struct
codePrintHTML
string35: variables.framework.reloadApplicationOnEveryRequest = true;<br> 36: }<br> <b>37: super.onRequestStart( arguments.targetPath );</b><br> 38: &lt;/cfscript&gt;<br> 39: &lt;/cffunction&gt;<br>
codePrintPlain
string35: variables.framework.reloadApplicationOnEveryRequest = true; 36: } 37: super.onRequestStart( arguments.targetPath ); 38: </cfscript> 39: </cffunction>
column
number0
id
string??
line
number37
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:37)
template
stringC:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc
type
stringcfml
type
stringdatabase
where
string
DataSource
stringcms
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringConnection reset by peer: socket write error
name
stringonRequestStart
NativeErrorCode
number0
queryError
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
rootCause
Struct
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
DataSource
stringcms
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringConnection reset by peer: socket write error
NativeErrorCode
number0
queryError
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
Sql
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Connection reset by peer: socket write error at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2892) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:2045) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4146) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:4048) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3185) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7556) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:590) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:522) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7194) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2935) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:248) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:223) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:503) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:327) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:282) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:227) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1112) at lucee.runtime.tag.Query._doEndTag(Query.java:686) at lucee.runtime.tag.Query.doEndTag(Query.java:553) at nsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160) 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:1917) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:864) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1729) at nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at application_cfc$cf.udfCall(/Application.cfc:44) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at application_cfc$cf.udfCall(/Application.cfc:37) 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:132) 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:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) 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:741) 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:53) 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:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 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:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string158: AND ps.website_id = &lt;cfqueryparam cfsqltype=&quot;cf_sql_integer&quot; value=&quot;#variables.websiteId#&quot; /&gt;<br> 159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir#<br> <b>160: &lt;/cfquery&gt;</b><br> 161: &lt;cfreturn qry /&gt;<br> 162: &lt;/cffunction&gt;<br>
codePrintPlain
string158: AND ps.website_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#variables.websiteId#" /> 159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir# 160: </cfquery> 161: <cfreturn qry /> 162: </cffunction>
column
number0
id
string??
line
number160
Raw_Trace
stringnsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160)
template
stringC:\wamp\www\com\nsmith\section.cfc
type
stringcfml
2
Struct
codePrintHTML
string191: setupApplication();<br> 192: }<br> <b>193: application.qSections = application.com.section.getSections( aStatusID = 1 );</b><br> 194: request.context.sServerName = CGI.SERVER_NAME;<br> 195: request.context.sItem = getItem();<br>
codePrintPlain
string191: setupApplication(); 192: } 193: application.qSections = application.com.section.getSections( aStatusID = 1 ); 194: request.context.sServerName = CGI.SERVER_NAME; 195: request.context.sItem = getItem();
column
number0
id
string??
line
number193
Raw_Trace
stringnsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193)
template
stringC:\wamp\www\com\nsmith\websites\Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string42: &lt;cfscript&gt;<br> 43: var local = StructNew();<br> <b>44: super.setupRequest();</b><br> 45: if( application.stConfig.mode EQ &quot;live&quot; ) {<br> 46: request.context.cachebuster = &quot;1.0.0.0.8&quot;;<br>
codePrintPlain
string42: <cfscript> 43: var local = StructNew(); 44: super.setupRequest(); 45: if( application.stConfig.mode EQ "live" ) { 46: request.context.cachebuster = "1.0.0.0.8";
column
number0
id
string??
line
number44
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:44)
template
stringC:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string1217: rc = request.context;<br> 1218: setupSubsystemWrapper( request.subsystem );<br> <b>1219: setupRequest();</b><br> 1220: }<br> 1221: <br>
codePrintPlain
string1217: rc = request.context; 1218: setupSubsystemWrapper( request.subsystem ); 1219: setupRequest(); 1220: } 1221:
column
number0
id
string??
line
number1219
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
5
Struct
codePrintHTML
string637: }<br> 638: <br> <b>639: setupRequestWrapper( true );</b><br> 640: }<br> 641: <br>
codePrintPlain
string637: } 638: 639: setupRequestWrapper( true ); 640: } 641:
column
number0
id
string??
line
number639
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string162: &lt;cfargument name=&quot;targetPath&quot; /&gt;<br> 163: &lt;cfscript&gt;<br> <b>164: super.onRequestStart( arguments.targetPath );</b><br> 165: if(NOT IsDefined('application.com')) {<br> 166: setupApplication();<br>
codePrintPlain
string162: <cfargument name="targetPath" /> 163: <cfscript> 164: super.onRequestStart( arguments.targetPath ); 165: if(NOT IsDefined('application.com')) { 166: setupApplication();
column
number0
id
string??
line
number164
Raw_Trace
stringnsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164)
template
stringC:\wamp\www\com\nsmith\websites\Application.cfc
type
stringcfml
7
Struct
codePrintHTML
string35: variables.framework.reloadApplicationOnEveryRequest = true;<br> 36: }<br> <b>37: super.onRequestStart( arguments.targetPath );</b><br> 38: &lt;/cfscript&gt;<br> 39: &lt;/cffunction&gt;<br>
codePrintPlain
string35: variables.framework.reloadApplicationOnEveryRequest = true; 36: } 37: super.onRequestStart( arguments.targetPath ); 38: </cfscript> 39: </cffunction>
column
number0
id
string??
line
number37
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:37)
template
stringC:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc
type
stringcfml
type
stringdatabase
where
string
Sql
stringSELECT temp.section_id , temp.section_parent_id , temp.section_name , temp.section_url , temp.section_menu_visible , temp.section_sort_order , temp.section_status_id , temp.website_id , section_full_url = CASE WHEN temp.section_parent_id IS NULL THEN Replace(temp.section_url + '/','//','/') ELSE ps.section_url + temp.section_url + '/' END FROM ( SELECT ROW_NUMBER() OVER (ORDER BY s.section_id ASC) AS Row , s.section_id , s.section_parent_id , s.section_name , s.section_url , s.section_menu_visible , s.section_sort_order , s.section_status_id , s.website_id FROM t_section s WHERE s.section_status_id = 1 AND s.website_id = 12 ) AS temp LEFT JOIN t_section ps ON temp.section_parent_id = ps.section_id AND temp.website_id = 12 AND ps.website_id = 12 ORDER BY temp.section_id ASC
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Connection reset by peer: socket write error at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:2892) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:2045) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4146) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:4048) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3185) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7556) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:590) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:522) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7194) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2935) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:248) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:223) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:503) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:327) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:282) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:227) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1112) at lucee.runtime.tag.Query._doEndTag(Query.java:686) at lucee.runtime.tag.Query.doEndTag(Query.java:553) at nsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160) 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:1917) at lucee.runtime.util.VariableUtilImpl.callFunctionWithNamedValues(VariableUtilImpl.java:864) at lucee.runtime.PageContextImpl.getFunctionWithNamedValues(PageContextImpl.java:1729) at nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at application_cfc$cf.udfCall(/Application.cfc:44) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) 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.type.scope.UndefinedImpl.call(UndefinedImpl.java:779) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639) at corfield.framework_cfc$cf.udfCall(/org/corfield/framework.cfc) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) 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:576) at lucee.runtime.SuperComponent.call(SuperComponent.java:83) at lucee.runtime.util.VariableUtilImpl.callFunctionWithoutNamedValues(VariableUtilImpl.java:785) at lucee.runtime.PageContextImpl.getFunction(PageContextImpl.java:1710) at application_cfc$cf.udfCall(/Application.cfc:37) 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:132) 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:1170) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1116) 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:741) 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:53) 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:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) 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:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Thread.java:834)
TagContext
Array
1
Struct
codePrintHTML
string158: AND ps.website_id = &lt;cfqueryparam cfsqltype=&quot;cf_sql_integer&quot; value=&quot;#variables.websiteId#&quot; /&gt;<br> 159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir#<br> <b>160: &lt;/cfquery&gt;</b><br> 161: &lt;cfreturn qry /&gt;<br> 162: &lt;/cffunction&gt;<br>
codePrintPlain
string158: AND ps.website_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#variables.websiteId#" /> 159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir# 160: </cfquery> 161: <cfreturn qry /> 162: </cffunction>
column
number0
id
string??
line
number160
Raw_Trace
stringnsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160)
template
stringC:\wamp\www\com\nsmith\section.cfc
type
stringcfml
2
Struct
codePrintHTML
string191: setupApplication();<br> 192: }<br> <b>193: application.qSections = application.com.section.getSections( aStatusID = 1 );</b><br> 194: request.context.sServerName = CGI.SERVER_NAME;<br> 195: request.context.sItem = getItem();<br>
codePrintPlain
string191: setupApplication(); 192: } 193: application.qSections = application.com.section.getSections( aStatusID = 1 ); 194: request.context.sServerName = CGI.SERVER_NAME; 195: request.context.sItem = getItem();
column
number0
id
string??
line
number193
Raw_Trace
stringnsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193)
template
stringC:\wamp\www\com\nsmith\websites\Application.cfc
type
stringcfml
3
Struct
codePrintHTML
string42: &lt;cfscript&gt;<br> 43: var local = StructNew();<br> <b>44: super.setupRequest();</b><br> 45: if( application.stConfig.mode EQ &quot;live&quot; ) {<br> 46: request.context.cachebuster = &quot;1.0.0.0.8&quot;;<br>
codePrintPlain
string42: <cfscript> 43: var local = StructNew(); 44: super.setupRequest(); 45: if( application.stConfig.mode EQ "live" ) { 46: request.context.cachebuster = "1.0.0.0.8";
column
number0
id
string??
line
number44
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:44)
template
stringC:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc
type
stringcfml
4
Struct
codePrintHTML
string1217: rc = request.context;<br> 1218: setupSubsystemWrapper( request.subsystem );<br> <b>1219: setupRequest();</b><br> 1220: }<br> 1221: <br>
codePrintPlain
string1217: rc = request.context; 1218: setupSubsystemWrapper( request.subsystem ); 1219: setupRequest(); 1220: } 1221:
column
number0
id
string??
line
number1219
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
5
Struct
codePrintHTML
string637: }<br> 638: <br> <b>639: setupRequestWrapper( true );</b><br> 640: }<br> 641: <br>
codePrintPlain
string637: } 638: 639: setupRequestWrapper( true ); 640: } 641:
column
number0
id
string??
line
number639
Raw_Trace
stringcorfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639)
template
stringC:\wamp\www\org\corfield\framework.cfc
type
stringcfml
6
Struct
codePrintHTML
string162: &lt;cfargument name=&quot;targetPath&quot; /&gt;<br> 163: &lt;cfscript&gt;<br> <b>164: super.onRequestStart( arguments.targetPath );</b><br> 165: if(NOT IsDefined('application.com')) {<br> 166: setupApplication();<br>
codePrintPlain
string162: <cfargument name="targetPath" /> 163: <cfscript> 164: super.onRequestStart( arguments.targetPath ); 165: if(NOT IsDefined('application.com')) { 166: setupApplication();
column
number0
id
string??
line
number164
Raw_Trace
stringnsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164)
template
stringC:\wamp\www\com\nsmith\websites\Application.cfc
type
stringcfml
7
Struct
codePrintHTML
string35: variables.framework.reloadApplicationOnEveryRequest = true;<br> 36: }<br> <b>37: super.onRequestStart( arguments.targetPath );</b><br> 38: &lt;/cfscript&gt;<br> 39: &lt;/cffunction&gt;<br>
codePrintPlain
string35: variables.framework.reloadApplicationOnEveryRequest = true; 36: } 37: super.onRequestStart( arguments.targetPath ); 38: </cfscript> 39: </cffunction>
column
number0
id
string??
line
number37
Raw_Trace
stringapplication_cfc$cf.udfCall(/Application.cfc:37)
template
stringC:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc
type
stringcfml
type
stringdatabase
where
string
failedaction
stringlocation.crewe
generateses
booleantrue
item
stringerror
layout
booleanfalse
layouts
Array
1
string/display/layouts/default.cfm
section
stringerror
serviceexecutioncomplete
booleantrue
services
Array
subsystem
string
subsystembase
string/display/
view
string/superdisplay/views/error/error.cfm