Catch
additional
Struct (ordered)
Detail
string
ErrNumber
number0
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringvariable [ADDRESSINFO] doesn't exist
StackTrace
stringlucee.runtime.exp.ExpressionException: variable [ADDRESSINFO] doesn't exist at lucee.runtime.type.scope.UndefinedImpl.getCollection(UndefinedImpl.java:434) at __138.system.modules.address.actions.act_getcountryaddressformat_cfm$cf.call(../system/modules/Address/Actions/act_GetCountryAddressFormat.cfm:202) 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.modules.address.fbx_switch_cfm$cf.call(../system/modules/Address/fbx_Switch.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: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 __138.system.modules.shoppingcart.cfg_payments_addresses_cfm$cf.call(../system/modules/ShoppingCart/cfg_Payments_Addresses.cfm:219) 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.modules.shoppingcart.cfg_shoppingcart_cfm$cf.call(../system/modules/ShoppingCart/cfg_ShoppingCart.cfm:8) 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.modules.shoppingcart.fbx_switch_cfm$cf.call(../system/modules/ShoppingCart/fbx_Switch.cfm:117) 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 shoppingcart.index_cfm$cf.call(/ShoppingCart/index.cfm:58) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ModernAppListener._onRequest(ModernAppListener.java:219) 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
string200: <br> 201: &lt;cfset TempRequiredList = &quot;&quot;&gt;<br> <b>202: &lt;cfif AddressInfo.Required_Fields IS NOT &quot;&quot; OR (StructKeyExists(REQUEST,'AllowNoAddress') AND REQUEST.AllowNoAddress)&gt;</b><br> 203: &lt;cfloop list=&quot;#AddressInfo.Required_Fields#&quot; index=&quot;I&quot; DELIMITERS=&quot;;&quot;&gt;<br> 204: &lt;cfif I IS NOT 'Geographc_Indicatr'&gt;<br>
codePrintPlain
string200: 201: <cfset TempRequiredList = ""> 202: <cfif AddressInfo.Required_Fields IS NOT "" OR (StructKeyExists(REQUEST,'AllowNoAddress') AND REQUEST.AllowNoAddress)> 203: <cfloop list="#AddressInfo.Required_Fields#" index="I" DELIMITERS=";"> 204: <cfif I IS NOT 'Geographc_Indicatr'>
column
number0
id
string??
line
number202
Raw_Trace
string__138.system.modules.address.actions.act_getcountryaddressformat_cfm$cf.call(../system/modules/Address/Actions/act_GetCountryAddressFormat.cfm:202)
template
string/www/shopdoterra-iact/system/modules/Address/Actions/act_GetCountryAddressFormat.cfm
type
stringcfml
2
Struct
codePrintHTML
string41: <br> 42: &lt;cfcase value=&quot;GetFormat&quot;&gt;<br> <b>43: &lt;cfinclude template=&quot;Actions/act_GetCountryAddressFormat.cfm&quot;&gt;</b><br> 44: &lt;/cfcase&gt;<br> 45: <br>
codePrintPlain
string41: 42: <cfcase value="GetFormat"> 43: <cfinclude template="Actions/act_GetCountryAddressFormat.cfm"> 44: </cfcase> 45:
column
number0
id
string??
line
number43
Raw_Trace
string__138.system.modules.address.fbx_switch_cfm$cf.call(../system/modules/Address/fbx_Switch.cfm:43)
template
string/www/shopdoterra-iact/system/modules/Address/fbx_Switch.cfm
type
stringcfml
3
Struct
codePrintHTML
string217: <br> 218: &lt;cfset CheckCountry=Trim(CheckCountry)&gt;<br> <b>219: &lt;cfmodule template=&quot;../Address/fbx_Switch.cfm&quot; Country=&quot;#CheckCountry#&quot; action=&quot;GetFormat&quot; function=&quot;#VARIABLES.GetAddressType#&quot;&gt;</b><br> 220: &lt;cfset CLIENT.AddressCountry = CheckCountry&gt;<br> 221: &lt;cfset CLIENT.AddressFormat = CountryAddress[CheckCountry]['FORMAT']&gt;<br>
codePrintPlain
string217: 218: <cfset CheckCountry=Trim(CheckCountry)> 219: <cfmodule template="../Address/fbx_Switch.cfm" Country="#CheckCountry#" action="GetFormat" function="#VARIABLES.GetAddressType#"> 220: <cfset CLIENT.AddressCountry = CheckCountry> 221: <cfset CLIENT.AddressFormat = CountryAddress[CheckCountry]['FORMAT']>
column
number0
id
string??
line
number219
Raw_Trace
string__138.system.modules.shoppingcart.cfg_payments_addresses_cfm$cf.call(../system/modules/ShoppingCart/cfg_Payments_Addresses.cfm:219)
template
string/www/shopdoterra-iact/system/modules/ShoppingCart/cfg_Payments_Addresses.cfm
type
stringcfml
4
Struct
codePrintHTML
string6: &lt;cfinclude template=&quot;cfg_BackendSettings.cfm&quot;&gt;<br> 7: &lt;!---*** Default Payment/Address Settings ***---&gt;<br> <b>8: &lt;cfinclude template=&quot;cfg_Payments_Addresses.cfm&quot;&gt;</b><br> 9: &lt;!---figure out if the new CategoryProduct2View Exists, if so we want to use it---&gt;<br> 10: &lt;cfif 1 or not isDefined(&quot;CLIENT.CategoryProductView&quot;)&gt;<br>
codePrintPlain
string6: <cfinclude template="cfg_BackendSettings.cfm"> 7: <!---*** Default Payment/Address Settings ***---> 8: <cfinclude template="cfg_Payments_Addresses.cfm"> 9: <!---figure out if the new CategoryProduct2View Exists, if so we want to use it---> 10: <cfif 1 or not isDefined("CLIENT.CategoryProductView")>
column
number0
id
string??
line
number8
Raw_Trace
string__138.system.modules.shoppingcart.cfg_shoppingcart_cfm$cf.call(../system/modules/ShoppingCart/cfg_ShoppingCart.cfm:8)
template
string/www/shopdoterra-iact/system/modules/ShoppingCart/cfg_ShoppingCart.cfm
type
stringcfml
5
Struct
codePrintHTML
string115: <br> 116: &lt;!---set all company variables and client variables---&gt;<br> <b>117: &lt;cfinclude template=&quot;cfg_ShoppingCart.cfm&quot;&gt;</b><br> 118: <br> 119: &lt;!---first time to shopping cart, initialize client variables---&gt;<br>
codePrintPlain
string115: 116: <!---set all company variables and client variables---> 117: <cfinclude template="cfg_ShoppingCart.cfm"> 118: 119: <!---first time to shopping cart, initialize client variables--->
column
number0
id
string??
line
number117
Raw_Trace
string__138.system.modules.shoppingcart.fbx_switch_cfm$cf.call(../system/modules/ShoppingCart/fbx_Switch.cfm:117)
template
string/www/shopdoterra-iact/system/modules/ShoppingCart/fbx_Switch.cfm
type
stringcfml
6
Struct
codePrintHTML
string56: &lt;/cfif&gt;<br> 57: &lt;CFSET CLIENT.ShoppingCart_Dir=REQUEST.ShoppingCart_Dir&gt;&lt;!---reset new directory---&gt;<br> <b>58: &lt;CFINCLUDE Template=&quot;../../system/modules/ShoppingCart/fbx_Switch.cfm&quot;&gt;</b><br> 59: <br> 60: &lt;cfcatch&gt;&lt;!---WF166919 catch any errors---&gt;<br>
codePrintPlain
string56: </cfif> 57: <CFSET CLIENT.ShoppingCart_Dir=REQUEST.ShoppingCart_Dir><!---reset new directory---> 58: <CFINCLUDE Template="../../system/modules/ShoppingCart/fbx_Switch.cfm"> 59: 60: <cfcatch><!---WF166919 catch any errors--->
column
number0
id
string??
line
number58
Raw_Trace
stringshoppingcart.index_cfm$cf.call(/ShoppingCart/index.cfm:58)
template
string/www/shopdoterra-iact/wwwroot/ShoppingCart/index.cfm
type
stringcfml
type
stringexpression