exception | Catch Entries: 18 | additional | Struct (ordered) | SQL | string | SELECT 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 | string | SELECT 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 | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Connection reset by peer: socket write error |
| NativeErrorCode | | queryError | string | SELECT 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 | string | SELECT 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 | | StackTrace | string | lucee.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 | string | 158: AND ps.website_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#variables.websiteId#" /><br>
159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir#<br>
<b>160: </cfquery></b><br>
161: <cfreturn qry /><br>
162: </cffunction><br>
|
| codePrintPlain | string | 158: 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 | | id | | line | | Raw_Trace | string | nsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160) |
| template | string | C:\wamp\www\com\nsmith\section.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 191: 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 | string | 191: setupApplication();
192: }
193: application.qSections = application.com.section.getSections( aStatusID = 1 );
194: request.context.sServerName = CGI.SERVER_NAME;
195: request.context.sItem = getItem();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 42: <cfscript><br>
43: var local = StructNew();<br>
<b>44: super.setupRequest();</b><br>
45: if( application.stConfig.mode EQ "live" ) {<br>
46: request.context.cachebuster = "1.0.0.0.8";<br>
|
| codePrintPlain | string | 42: <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 | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:44) |
| template | string | C:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc |
| type | |
| 4 | Struct | codePrintHTML | string | 1217: rc = request.context;<br>
1218: setupSubsystemWrapper( request.subsystem );<br>
<b>1219: setupRequest();</b><br>
1220: }<br>
1221: <br>
|
| codePrintPlain | string | 1217: rc = request.context;
1218: setupSubsystemWrapper( request.subsystem );
1219: setupRequest();
1220: }
1221:
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
| 5 | Struct | codePrintHTML | string | 637: }<br>
638: <br>
<b>639: setupRequestWrapper( true );</b><br>
640: }<br>
641: <br>
|
| codePrintPlain | string | 637: }
638:
639: setupRequestWrapper( true );
640: }
641:
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
| 6 | Struct | codePrintHTML | string | 162: <cfargument name="targetPath" /><br>
163: <cfscript><br>
<b>164: super.onRequestStart( arguments.targetPath );</b><br>
165: if(NOT IsDefined('application.com')) {<br>
166: setupApplication();<br>
|
| codePrintPlain | string | 162: <cfargument name="targetPath" />
163: <cfscript>
164: super.onRequestStart( arguments.targetPath );
165: if(NOT IsDefined('application.com')) {
166: setupApplication();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
| 7 | Struct | codePrintHTML | string | 35: variables.framework.reloadApplicationOnEveryRequest = true;<br>
36: }<br>
<b>37: super.onRequestStart( arguments.targetPath );</b><br>
38: </cfscript><br>
39: </cffunction><br>
|
| codePrintPlain | string | 35: variables.framework.reloadApplicationOnEveryRequest = true;
36: }
37: super.onRequestStart( arguments.targetPath );
38: </cfscript>
39: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:37) |
| template | string | C:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc |
| type | |
|
| type | | where | |
| DataSource | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Connection reset by peer: socket write error |
| name | | NativeErrorCode | | queryError | string | SELECT 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 | string | SELECT 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 | | Detail | | ErrorCode | | Extended_Info | | ExtendedInfo | | Message | string | Connection reset by peer: socket write error |
| NativeErrorCode | | queryError | string | SELECT 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 | string | SELECT 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 | | StackTrace | string | lucee.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 | string | 158: AND ps.website_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#variables.websiteId#" /><br>
159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir#<br>
<b>160: </cfquery></b><br>
161: <cfreturn qry /><br>
162: </cffunction><br>
|
| codePrintPlain | string | 158: 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 | | id | | line | | Raw_Trace | string | nsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160) |
| template | string | C:\wamp\www\com\nsmith\section.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 191: 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 | string | 191: setupApplication();
192: }
193: application.qSections = application.com.section.getSections( aStatusID = 1 );
194: request.context.sServerName = CGI.SERVER_NAME;
195: request.context.sItem = getItem();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 42: <cfscript><br>
43: var local = StructNew();<br>
<b>44: super.setupRequest();</b><br>
45: if( application.stConfig.mode EQ "live" ) {<br>
46: request.context.cachebuster = "1.0.0.0.8";<br>
|
| codePrintPlain | string | 42: <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 | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:44) |
| template | string | C:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc |
| type | |
| 4 | Struct | codePrintHTML | string | 1217: rc = request.context;<br>
1218: setupSubsystemWrapper( request.subsystem );<br>
<b>1219: setupRequest();</b><br>
1220: }<br>
1221: <br>
|
| codePrintPlain | string | 1217: rc = request.context;
1218: setupSubsystemWrapper( request.subsystem );
1219: setupRequest();
1220: }
1221:
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
| 5 | Struct | codePrintHTML | string | 637: }<br>
638: <br>
<b>639: setupRequestWrapper( true );</b><br>
640: }<br>
641: <br>
|
| codePrintPlain | string | 637: }
638:
639: setupRequestWrapper( true );
640: }
641:
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
| 6 | Struct | codePrintHTML | string | 162: <cfargument name="targetPath" /><br>
163: <cfscript><br>
<b>164: super.onRequestStart( arguments.targetPath );</b><br>
165: if(NOT IsDefined('application.com')) {<br>
166: setupApplication();<br>
|
| codePrintPlain | string | 162: <cfargument name="targetPath" />
163: <cfscript>
164: super.onRequestStart( arguments.targetPath );
165: if(NOT IsDefined('application.com')) {
166: setupApplication();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
| 7 | Struct | codePrintHTML | string | 35: variables.framework.reloadApplicationOnEveryRequest = true;<br>
36: }<br>
<b>37: super.onRequestStart( arguments.targetPath );</b><br>
38: </cfscript><br>
39: </cffunction><br>
|
| codePrintPlain | string | 35: variables.framework.reloadApplicationOnEveryRequest = true;
36: }
37: super.onRequestStart( arguments.targetPath );
38: </cfscript>
39: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:37) |
| template | string | C:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc |
| type | |
|
| type | | where | |
| Sql | string | SELECT 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 | | StackTrace | string | lucee.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 | string | 158: AND ps.website_id = <cfqueryparam cfsqltype="cf_sql_integer" value="#variables.websiteId#" /><br>
159: ORDER BY temp.#arguments.aOrderBy# #arguments.aOrderDir#<br>
<b>160: </cfquery></b><br>
161: <cfreturn qry /><br>
162: </cffunction><br>
|
| codePrintPlain | string | 158: 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 | | id | | line | | Raw_Trace | string | nsmith.section_cfc$cf.udfCall(/com/nsmith/section.cfc:160) |
| template | string | C:\wamp\www\com\nsmith\section.cfc |
| type | |
| 2 | Struct | codePrintHTML | string | 191: 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 | string | 191: setupApplication();
192: }
193: application.qSections = application.com.section.getSections( aStatusID = 1 );
194: request.context.sServerName = CGI.SERVER_NAME;
195: request.context.sItem = getItem();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:193) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
| 3 | Struct | codePrintHTML | string | 42: <cfscript><br>
43: var local = StructNew();<br>
<b>44: super.setupRequest();</b><br>
45: if( application.stConfig.mode EQ "live" ) {<br>
46: request.context.cachebuster = "1.0.0.0.8";<br>
|
| codePrintPlain | string | 42: <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 | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:44) |
| template | string | C:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc |
| type | |
| 4 | Struct | codePrintHTML | string | 1217: rc = request.context;<br>
1218: setupSubsystemWrapper( request.subsystem );<br>
<b>1219: setupRequest();</b><br>
1220: }<br>
1221: <br>
|
| codePrintPlain | string | 1217: rc = request.context;
1218: setupSubsystemWrapper( request.subsystem );
1219: setupRequest();
1220: }
1221:
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall4(/org/corfield/framework.cfc:1219) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
| 5 | Struct | codePrintHTML | string | 637: }<br>
638: <br>
<b>639: setupRequestWrapper( true );</b><br>
640: }<br>
641: <br>
|
| codePrintPlain | string | 637: }
638:
639: setupRequestWrapper( true );
640: }
641:
|
| column | | id | | line | | Raw_Trace | string | corfield.framework_cfc$cf.udfCall2(/org/corfield/framework.cfc:639) |
| template | string | C:\wamp\www\org\corfield\framework.cfc |
| type | |
| 6 | Struct | codePrintHTML | string | 162: <cfargument name="targetPath" /><br>
163: <cfscript><br>
<b>164: super.onRequestStart( arguments.targetPath );</b><br>
165: if(NOT IsDefined('application.com')) {<br>
166: setupApplication();<br>
|
| codePrintPlain | string | 162: <cfargument name="targetPath" />
163: <cfscript>
164: super.onRequestStart( arguments.targetPath );
165: if(NOT IsDefined('application.com')) {
166: setupApplication();
|
| column | | id | | line | | Raw_Trace | string | nsmith.websites.application_cfc$cf.udfCall(/com/nsmith/websites/Application.cfc:164) |
| template | string | C:\wamp\www\com\nsmith\websites\Application.cfc |
| type | |
| 7 | Struct | codePrintHTML | string | 35: variables.framework.reloadApplicationOnEveryRequest = true;<br>
36: }<br>
<b>37: super.onRequestStart( arguments.targetPath );</b><br>
38: </cfscript><br>
39: </cffunction><br>
|
| codePrintPlain | string | 35: variables.framework.reloadApplicationOnEveryRequest = true;
36: }
37: super.onRequestStart( arguments.targetPath );
38: </cfscript>
39: </cffunction>
|
| column | | id | | line | | Raw_Trace | string | application_cfc$cf.udfCall(/Application.cfc:37) |
| template | string | C:\wamp\www\calculatestampduty.co.uk\www\www\Application.cfc |
| type | |
|
| type | | where | |
|