Catch
Entries: 15
additional
Struct (ordered)
SQL
stringSELECT CMS_CONTENT_ID, JSON_CONTENT, PAGE_TYPE, PAGE_URL FROM CMS_CONTENT WHERE (PAGE_TYPE = 'shophome' ) AND COUNTRY_CD = 'IT' AND LANGUAGE_CD = 'en_IT' AND COMPANY_ID = 461 AND EXPIRE_DT IS NULL
DataSource
stringshopdoterra-voprf1
Detail
string
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringConnection reset by peer (Write failed)
NativeErrorCode
number0
queryError
stringSELECT CMS_CONTENT_ID, JSON_CONTENT, PAGE_TYPE, PAGE_URL FROM CMS_CONTENT WHERE (PAGE_TYPE = 'shophome' ) AND COUNTRY_CD = 'IT' AND LANGUAGE_CD = 'en_IT' AND COMPANY_ID = 461 AND EXPIRE_DT IS NULL
Sql
stringSELECT CMS_CONTENT_ID, JSON_CONTENT, PAGE_TYPE, PAGE_URL FROM CMS_CONTENT WHERE (PAGE_TYPE = 'shophome' ) AND COUNTRY_CD = 'IT' AND LANGUAGE_CD = 'en_IT' AND COMPANY_ID = 461 AND EXPIRE_DT IS NULL
SQLState
string08S01
StackTrace
stringlucee.runtime.exp.DatabaseException: Connection reset by peer (Write failed) at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:4026) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:2186) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4527) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:4429) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3466) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:8052) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:646) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:567) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7675) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:4137) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:272) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:246) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:544) at lucee.runtime.type.util.QueryUtil.execute(QueryUtil.java:328) at lucee.runtime.type.QueryImpl.execute(QueryImpl.java:296) at lucee.runtime.type.QueryImpl.<init>(QueryImpl.java:235) at lucee.runtime.tag.Query.executeDatasoure(Query.java:1135) at lucee.runtime.tag.Query._doEndTag(Query.java:700) at lucee.runtime.tag.Query.doEndTag(Query.java:566) at system.modules.cmscontent.actions.act_getjsoncontentv2_cfm$cf.call(/RootDir/system/modules/CMSContent/Actions/act_GetJSONContentV2.cfm:43) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at system.modules.cmscontent.actions.act_getjsoncontent_cfm$cf.call(/RootDir/system/modules/CMSContent/Actions/act_GetJSONContent.cfm:5) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:940) at lucee.runtime.tag.CFTag.doInclude(CFTag.java:319) at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:245) at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:179) at system.modules.cmscontent.fbx_switch_cfm$cf.call(/RootDir/system/modules/CMSContent/fbx_Switch.cfm:67) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:940) at lucee.runtime.tag.CFTag.doInclude(CFTag.java:319) at lucee.runtime.tag.CFTag.cfmlStartTag(CFTag.java:245) at lucee.runtime.tag.CFTag.doStartTag(CFTag.java:179) at custom.sharedconfig.ita.cfg_companyapplication_cfm$cf.call(/RootDir/custom/sharedconfig/ITA/cfg_CompanyApplication.cfm:70) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at wwwroot.companyapplication_cfm$cf.call(/RootDir/wwwroot/CompanyApplication.cfm:222) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at system.sharedconfig.cfg_application_cfm$cf.call(/RootDir/system/sharedconfig/cfg_Application.cfm:163) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at __138.system.sharedconfig.udf_applicationmethods_cfm$cf.udfCall(../system/sharedconfig/udf_ApplicationMethods.cfm:294) at lucee.runtime.type.UDFImpl.implementation(UDFImpl.java:112) at lucee.runtime.type.UDFImpl._call(UDFImpl.java:358) at lucee.runtime.type.UDFImpl.call(UDFImpl.java:223) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:698) at lucee.runtime.ComponentImpl._call(ComponentImpl.java:586) at lucee.runtime.ComponentImpl.call(ComponentImpl.java:1933) at lucee.runtime.listener.ModernAppListener.call(ModernAppListener.java:444) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:135) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:44) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:623) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:199) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:51) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.filters.RemoteIpFilter.doFilter(RemoteIpFilter.java:924) at org.apache.catalina.filters.RemoteIpFilter.doFilter(RemoteIpFilter.java:980) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:168) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:144) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:168) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:90) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:481) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:130) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:346) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:424) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:928) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1791) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52) at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1190) at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:659) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:63) at java.base/java.lang.Thread.run(Thread.java:829)
TagContext
Array
1
Struct
codePrintHTML
string41: AND COMPANY_ID = #Int(REQUEST.DefaultCompanyID)#<br> 42: AND EXPIRE_DT IS NULL<br> <b>43: &lt;/CFQUERY&gt;</b><br> 44: <br> 45: &lt;cfif GetCMSContent.RecordCount IS 1&gt;<br>
codePrintPlain
string41: AND COMPANY_ID = #Int(REQUEST.DefaultCompanyID)# 42: AND EXPIRE_DT IS NULL 43: </CFQUERY> 44: 45: <cfif GetCMSContent.RecordCount IS 1>
column
number0
id
string??
line
number43
Raw_Trace
stringsystem.modules.cmscontent.actions.act_getjsoncontentv2_cfm$cf.call(/RootDir/system/modules/CMSContent/Actions/act_GetJSONContentV2.cfm:43)
template
string/www/shopdoterra-iact/system/modules/CMSContent/Actions/act_GetJSONContentV2.cfm
type
stringcfml
2
Struct
codePrintHTML
string3: &lt;cfif not len(trim(attributes.cmscountry)) and not len(trim(attributes.cmslanguage))&gt;&lt;cfexit&gt;&lt;/cfif&gt;&lt;!---WF174408 handle if country/language is blank---&gt;<br> 4: <br> <b>5: &lt;cfinclude template=&quot;act_GetJSONContentV2.cfm&quot;&gt;&lt;Cfexit&gt;&lt;!---WF173804 V2 of content generator to split queries for more use of caching---&gt;</b><br> 6: <br> 7: &lt;cfif REQUEST.Tier IS &quot;dev&quot; OR IsDefined(&quot;CLIENT.SupportLogin&quot;)&gt;&lt;!---20210719_JMM increase cache time for load---&gt;<br>
codePrintPlain
string3: <cfif not len(trim(attributes.cmscountry)) and not len(trim(attributes.cmslanguage))><cfexit></cfif><!---WF174408 handle if country/language is blank---> 4: 5: <cfinclude template="act_GetJSONContentV2.cfm"><Cfexit><!---WF173804 V2 of content generator to split queries for more use of caching---> 6: 7: <cfif REQUEST.Tier IS "dev" OR IsDefined("CLIENT.SupportLogin")><!---20210719_JMM increase cache time for load--->
column
number0
id
string??
line
number5
Raw_Trace
stringsystem.modules.cmscontent.actions.act_getjsoncontent_cfm$cf.call(/RootDir/system/modules/CMSContent/Actions/act_GetJSONContent.cfm:5)
template
string/www/shopdoterra-iact/system/modules/CMSContent/Actions/act_GetJSONContent.cfm
type
stringcfml
3
Struct
codePrintHTML
string65: cmslabellist=&quot;#ATTRIBUTES.CMSLabelList#&quot;<br> 66: cmsrequiredcontent=&quot;#ATTRIBUTES.CMSRequiredContent#&quot;<br> <b>67: notoplevelarray=&quot;#ATTRIBUTES.NoTopLevelArray#&quot;&gt;</b><br> 68: &lt;cfif listLen(ATTRIBUTES.CMSTemplateName) gt 1 AND isDefined(&quot;REQUEST.CMSJSONContent&quot;)&gt;&lt;!---WF175494 content that are arrays not supported pulling more than 1 at a time---&gt;<br> 69: &lt;cfset structAppend(local.myCMSJSONContent,REQUEST.CMSJSONContent)&gt;&lt;!---WF175494 append REQUEST.CMSJSONContent to temp container as it gets reset each time---&gt;<br>
codePrintPlain
string65: cmslabellist="#ATTRIBUTES.CMSLabelList#" 66: cmsrequiredcontent="#ATTRIBUTES.CMSRequiredContent#" 67: notoplevelarray="#ATTRIBUTES.NoTopLevelArray#"> 68: <cfif listLen(ATTRIBUTES.CMSTemplateName) gt 1 AND isDefined("REQUEST.CMSJSONContent")><!---WF175494 content that are arrays not supported pulling more than 1 at a time---> 69: <cfset structAppend(local.myCMSJSONContent,REQUEST.CMSJSONContent)><!---WF175494 append REQUEST.CMSJSONContent to temp container as it gets reset each time--->
column
number0
id
string??
line
number67
Raw_Trace
stringsystem.modules.cmscontent.fbx_switch_cfm$cf.call(/RootDir/system/modules/CMSContent/fbx_Switch.cfm:67)
template
string/www/shopdoterra-iact/system/modules/CMSContent/fbx_Switch.cfm
type
stringcfml
4
Struct
codePrintHTML
string68: &lt;cfset Variables.LanguageErrorNotification = &quot;&quot;&gt;<br> 69: &lt;cfif NOT IsDefined(&quot;REQUEST.CMSJSONContent.error_labels.error_special_characters_not_allowed.content&quot;)&gt;<br> <b>70: &lt;cfmodule template=&quot;#REQUEST.CallFile('fbx_Switch.cfm', 'CMSContent')#&quot; action=&quot;GetCMSContent&quot; CMStemplateName=&quot;shophome&quot; CMSLabelList=&quot;shophome&quot; CMSRequiredContent=&quot;error_labels.error_special_characters_not_allowed.content&quot;&gt;&lt;!--- WF172508 - Devante H ---&gt;</b><br> 71: &lt;/cfif&gt;<br> 72: &lt;cfif IsDefined(&quot;REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content&quot;) AND REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content NEQ ''&gt;<br>
codePrintPlain
string68: <cfset Variables.LanguageErrorNotification = ""> 69: <cfif NOT IsDefined("REQUEST.CMSJSONContent.error_labels.error_special_characters_not_allowed.content")> 70: <cfmodule template="#REQUEST.CallFile('fbx_Switch.cfm', 'CMSContent')#" action="GetCMSContent" CMStemplateName="shophome" CMSLabelList="shophome" CMSRequiredContent="error_labels.error_special_characters_not_allowed.content"><!--- WF172508 - Devante H ---> 71: </cfif> 72: <cfif IsDefined("REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content") AND REQUEST.CMSJSONContent.shophome_labels.shop_previous_site.content NEQ ''>
column
number0
id
string??
line
number70
Raw_Trace
stringcustom.sharedconfig.ita.cfg_companyapplication_cfm$cf.call(/RootDir/custom/sharedconfig/ITA/cfg_CompanyApplication.cfm:70)
template
string/www/shopdoterra-iact/custom/sharedconfig/ITA/cfg_CompanyApplication.cfm
type
stringcfml
5
Struct
codePrintHTML
string220: include &quot;../custom/sharedconfig/EO/cfg_CompanyApplication.cfm&quot;;<br> 221: } else if (StructKeyExists(REQUEST.ParsedURL, 'ParsedCountry') AND REQUEST.ParsedURL['ParsedCountry'] NEQ &quot;&quot; AND FileExists(&quot;../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm&quot;)) {<br> <b>222: include &quot;../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm&quot;;</b><br> 223: } else if (REQUEST.getUserCurrentCountry() NEQ &quot;&quot; AND FileExists(&quot;../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm&quot;)) {<br> 224: include &quot;../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm&quot;;<br>
codePrintPlain
string220: include "../custom/sharedconfig/EO/cfg_CompanyApplication.cfm"; 221: } else if (StructKeyExists(REQUEST.ParsedURL, 'ParsedCountry') AND REQUEST.ParsedURL['ParsedCountry'] NEQ "" AND FileExists("../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm")) { 222: include "../custom/sharedconfig/#REQUEST.ParsedURL['ParsedCountry']#/cfg_CompanyApplication.cfm"; 223: } else if (REQUEST.getUserCurrentCountry() NEQ "" AND FileExists("../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm")) { 224: include "../custom/sharedconfig/#REQUEST.getUserCurrentCountry()#/cfg_CompanyApplication.cfm";
column
number0
id
string??
line
number222
Raw_Trace
stringwwwroot.companyapplication_cfm$cf.call(/RootDir/wwwroot/CompanyApplication.cfm:222)
template
string/www/shopdoterra-iact/wwwroot/CompanyApplication.cfm
type
stringcfml
6
Struct
codePrintHTML
string161: <br> 162: &lt;!--- CF MX 7 fix. CompanyApplication is uniqe to a client, so make sure it pulls from that dir. Linked files include from where the original file's location, not where the link is ---&gt;<br> <b>163: &lt;CFINCLUDE TEMPLATE=&quot;/RootDir/wwwroot/CompanyApplication.cfm&quot;&gt;</b><br> 164: <br> 165: &lt;cfset REQUEST.DTScacheParam = &quot;&quot;&gt;<br>
codePrintPlain
string161: 162: <!--- CF MX 7 fix. CompanyApplication is uniqe to a client, so make sure it pulls from that dir. Linked files include from where the original file's location, not where the link is ---> 163: <CFINCLUDE TEMPLATE="/RootDir/wwwroot/CompanyApplication.cfm"> 164: 165: <cfset REQUEST.DTScacheParam = "">
column
number0
id
string??
line
number163
Raw_Trace
stringsystem.sharedconfig.cfg_application_cfm$cf.call(/RootDir/system/sharedconfig/cfg_Application.cfm:163)
template
string/www/shopdoterra-iact/system/sharedconfig/cfg_Application.cfm
type
stringcfml
7
Struct
codePrintHTML
string292: &lt;/cfif&gt;<br> 293: &lt;cfscript&gt;<br> <b>294: include &quot;/RootDir/system/sharedconfig/cfg_Application.cfm&quot;;</b><br> 295: &lt;/cfscript&gt;<br> 296: &lt;cfif StructKeyExists(this,'CustomOnRequestStart')&gt;<br>
codePrintPlain
string292: </cfif> 293: <cfscript> 294: include "/RootDir/system/sharedconfig/cfg_Application.cfm"; 295: </cfscript> 296: <cfif StructKeyExists(this,'CustomOnRequestStart')>
column
number0
id
string??
line
number294
Raw_Trace
string__138.system.sharedconfig.udf_applicationmethods_cfm$cf.udfCall(../system/sharedconfig/udf_ApplicationMethods.cfm:294)
template
string/www/shopdoterra-iact/system/sharedconfig/udf_ApplicationMethods.cfm
type
stringcfml
type
stringdatabase
where
string