Advertisement
Guest User

Untitled

a guest
Oct 9th, 2019
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2019-10-10_00:50:18.627 [http-8080-5] ERROR c.s.c.s.f.FreemarkerTemplateExceptionHandler [000-000-000 54] - FREEMARKER_ERROR: InvalidReferenceException: The following has evaluated to null or missing:
  2. ==> requester  [in template "AdapterCustomFieldTemplate" at line 1, column 6]
  3.  
  4. ----
  5. 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)??
  6. ----
  7.  
  8. ----
  9. FTL stack trace ("~" means nesting-related):
  10.        - Failed at: #if requester.requesterType == "PERSON"  [in template "AdapterCustomFieldTemplate" at line 1, column 1]
  11. ----
  12. 2019-10-10_00:50:18.627 [http-8080-5] ERROR c.s.c.s.f.FreemarkerTemplateExceptionHandler [000-000-000 54] - FREEMARKER_ERROR: InvalidReferenceException: The following has evaluated to null or missing:
  13. ==> requester  [in template "AdapterCustomFieldTemplate" at line 1, column 61]
  14.  
  15. ----
  16. 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)??
  17. ----
  18.  
  19. ----
  20. FTL stack trace ("~" means nesting-related):
  21.         - Failed at: #if requester.requesterType == "COMPANY"  [in template "AdapterCustomFieldTemplate" at line 1, column 56]
  22. ----
  23. 2019-10-10_00:50:18.628 [http-8080-5] ERROR c.s.c.s.f.FreemarkerTemplateExceptionHandler [000-000-000 54] - FREEMARKER_ERROR: InvalidReferenceException: The following has evaluated to null or missing:
  24. ==> requester  [in template "AdapterCustomFieldTemplate" at line 1, column 3]
  25.  
  26. ----
  27. 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)??
  28. ----
  29.  
  30. ----
  31. FTL stack trace ("~" means nesting-related):
  32.        - Failed at: ${requester.getDocument().getSeries()...  [in template "AdapterCustomFieldTemplate" at line 1, column 1]
  33. ----
  34. 2019-10-10_00:50:18.629 [http-8080-5] ERROR c.s.c.s.f.FreemarkerTemplateExceptionHandler [000-000-000 54] - FREEMARKER_ERROR: InvalidReferenceException: The following has evaluated to null or missing:
  35. ==> requester  [in template "AdapterCustomFieldTemplate" at line 1, column 3]
  36.  
  37. ----
  38. 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)??
  39. ----
  40.  
  41. ----
  42. FTL stack trace ("~" means nesting-related):
  43.         - Failed at: ${requester.inn}  [in template "AdapterCustomFieldTemplate" at line 1, column 1]
  44. ----
  45. 2019-10-10_00:50:18.629 [http-8080-5] ERROR c.s.c.s.f.FreemarkerTemplateExceptionHandler [000-000-000 54] - FREEMARKER_ERROR: InvalidReferenceException: The following has evaluated to null or missing:
  46. ==> requester  [in template "AdapterCustomFieldTemplate" at line 1, column 3]
  47.  
  48. ----
  49. 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)??
  50. ----
  51.  
  52. ----
  53. FTL stack trace ("~" means nesting-related):
  54.        - Failed at: ${requester.kpp}  [in template "AdapterCustomFieldTemplate" at line 1, column 1]
  55. ----
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement