velocity.log.1 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583
  1. 2020-11-15 22:08:27,855 - Log4JLogChute initialized using file 'velocity.log'
  2. 2020-11-15 22:08:27,855 - Initializing Velocity, Calling init()...
  3. 2020-11-15 22:08:27,855 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  4. 2020-11-15 22:08:27,855 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  5. 2020-11-15 22:08:27,855 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  6. 2020-11-15 22:08:27,855 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/Priority). Falling back to next log system...
  7. 2020-11-15 22:08:27,855 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  8. 2020-11-15 22:08:27,855 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  9. 2020-11-15 22:08:27,859 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  10. 2020-11-15 22:08:27,866 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  11. 2020-11-15 22:08:27,868 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  12. 2020-11-15 22:08:27,869 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  13. 2020-11-15 22:08:27,870 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  14. 2020-11-15 22:08:27,870 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  15. 2020-11-15 22:08:27,871 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  16. 2020-11-15 22:08:27,872 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  17. 2020-11-15 22:08:27,873 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  18. 2020-11-15 22:08:27,874 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  19. 2020-11-15 22:08:27,875 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  20. 2020-11-15 22:08:27,885 - Created '20' parsers.
  21. 2020-11-15 22:08:27,887 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  22. 2020-11-15 22:08:27,888 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
  23. 2020-11-15 22:08:27,888 - Velocimacro : Default library not found.
  24. 2020-11-15 22:08:27,888 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  25. 2020-11-15 22:08:27,888 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  26. 2020-11-15 22:08:27,888 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  27. 2020-11-15 22:08:27,888 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  28. 2020-11-15 22:08:27,916 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  29. 2020-11-15 22:08:27,936 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  30. 2020-11-15 22:08:27,944 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  31. 2020-11-15 22:08:27,964 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  32. 2020-11-15 22:08:27,976 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  33. 2020-11-15 22:08:27,989 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  34. 2020-11-15 22:08:28,002 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  35. 2020-11-15 22:08:28,022 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  36. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  37. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  38. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  39. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  40. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  41. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  42. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  43. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  44. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  45. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  46. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  47. 2020-11-15 22:08:28,024 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  48. 2020-11-15 22:08:28,044 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  49. 2020-11-15 22:08:28,044 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  50. 2020-11-15 22:08:28,044 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  51. 2020-11-15 22:08:28,044 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  52. 2020-11-15 22:08:28,044 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  53. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  54. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  55. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  56. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  57. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  58. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  59. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  60. 2020-11-15 22:08:28,045 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  61. 2020-11-15 22:08:28,051 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  62. 2020-11-16 22:42:15,418 - Log4JLogChute initialized using file 'velocity.log'
  63. 2020-11-16 22:42:15,434 - Initializing Velocity, Calling init()...
  64. 2020-11-16 22:42:15,434 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  65. 2020-11-16 22:42:15,434 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  66. 2020-11-16 22:42:15,434 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  67. 2020-11-16 22:42:15,434 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/Priority). Falling back to next log system...
  68. 2020-11-16 22:42:15,434 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  69. 2020-11-16 22:42:15,434 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  70. 2020-11-16 22:42:15,439 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  71. 2020-11-16 22:42:15,450 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  72. 2020-11-16 22:42:15,452 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  73. 2020-11-16 22:42:15,453 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  74. 2020-11-16 22:42:15,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  75. 2020-11-16 22:42:15,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  76. 2020-11-16 22:42:15,455 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  77. 2020-11-16 22:42:15,456 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  78. 2020-11-16 22:42:15,457 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  79. 2020-11-16 22:42:15,458 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  80. 2020-11-16 22:42:15,458 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  81. 2020-11-16 22:42:15,469 - Created '20' parsers.
  82. 2020-11-16 22:42:15,472 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  83. 2020-11-16 22:42:15,473 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
  84. 2020-11-16 22:42:15,473 - Velocimacro : Default library not found.
  85. 2020-11-16 22:42:15,473 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  86. 2020-11-16 22:42:15,473 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  87. 2020-11-16 22:42:15,473 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  88. 2020-11-16 22:42:15,473 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  89. 2020-11-16 22:42:15,509 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  90. 2020-11-16 22:42:15,530 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  91. 2020-11-16 22:42:15,536 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  92. 2020-11-16 22:42:15,548 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  93. 2020-11-16 22:42:15,559 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  94. 2020-11-16 22:42:15,571 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  95. 2020-11-16 22:42:15,584 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  96. 2020-11-16 22:42:15,604 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  97. 2020-11-16 22:42:15,605 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  98. 2020-11-16 22:42:15,605 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  99. 2020-11-16 22:42:15,606 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  100. 2020-11-16 22:42:15,606 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  101. 2020-11-16 22:42:15,606 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  102. 2020-11-16 22:42:15,606 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  103. 2020-11-16 22:42:15,625 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  104. 2020-11-16 22:42:15,626 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  105. 2020-11-16 22:42:15,626 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  106. 2020-11-16 22:42:15,626 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  107. 2020-11-16 22:42:15,626 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  108. 2020-11-16 22:42:15,626 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  109. 2020-11-16 22:42:15,626 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  110. 2020-11-16 22:42:15,633 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  111. 2020-11-16 22:42:15,653 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  112. 2020-11-16 22:42:15,653 - Null reference [template 'vm/java/domain.java.vm', line 32, column 9] : $column.columnComment cannot be resolved.
  113. 2020-11-16 22:42:15,657 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  114. 2020-11-16 22:42:15,658 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  115. 2020-11-16 22:42:15,664 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  116. 2020-11-16 22:42:15,668 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  117. 2020-11-16 22:42:15,675 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  118. 2020-11-16 22:42:15,679 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  119. 2020-11-16 22:42:15,680 - RHS of #set statement is null. Context will not be modified. vm/html/list.html.vm[line 107, column 1]
  120. 2020-11-16 22:42:15,680 - RHS of #set statement is null. Context will not be modified. vm/html/list.html.vm[line 111, column 1]
  121. 2020-11-16 22:42:15,689 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  122. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  123. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  124. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  125. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  126. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  127. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  128. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  129. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  130. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  131. 2020-11-16 22:42:15,689 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  132. 2020-11-16 22:42:15,698 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  133. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  134. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  135. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  136. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  137. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  138. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  139. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  140. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  141. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  142. 2020-11-16 22:42:15,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  143. 2020-11-16 22:42:15,700 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  144. 2020-11-17 22:40:34,319 - Log4JLogChute initialized using file 'velocity.log'
  145. 2020-11-17 22:40:34,320 - Initializing Velocity, Calling init()...
  146. 2020-11-17 22:40:34,320 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  147. 2020-11-17 22:40:34,320 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  148. 2020-11-17 22:40:34,320 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  149. 2020-11-17 22:40:34,320 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/Priority). Falling back to next log system...
  150. 2020-11-17 22:40:34,320 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  151. 2020-11-17 22:40:34,320 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  152. 2020-11-17 22:40:34,326 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  153. 2020-11-17 22:40:34,336 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  154. 2020-11-17 22:40:34,342 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  155. 2020-11-17 22:40:34,345 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  156. 2020-11-17 22:40:34,347 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  157. 2020-11-17 22:40:34,348 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  158. 2020-11-17 22:40:34,349 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  159. 2020-11-17 22:40:34,350 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  160. 2020-11-17 22:40:34,352 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  161. 2020-11-17 22:40:34,353 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  162. 2020-11-17 22:40:34,354 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  163. 2020-11-17 22:40:34,378 - Created '20' parsers.
  164. 2020-11-17 22:40:34,382 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  165. 2020-11-17 22:40:34,387 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
  166. 2020-11-17 22:40:34,387 - Velocimacro : Default library not found.
  167. 2020-11-17 22:40:34,387 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  168. 2020-11-17 22:40:34,387 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  169. 2020-11-17 22:40:34,387 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  170. 2020-11-17 22:40:34,387 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  171. 2020-11-17 22:40:34,435 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  172. 2020-11-17 22:40:34,469 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  173. 2020-11-17 22:40:34,474 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  174. 2020-11-17 22:40:34,483 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  175. 2020-11-17 22:40:34,488 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  176. 2020-11-17 22:40:34,500 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  177. 2020-11-17 22:40:34,516 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  178. 2020-11-17 22:40:34,536 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  179. 2020-11-17 22:40:34,541 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  180. 2020-11-17 22:40:34,541 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  181. 2020-11-17 22:40:34,541 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  182. 2020-11-17 22:40:34,542 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  183. 2020-11-17 22:40:34,542 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  184. 2020-11-17 22:40:34,542 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  185. 2020-11-17 22:40:34,542 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  186. 2020-11-17 22:40:34,542 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  187. 2020-11-17 22:40:34,543 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  188. 2020-11-17 22:40:34,543 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  189. 2020-11-17 22:40:34,543 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  190. 2020-11-17 22:40:34,543 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  191. 2020-11-17 22:40:34,544 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  192. 2020-11-17 22:40:34,544 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  193. 2020-11-17 22:40:34,544 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  194. 2020-11-17 22:40:34,544 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  195. 2020-11-17 22:40:34,544 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  196. 2020-11-17 22:40:34,544 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  197. 2020-11-17 22:40:34,545 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  198. 2020-11-17 22:40:34,545 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  199. 2020-11-17 22:40:34,545 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  200. 2020-11-17 22:40:34,545 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  201. 2020-11-17 22:40:34,545 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  202. 2020-11-17 22:40:34,545 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  203. 2020-11-17 22:40:34,564 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  204. 2020-11-17 22:40:34,565 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  205. 2020-11-17 22:40:34,565 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  206. 2020-11-17 22:40:34,566 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  207. 2020-11-17 22:40:34,566 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  208. 2020-11-17 22:40:34,566 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  209. 2020-11-17 22:40:34,566 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  210. 2020-11-17 22:40:34,566 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  211. 2020-11-17 22:40:34,566 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  212. 2020-11-17 22:40:34,566 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  213. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  214. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  215. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  216. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  217. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  218. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  219. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  220. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  221. 2020-11-17 22:40:34,567 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  222. 2020-11-17 22:40:34,568 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  223. 2020-11-17 22:40:34,568 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  224. 2020-11-17 22:40:34,568 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  225. 2020-11-17 22:40:34,568 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  226. 2020-11-17 22:40:34,568 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  227. 2020-11-17 22:40:34,568 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  228. 2020-11-17 22:40:34,572 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  229. 2020-11-17 22:45:35,630 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  230. 2020-11-17 22:45:35,652 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  231. 2020-11-17 22:45:35,655 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  232. 2020-11-17 22:45:35,659 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  233. 2020-11-17 22:45:35,666 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  234. 2020-11-17 22:45:35,673 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  235. 2020-11-17 22:45:35,679 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  236. 2020-11-17 22:45:35,686 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  237. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  238. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  239. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  240. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  241. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  242. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  243. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  244. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  245. 2020-11-17 22:45:35,687 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  246. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  247. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  248. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  249. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  250. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  251. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  252. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  253. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  254. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  255. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  256. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  257. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  258. 2020-11-17 22:45:35,688 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  259. 2020-11-17 22:45:35,689 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  260. 2020-11-17 22:45:35,689 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  261. 2020-11-17 22:45:35,697 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  262. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  263. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  264. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  265. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  266. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  267. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  268. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  269. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  270. 2020-11-17 22:45:35,698 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  271. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  272. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  273. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  274. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  275. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  276. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  277. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  278. 2020-11-17 22:45:35,699 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  279. 2020-11-17 22:45:35,700 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  280. 2020-11-17 22:45:35,700 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  281. 2020-11-17 22:45:35,700 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  282. 2020-11-17 22:45:35,700 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  283. 2020-11-17 22:45:35,700 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  284. 2020-11-17 22:45:35,700 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  285. 2020-11-17 22:45:35,700 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  286. 2020-11-17 22:45:35,704 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  287. 2020-11-17 22:46:54,774 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  288. 2020-11-17 22:46:54,779 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  289. 2020-11-17 22:46:54,781 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  290. 2020-11-17 22:46:54,786 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  291. 2020-11-17 22:46:54,790 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  292. 2020-11-17 22:46:54,798 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  293. 2020-11-17 22:46:54,802 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  294. 2020-11-17 22:46:54,813 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  295. 2020-11-17 22:46:54,814 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  296. 2020-11-17 22:46:54,814 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  297. 2020-11-17 22:46:54,814 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  298. 2020-11-17 22:46:54,814 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  299. 2020-11-17 22:46:54,814 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  300. 2020-11-17 22:46:54,814 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  301. 2020-11-17 22:46:54,822 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  302. 2020-11-17 22:46:54,824 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  303. 2020-11-17 22:46:54,824 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  304. 2020-11-17 22:46:54,824 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  305. 2020-11-17 22:46:54,824 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  306. 2020-11-17 22:46:54,824 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  307. 2020-11-17 22:46:54,825 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  308. 2020-11-17 22:46:54,827 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  309. 2020-11-22 15:17:59,664 - Log4JLogChute initialized using file 'velocity.log'
  310. 2020-11-22 15:17:59,664 - Initializing Velocity, Calling init()...
  311. 2020-11-22 15:17:59,664 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  312. 2020-11-22 15:17:59,664 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  313. 2020-11-22 15:17:59,664 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  314. 2020-11-22 15:17:59,664 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/Priority). Falling back to next log system...
  315. 2020-11-22 15:17:59,664 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  316. 2020-11-22 15:17:59,664 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  317. 2020-11-22 15:17:59,667 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  318. 2020-11-22 15:17:59,678 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  319. 2020-11-22 15:17:59,680 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  320. 2020-11-22 15:17:59,681 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  321. 2020-11-22 15:17:59,682 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  322. 2020-11-22 15:17:59,683 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  323. 2020-11-22 15:17:59,684 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  324. 2020-11-22 15:17:59,684 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  325. 2020-11-22 15:17:59,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  326. 2020-11-22 15:17:59,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  327. 2020-11-22 15:17:59,687 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  328. 2020-11-22 15:17:59,697 - Created '20' parsers.
  329. 2020-11-22 15:17:59,699 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  330. 2020-11-22 15:17:59,701 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
  331. 2020-11-22 15:17:59,701 - Velocimacro : Default library not found.
  332. 2020-11-22 15:17:59,701 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  333. 2020-11-22 15:17:59,701 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  334. 2020-11-22 15:17:59,701 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  335. 2020-11-22 15:17:59,701 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  336. 2020-11-22 15:17:59,738 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  337. 2020-11-22 15:17:59,745 - Null reference [template 'vm/java/domain.java.vm', line 32, column 9] : $column.columnComment cannot be resolved.
  338. 2020-11-22 15:17:59,754 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  339. 2020-11-22 15:17:59,761 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  340. 2020-11-22 15:17:59,772 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  341. 2020-11-22 15:17:59,784 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  342. 2020-11-22 15:17:59,796 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  343. 2020-11-22 15:17:59,810 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  344. 2020-11-22 15:17:59,811 - RHS of #set statement is null. Context will not be modified. vm/html/list.html.vm[line 107, column 1]
  345. 2020-11-22 15:17:59,811 - RHS of #set statement is null. Context will not be modified. vm/html/list.html.vm[line 111, column 1]
  346. 2020-11-22 15:17:59,832 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  347. 2020-11-22 15:17:59,832 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  348. 2020-11-22 15:17:59,832 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  349. 2020-11-22 15:17:59,832 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  350. 2020-11-22 15:17:59,832 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  351. 2020-11-22 15:17:59,832 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  352. 2020-11-22 15:17:59,832 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  353. 2020-11-22 15:17:59,832 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  354. 2020-11-22 15:17:59,833 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  355. 2020-11-22 15:17:59,852 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  356. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  357. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  358. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  359. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  360. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  361. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  362. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  363. 2020-11-22 15:17:59,852 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  364. 2020-11-22 15:17:59,858 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  365. 2020-11-23 22:15:05,939 - Log4JLogChute initialized using file 'velocity.log'
  366. 2020-11-23 22:15:05,939 - Initializing Velocity, Calling init()...
  367. 2020-11-23 22:15:05,939 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  368. 2020-11-23 22:15:05,939 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  369. 2020-11-23 22:15:05,939 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  370. 2020-11-23 22:15:05,939 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/Priority). Falling back to next log system...
  371. 2020-11-23 22:15:05,939 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  372. 2020-11-23 22:15:05,939 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  373. 2020-11-23 22:15:05,942 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  374. 2020-11-23 22:15:05,947 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  375. 2020-11-23 22:15:05,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  376. 2020-11-23 22:15:05,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  377. 2020-11-23 22:15:05,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  378. 2020-11-23 22:15:05,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  379. 2020-11-23 22:15:05,951 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  380. 2020-11-23 22:15:05,951 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  381. 2020-11-23 22:15:05,952 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  382. 2020-11-23 22:15:05,953 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  383. 2020-11-23 22:15:05,954 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  384. 2020-11-23 22:15:05,962 - Created '20' parsers.
  385. 2020-11-23 22:15:05,963 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  386. 2020-11-23 22:15:05,965 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
  387. 2020-11-23 22:15:05,965 - Velocimacro : Default library not found.
  388. 2020-11-23 22:15:05,965 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  389. 2020-11-23 22:15:05,965 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  390. 2020-11-23 22:15:05,965 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  391. 2020-11-23 22:15:05,965 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  392. 2020-11-23 22:15:06,001 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  393. 2020-11-23 22:15:06,009 - Null reference [template 'vm/java/domain.java.vm', line 32, column 9] : $column.columnComment cannot be resolved.
  394. 2020-11-23 22:15:06,021 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  395. 2020-11-23 22:15:06,028 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  396. 2020-11-23 22:15:06,039 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  397. 2020-11-23 22:15:06,050 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  398. 2020-11-23 22:15:06,062 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  399. 2020-11-23 22:15:06,076 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  400. 2020-11-23 22:15:06,078 - RHS of #set statement is null. Context will not be modified. vm/html/list.html.vm[line 107, column 1]
  401. 2020-11-23 22:15:06,079 - RHS of #set statement is null. Context will not be modified. vm/html/list.html.vm[line 111, column 1]
  402. 2020-11-23 22:15:06,099 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  403. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  404. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  405. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  406. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  407. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  408. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  409. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  410. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  411. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  412. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  413. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  414. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  415. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  416. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  417. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  418. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  419. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  420. 2020-11-23 22:15:06,100 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  421. 2020-11-23 22:15:06,138 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  422. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  423. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  424. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  425. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  426. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  427. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  428. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  429. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  430. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  431. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  432. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  433. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  434. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  435. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  436. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  437. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  438. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  439. 2020-11-23 22:15:06,139 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  440. 2020-11-23 22:15:06,145 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  441. 2020-11-24 00:10:56,877 - Log4JLogChute initialized using file 'velocity.log'
  442. 2020-11-24 00:10:56,877 - Initializing Velocity, Calling init()...
  443. 2020-11-24 00:10:56,878 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  444. 2020-11-24 00:10:56,878 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  445. 2020-11-24 00:10:56,878 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  446. 2020-11-24 00:10:56,878 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/Priority). Falling back to next log system...
  447. 2020-11-24 00:10:56,878 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  448. 2020-11-24 00:10:56,878 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  449. 2020-11-24 00:10:56,881 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  450. 2020-11-24 00:10:56,887 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  451. 2020-11-24 00:10:56,888 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  452. 2020-11-24 00:10:56,889 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  453. 2020-11-24 00:10:56,889 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  454. 2020-11-24 00:10:56,890 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  455. 2020-11-24 00:10:56,890 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  456. 2020-11-24 00:10:56,891 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  457. 2020-11-24 00:10:56,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  458. 2020-11-24 00:10:56,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  459. 2020-11-24 00:10:56,893 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  460. 2020-11-24 00:10:56,901 - Created '20' parsers.
  461. 2020-11-24 00:10:56,902 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  462. 2020-11-24 00:10:56,904 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
  463. 2020-11-24 00:10:56,904 - Velocimacro : Default library not found.
  464. 2020-11-24 00:10:56,904 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  465. 2020-11-24 00:10:56,904 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  466. 2020-11-24 00:10:56,904 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  467. 2020-11-24 00:10:56,904 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  468. 2020-11-24 00:10:56,932 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  469. 2020-11-24 00:10:56,951 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  470. 2020-11-24 00:10:56,958 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  471. 2020-11-24 00:10:56,969 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  472. 2020-11-24 00:10:56,981 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  473. 2020-11-24 00:10:56,988 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  474. 2020-11-24 00:10:57,002 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  475. 2020-11-24 00:10:57,024 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  476. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  477. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  478. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  479. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  480. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  481. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  482. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  483. 2020-11-24 00:10:57,025 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  484. 2020-11-24 00:10:57,046 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  485. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  486. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  487. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  488. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  489. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  490. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  491. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  492. 2020-11-24 00:10:57,047 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  493. 2020-11-24 00:10:57,057 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  494. 2020-11-24 00:10:57,081 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  495. 2020-11-24 00:10:57,085 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  496. 2020-11-24 00:10:57,087 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  497. 2020-11-24 00:10:57,092 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  498. 2020-11-24 00:10:57,097 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  499. 2020-11-24 00:10:57,104 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  500. 2020-11-24 00:10:57,108 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  501. 2020-11-24 00:10:57,118 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  502. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  503. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  504. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  505. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  506. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  507. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  508. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  509. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  510. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  511. 2020-11-24 00:10:57,118 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  512. 2020-11-24 00:10:57,127 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  513. 2020-11-24 00:10:57,127 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  514. 2020-11-24 00:10:57,127 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  515. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  516. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  517. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  518. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  519. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  520. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  521. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  522. 2020-11-24 00:10:57,128 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  523. 2020-11-24 00:10:57,130 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  524. 2020-11-24 00:10:57,162 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  525. 2020-11-24 00:10:57,167 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  526. 2020-11-24 00:10:57,170 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  527. 2020-11-24 00:10:57,177 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  528. 2020-11-24 00:10:57,183 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  529. 2020-11-24 00:10:57,190 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  530. 2020-11-24 00:10:57,194 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  531. 2020-11-24 00:10:57,203 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  532. 2020-11-24 00:10:57,203 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  533. 2020-11-24 00:10:57,203 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  534. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  535. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  536. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  537. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  538. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  539. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  540. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  541. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  542. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  543. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  544. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  545. 2020-11-24 00:10:57,204 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  546. 2020-11-24 00:10:57,214 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  547. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  548. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  549. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  550. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  551. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  552. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  553. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  554. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  555. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  556. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  557. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  558. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  559. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  560. 2020-11-24 00:10:57,214 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  561. 2020-11-24 00:10:57,216 - ResourceManager : found vm/sql/sql.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  562. 2020-11-24 00:10:57,249 - ResourceManager : found vm/java/domain.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  563. 2020-11-24 00:10:57,254 - ResourceManager : found vm/java/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  564. 2020-11-24 00:10:57,257 - ResourceManager : found vm/java/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  565. 2020-11-24 00:10:57,265 - ResourceManager : found vm/java/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  566. 2020-11-24 00:10:57,271 - ResourceManager : found vm/java/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  567. 2020-11-24 00:10:57,279 - ResourceManager : found vm/xml/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  568. 2020-11-24 00:10:57,283 - ResourceManager : found vm/html/list.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  569. 2020-11-24 00:10:57,293 - ResourceManager : found vm/html/add.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  570. 2020-11-24 00:10:57,293 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  571. 2020-11-24 00:10:57,293 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  572. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  573. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  574. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  575. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  576. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  577. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  578. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 10]
  579. 2020-11-24 00:10:57,294 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/add.html.vm[line 41, column 50]
  580. 2020-11-24 00:10:57,304 - ResourceManager : found vm/html/edit.html.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  581. 2020-11-24 00:10:57,304 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]
  582. 2020-11-24 00:10:57,304 - Right side ($treeParentCode) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 50]
  583. 2020-11-24 00:10:57,304 - Right side ($treeParentCode) of '!=' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. vm/html/edit.html.vm[line 42, column 10]