129340 results for FreeMarker template error: The following has evaluated to null or missing: ==> <#assign productCategory = delegator.findOne("ProductCategory", Static["org.apache.ofbiz.base.util.UtilMisc"].toMap("productCategoryId" [in template "component://snj2/template/catalog/KeywordSearch.ftl" at line 31, column 48] ---- Tip: If the failing expression is known to be legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when-present<#else>when-missing</#if>. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: #assign productCategory = delegator.f... [in template "component://snj2/template/catalog/KeywordSearch.ftl" at line 31, column 21] ---- Java stack trace (for programmers): ---- freemarker.core.InvalidReferenceException: [... Exception message was already printed; see it above ...] at freemarker.core.InvalidReferenceException.getInstance(InvalidReferenceException.java:134) at freemarker.core.Assignment.accept(Assignment.java:139) at freemarker.core.Environment.visit(Environment.java:326) at freemarker.core.Environment.visit(Environment.java:332) at freemarker.core.Environment.process(Environment.java:305) at org.apache.ofbiz.base.util.template.FreeMarkerWorker.renderTemplate(FreeMarkerWorker.java:263) at org.apache.ofbiz.widget.model.HtmlWidget.renderHtmlTemplate(HtmlWidget.java:167) at org.apache.ofbiz.widget.model.HtmlWidget$HtmlTemplate.renderWidgetString(HtmlWidget.java:216) at org.apache.ofbiz.widget.model.HtmlWidget.renderWidgetString(HtmlWidget.java:140) at org.apache.ofbiz.widget.model.ModelScreenWidget$PlatformSpecific.renderWidgetString(ModelScreenWidget.java:1321) at org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:98) at org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSection.renderWidgetString(ModelScreenWidget.java:906) at org.apache.ofbiz.widget.model.ModelScreenWidget$SectionsRenderer.render(ModelScreenWidget.java:127) at org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorSectionInclude.renderWidgetString(ModelScreenWidget.java:943) at org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:98) at org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:280) at org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:98) at org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:280) at org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:164) at org.apache.ofbiz.widget.model.ScreenFactory.renderReferencedScreen(ScreenFactory.java:214) at org.apache.ofbiz.widget.model.ModelScreenWidget$DecoratorScreen.renderWidgetString(ModelScreenWidget.java:860) at org.apache.ofbiz.widget.model.ModelScreenWidget.renderSubWidgetsString(ModelScreenWidget.java:98) at org.apache.ofbiz.widget.model.ModelScreenWidget$Section.renderWidgetString(ModelScreenWidget.java:280) at org.apache.ofbiz.widget.model.ModelScreen.renderScreenString(ModelScreen.java:164) at org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:136) at org.apache.ofbiz.widget.renderer.ScreenRenderer.render(ScreenRenderer.java:98) at org.apache.ofbiz.widget.renderer.macro.MacroScreenViewHandler.render(MacroScreenViewHandler.java:157) at org.apache.ofbiz.webapp.control.RequestHandler.renderView(RequestHandler.java:1001) at org.apache.ofbiz.webapp.control.RequestHandler.doRequest(RequestHandler.java:653) at org.apache.ofbiz.webapp.control.ControlServlet.doGet(ControlServlet.java:213) at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:292) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.ofbiz.webapp.control.ContextFilter.doFilter(ContextFilter.java:324) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.ofbiz.content.content.ContentUrlFilter.doFilter(ContentUrlFilter.java:99) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.ofbiz.product.category.CatalogUrlFilter.doFilter(CatalogUrlFilter.java:338) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.ofbiz.snj2.JsonRequestFilter.doFilter(JsonRequestFilter.java:22) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:240) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:207) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:212) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:106) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:502) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:141) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:79) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:88) at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:616) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:528) at org.apache.coyote.ajp.AbstractAjpProcessor.process(AbstractAjpProcessor.java:873) at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:670) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1520) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.run(NioEndpoint.java:1476) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.lang.Thread.run(Thread.java:748) 'BSC=BIO*'

You May Take the Witness
You May Take the Witness - You May Take the Witness $26.55
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
22. St. Augustine: The Problem of Free Choice
22. St. Augustine: The Problem of Free Choice - 22. St. Augustine: The Problem of Free Choice $20.43 $31.95
In Stock soon, order now to reserve your copy.
FREE DELIVERY
Slide Rule: The Autobiography of an Engineer
Slide Rule: The Autobiography of an Engineer - Slide Rule: The Autobiography of an Engineer $35.17
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Confessions
Confessions - Confessions $9.12 $14.00
Only 12 left in Stock - order soon.
FREE DELIVERY by Thursday, June 05, 2025
Barnaby Rich: A Short Biography
Barnaby Rich: A Short Biography - Barnaby Rich: A Short Biography $21.25
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Johannes Kepler Life and Letters
Johannes Kepler Life and Letters - Johannes Kepler Life and Letters $9.75 $15.00
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Johannes Kepler Life and Letters
Johannes Kepler Life and Letters - Johannes Kepler Life and Letters $17.31 $27.00
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Confessions
Confessions - Confessions $45.19
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Samuel & Mary (Myers) Burris Family
Samuel & Mary (Myers) Burris Family - Samuel & Mary (Myers) Burris Family $23.93 $30.00
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Wife Mother & Mystic: Blessed Anna-Maria Taigi
Wife Mother & Mystic: Blessed Anna-Maria Taigi - Wife Mother & Mystic: Blessed Anna-Maria Taigi $12.87 $19.95
Only 5 left in Stock - order soon.
FREE DELIVERY by Thursday, June 05, 2025
Alexander Pope
Alexander Pope - Alexander Pope $10.38 $16.00
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Spinoza Dictionary
Spinoza Dictionary - Spinoza Dictionary $12.27 $19.00
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
St. Maximilian Kolbe: Knight of the Immaculata
St. Maximilian Kolbe: Knight of the Immaculata - St. Maximilian Kolbe: Knight of the Immaculata $8.46 $12.95
Only 6 left in Stock - order soon.
FREE DELIVERY by Thursday, June 05, 2025
Dearest ISA: Robert Browning's Letters to Isabella Blagden
Dearest ISA: Robert Browning's Letters to Isabella Blagden - Dearest ISA: Robert Browning's Letters to Isabella Blagden $45.40
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Pelagius and the Fifth Crusade (Reprint 2016)
Pelagius and the Fifth Crusade (Reprint 2016) - Pelagius and the Fifth Crusade (Reprint 2016) $85.09 $95.00
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
Thread That Runs So True
Thread That Runs So True - Thread That Runs So True $12.27 $18.99
In Stock - Ship within 24 hours.
FREE DELIVERY by Thursday, June 05, 2025
10. St. Athanasius: The Life of St. Antony
10. St. Athanasius: The Life of St. Antony - 10. St. Athanasius: The Life of St. Antony $17.91 $27.95
Only 2 left in Stock - order soon.
FREE DELIVERY by Thursday, June 05, 2025