Reputation: 19
With all the log4j issues, I updated my app from v 2.5.26 to 2.5.28.3 and my app throws this error now.... If i put it back to 2.5.26 its fine... Any ideas???? Seems to be if a field is null it freaks out, but that would seem to be a bug to me??
SEVERE [http-nio-8080-exec-60] freemarker.log._JULLoggerFactory$JULLogger.error Error executing FreeMarker template FreeMarker template error: The following has evaluated to null or missing: ==> parameters.templateDir [in template "template/simple/hidden.ftl" at line 38, column 15]
Upvotes: 1
Views: 373
Reputation: 19
For anyone else that encounters this issue...Found a bug listed on their site when you upgrade to 2.5.27+ where if your action has a variable named 'parameters' this bug pops up. Rename it to anything else and the error goes away. At least it did for me.
Upvotes: 1