This intermittent code dump only happens when request from 2 webapps come and only while accessing this variable which gives
get(paramsMap) failed on instance of org.ofbiz.base.util.collections.MapStack The problematic instruction: ---------- ==> if paramsMap.delivOptionVal?exists [on line 43, column 49 in CHK_017a_SecureClosedLessThanFiveAddress.ftl] ---------- Java backtrace for programmers: ---------- freemarker.template.TemplateModelException: get(paramsMap) failed on instance of org.ofbiz.base.util.collections.MapStack at freemarker.ext.beans.BeanModel.get(BeanModel.java:210) at
Jacopo Cappellato wrote
Are you sure the problem is there?
Jacopo
vaibhav wrote:
> So even if i am doing this in my ftl
> <#if paramsMap.profileAddresses?has_content>
> <#list paramsMap.profileAddresses as profileAddress>
>
>
> <#assign opt2="">
> <#if paramsMap.delivOptionVal?exists>
>
> where the ftl is breaking at <#if paramsMap.delivOptionVal?exists>
> then which other tag to use to avoid this