velocity.log.1 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616
  1. 2020-09-21 15:13:26,321 - Log4JLogChute initialized using file 'velocity.log'
  2. 2020-09-21 15:13:26,321 - Initializing Velocity, Calling init()...
  3. 2020-09-21 15:13:26,321 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  4. 2020-09-21 15:13:26,321 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  5. 2020-09-21 15:13:26,321 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  6. 2020-09-21 15:13:26,321 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  7. 2020-09-21 15:13:26,321 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  8. 2020-09-21 15:13:26,322 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  9. 2020-09-21 15:13:26,327 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  10. 2020-09-21 15:13:26,342 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  11. 2020-09-21 15:13:26,343 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  12. 2020-09-21 15:13:26,345 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  13. 2020-09-21 15:13:26,346 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  14. 2020-09-21 15:13:26,347 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  15. 2020-09-21 15:13:26,347 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  16. 2020-09-21 15:13:26,349 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  17. 2020-09-21 15:13:26,350 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  18. 2020-09-21 15:13:26,352 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  19. 2020-09-21 15:13:26,353 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  20. 2020-09-21 15:13:26,420 - Created '20' parsers.
  21. 2020-09-21 15:13:26,428 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  22. 2020-09-21 15:13:26,429 - 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-09-21 15:13:26,429 - Velocimacro : Default library not found.
  24. 2020-09-21 15:13:26,429 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  25. 2020-09-21 15:13:26,429 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  26. 2020-09-21 15:13:26,429 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  27. 2020-09-21 15:13:26,429 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  28. 2020-09-21 15:13:26,485 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  29. 2020-09-21 15:13:26,499 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  30. 2020-09-21 15:13:26,499 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  31. 2020-09-21 15:13:26,499 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  32. 2020-09-21 15:13:26,499 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  33. 2020-09-21 15:13:26,499 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  34. 2020-09-21 15:13:26,499 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  35. 2020-09-21 15:13:26,500 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  36. 2020-09-21 15:13:26,500 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  37. 2020-09-21 15:13:26,501 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  38. 2020-09-21 15:13:26,501 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  39. 2020-09-21 15:13:26,501 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  40. 2020-09-21 15:13:26,501 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  41. 2020-09-21 15:13:26,501 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  42. 2020-09-21 15:13:26,501 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  43. 2020-09-21 15:13:26,502 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  44. 2020-09-21 15:13:26,502 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  45. 2020-09-21 15:13:26,521 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  46. 2020-09-21 15:13:26,529 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  47. 2020-09-21 15:13:26,548 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  48. 2020-09-21 15:13:26,561 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  49. 2020-09-21 15:13:26,570 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  50. 2020-11-18 16:03:11,748 - Log4JLogChute initialized using file 'velocity.log'
  51. 2020-11-18 16:03:11,768 - Initializing Velocity, Calling init()...
  52. 2020-11-18 16:03:11,769 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  53. 2020-11-18 16:03:11,769 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  54. 2020-11-18 16:03:11,769 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  55. 2020-11-18 16:03:11,769 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  56. 2020-11-18 16:03:11,769 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  57. 2020-11-18 16:03:11,769 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  58. 2020-11-18 16:03:11,775 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  59. 2020-11-18 16:03:11,792 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  60. 2020-11-18 16:03:11,793 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  61. 2020-11-18 16:03:11,794 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  62. 2020-11-18 16:03:11,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  63. 2020-11-18 16:03:11,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  64. 2020-11-18 16:03:11,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  65. 2020-11-18 16:03:11,800 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  66. 2020-11-18 16:03:11,802 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  67. 2020-11-18 16:03:11,803 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  68. 2020-11-18 16:03:11,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  69. 2020-11-18 16:03:11,868 - Created '20' parsers.
  70. 2020-11-18 16:03:11,877 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  71. 2020-11-18 16:03:11,877 - 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
  72. 2020-11-18 16:03:11,877 - Velocimacro : Default library not found.
  73. 2020-11-18 16:03:11,877 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  74. 2020-11-18 16:03:11,878 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  75. 2020-11-18 16:03:11,878 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  76. 2020-11-18 16:03:11,878 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  77. 2020-11-18 16:03:11,928 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  78. 2020-11-18 16:03:11,957 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  79. 2020-11-18 16:03:11,957 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  80. 2020-11-18 16:03:11,957 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  81. 2020-11-18 16:03:11,957 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  82. 2020-11-18 16:03:11,957 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  83. 2020-11-18 16:03:11,957 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  84. 2020-11-18 16:03:11,957 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  85. 2020-11-18 16:03:11,957 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  86. 2020-11-18 16:03:11,960 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  87. 2020-11-18 16:03:11,960 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  88. 2020-11-18 16:03:11,961 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  89. 2020-11-18 16:03:11,961 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  90. 2020-11-18 16:03:11,961 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  91. 2020-11-18 16:03:11,961 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  92. 2020-11-18 16:03:11,962 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  93. 2020-11-18 16:03:11,963 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  94. 2020-11-18 16:03:11,978 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  95. 2020-11-18 16:03:11,984 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  96. 2020-11-18 16:03:11,990 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  97. 2020-11-18 16:03:11,993 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  98. 2020-11-18 16:03:12,000 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  99. 2020-11-18 17:36:08,875 - Log4JLogChute initialized using file 'velocity.log'
  100. 2020-11-18 17:36:08,897 - Initializing Velocity, Calling init()...
  101. 2020-11-18 17:36:08,897 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  102. 2020-11-18 17:36:08,897 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  103. 2020-11-18 17:36:08,897 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  104. 2020-11-18 17:36:08,897 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  105. 2020-11-18 17:36:08,897 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  106. 2020-11-18 17:36:08,897 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  107. 2020-11-18 17:36:08,903 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  108. 2020-11-18 17:36:08,947 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  109. 2020-11-18 17:36:08,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  110. 2020-11-18 17:36:08,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  111. 2020-11-18 17:36:08,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  112. 2020-11-18 17:36:08,951 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  113. 2020-11-18 17:36:08,952 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  114. 2020-11-18 17:36:08,953 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  115. 2020-11-18 17:36:08,954 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  116. 2020-11-18 17:36:08,955 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  117. 2020-11-18 17:36:08,956 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  118. 2020-11-18 17:36:08,995 - Created '20' parsers.
  119. 2020-11-18 17:36:09,005 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  120. 2020-11-18 17:36:09,006 - 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
  121. 2020-11-18 17:36:09,006 - Velocimacro : Default library not found.
  122. 2020-11-18 17:36:09,006 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  123. 2020-11-18 17:36:09,006 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  124. 2020-11-18 17:36:09,006 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  125. 2020-11-18 17:36:09,006 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  126. 2020-11-18 17:36:09,048 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  127. 2020-11-18 17:36:09,063 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  128. 2020-11-18 17:36:09,063 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  129. 2020-11-18 17:36:09,063 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  130. 2020-11-18 17:36:09,063 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  131. 2020-11-18 17:36:09,063 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  132. 2020-11-18 17:36:09,063 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  133. 2020-11-18 17:36:09,063 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  134. 2020-11-18 17:36:09,063 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  135. 2020-11-18 17:36:09,073 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  136. 2020-11-18 17:36:09,083 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  137. 2020-11-18 17:36:09,108 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  138. 2020-11-18 17:36:09,112 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  139. 2020-11-18 17:36:09,123 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  140. 2020-11-19 14:05:16,407 - Log4JLogChute initialized using file 'velocity.log'
  141. 2020-11-19 14:05:16,423 - Initializing Velocity, Calling init()...
  142. 2020-11-19 14:05:16,423 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  143. 2020-11-19 14:05:16,426 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  144. 2020-11-19 14:05:16,427 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  145. 2020-11-19 14:05:16,427 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  146. 2020-11-19 14:05:16,427 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  147. 2020-11-19 14:05:16,427 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  148. 2020-11-19 14:05:16,444 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  149. 2020-11-19 14:05:16,489 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  150. 2020-11-19 14:05:16,491 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  151. 2020-11-19 14:05:16,492 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  152. 2020-11-19 14:05:16,494 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  153. 2020-11-19 14:05:16,495 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  154. 2020-11-19 14:05:16,496 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  155. 2020-11-19 14:05:16,498 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  156. 2020-11-19 14:05:16,500 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  157. 2020-11-19 14:05:16,502 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  158. 2020-11-19 14:05:16,504 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  159. 2020-11-19 14:05:16,556 - Created '20' parsers.
  160. 2020-11-19 14:05:16,568 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  161. 2020-11-19 14:05:16,569 - 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
  162. 2020-11-19 14:05:16,570 - Velocimacro : Default library not found.
  163. 2020-11-19 14:05:16,570 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  164. 2020-11-19 14:05:16,570 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  165. 2020-11-19 14:05:16,570 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  166. 2020-11-19 14:05:16,570 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  167. 2020-11-19 14:05:16,620 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  168. 2020-11-19 14:05:16,659 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  169. 2020-11-19 14:05:16,659 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  170. 2020-11-19 14:05:16,659 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  171. 2020-11-19 14:05:16,659 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  172. 2020-11-19 14:05:16,660 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  173. 2020-11-19 14:05:16,660 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  174. 2020-11-19 14:05:16,661 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  175. 2020-11-19 14:05:16,661 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  176. 2020-11-19 14:05:16,662 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  177. 2020-11-19 14:05:16,662 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  178. 2020-11-19 14:05:16,663 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  179. 2020-11-19 14:05:16,663 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  180. 2020-11-19 14:05:16,663 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  181. 2020-11-19 14:05:16,663 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  182. 2020-11-19 14:05:16,663 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  183. 2020-11-19 14:05:16,663 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  184. 2020-11-19 14:05:16,663 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  185. 2020-11-19 14:05:16,663 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  186. 2020-11-19 14:05:16,664 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  187. 2020-11-19 14:05:16,664 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  188. 2020-11-19 14:05:16,664 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  189. 2020-11-19 14:05:16,664 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  190. 2020-11-19 14:05:16,672 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  191. 2020-11-19 14:05:16,678 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  192. 2020-11-19 14:05:16,683 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  193. 2020-11-19 14:05:16,686 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  194. 2020-11-19 14:05:16,698 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  195. 2020-11-19 14:06:59,238 - Log4JLogChute initialized using file 'velocity.log'
  196. 2020-11-19 14:06:59,239 - Initializing Velocity, Calling init()...
  197. 2020-11-19 14:06:59,239 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  198. 2020-11-19 14:06:59,239 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  199. 2020-11-19 14:06:59,240 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  200. 2020-11-19 14:06:59,240 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  201. 2020-11-19 14:06:59,240 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  202. 2020-11-19 14:06:59,240 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  203. 2020-11-19 14:06:59,247 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  204. 2020-11-19 14:06:59,265 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  205. 2020-11-19 14:06:59,267 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  206. 2020-11-19 14:06:59,269 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  207. 2020-11-19 14:06:59,271 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  208. 2020-11-19 14:06:59,272 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  209. 2020-11-19 14:06:59,273 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  210. 2020-11-19 14:06:59,275 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  211. 2020-11-19 14:06:59,277 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  212. 2020-11-19 14:06:59,279 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  213. 2020-11-19 14:06:59,280 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  214. 2020-11-19 14:06:59,337 - Created '20' parsers.
  215. 2020-11-19 14:06:59,352 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  216. 2020-11-19 14:06:59,352 - 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
  217. 2020-11-19 14:06:59,352 - Velocimacro : Default library not found.
  218. 2020-11-19 14:06:59,353 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  219. 2020-11-19 14:06:59,353 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  220. 2020-11-19 14:06:59,353 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  221. 2020-11-19 14:06:59,353 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  222. 2020-11-19 14:06:59,407 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  223. 2020-11-19 14:06:59,441 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  224. 2020-11-19 14:06:59,441 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  225. 2020-11-19 14:06:59,441 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  226. 2020-11-19 14:06:59,441 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  227. 2020-11-19 14:06:59,441 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  228. 2020-11-19 14:06:59,441 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  229. 2020-11-19 14:06:59,442 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  230. 2020-11-19 14:06:59,443 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  231. 2020-11-19 14:06:59,444 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  232. 2020-11-19 14:06:59,444 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  233. 2020-11-19 14:06:59,445 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  234. 2020-11-19 14:06:59,445 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  235. 2020-11-19 14:06:59,455 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  236. 2020-11-19 14:06:59,466 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  237. 2020-11-19 14:06:59,473 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  238. 2020-11-19 14:06:59,477 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  239. 2020-11-19 14:06:59,487 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  240. 2020-11-19 16:38:32,671 - Log4JLogChute initialized using file 'velocity.log'
  241. 2020-11-19 16:38:32,689 - Initializing Velocity, Calling init()...
  242. 2020-11-19 16:38:32,689 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  243. 2020-11-19 16:38:32,689 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  244. 2020-11-19 16:38:32,690 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  245. 2020-11-19 16:38:32,690 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  246. 2020-11-19 16:38:32,690 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  247. 2020-11-19 16:38:32,690 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  248. 2020-11-19 16:38:32,694 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  249. 2020-11-19 16:38:32,743 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  250. 2020-11-19 16:38:32,744 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  251. 2020-11-19 16:38:32,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  252. 2020-11-19 16:38:32,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  253. 2020-11-19 16:38:32,750 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  254. 2020-11-19 16:38:32,751 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  255. 2020-11-19 16:38:32,753 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  256. 2020-11-19 16:38:32,755 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  257. 2020-11-19 16:38:32,757 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  258. 2020-11-19 16:38:32,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  259. 2020-11-19 16:38:32,797 - Created '20' parsers.
  260. 2020-11-19 16:38:32,803 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  261. 2020-11-19 16:38:32,804 - 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
  262. 2020-11-19 16:38:32,804 - Velocimacro : Default library not found.
  263. 2020-11-19 16:38:32,804 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  264. 2020-11-19 16:38:32,804 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  265. 2020-11-19 16:38:32,804 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  266. 2020-11-19 16:38:32,804 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  267. 2020-11-19 16:38:32,855 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  268. 2020-11-19 16:38:32,887 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  269. 2020-11-19 16:38:32,887 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  270. 2020-11-19 16:38:32,888 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  271. 2020-11-19 16:38:32,888 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  272. 2020-11-19 16:38:32,888 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  273. 2020-11-19 16:38:32,888 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  274. 2020-11-19 16:38:32,888 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  275. 2020-11-19 16:38:32,888 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  276. 2020-11-19 16:38:32,890 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  277. 2020-11-19 16:38:32,891 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  278. 2020-11-19 16:38:32,891 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  279. 2020-11-19 16:38:32,891 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  280. 2020-11-19 16:38:32,891 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  281. 2020-11-19 16:38:32,891 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  282. 2020-11-19 16:38:32,892 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  283. 2020-11-19 16:38:32,892 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  284. 2020-11-19 16:38:32,892 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  285. 2020-11-19 16:38:32,892 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  286. 2020-11-19 16:38:32,892 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  287. 2020-11-19 16:38:32,892 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  288. 2020-11-19 16:38:32,893 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  289. 2020-11-19 16:38:32,893 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  290. 2020-11-19 16:38:32,893 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  291. 2020-11-19 16:38:32,893 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  292. 2020-11-19 16:38:32,893 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  293. 2020-11-19 16:38:32,893 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  294. 2020-11-19 16:38:32,908 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  295. 2020-11-19 16:38:32,918 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  296. 2020-11-19 16:38:32,924 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  297. 2020-11-19 16:38:32,929 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  298. 2020-11-19 16:38:32,935 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  299. 2020-11-19 16:39:54,008 - Log4JLogChute initialized using file 'velocity.log'
  300. 2020-11-19 16:39:54,008 - Initializing Velocity, Calling init()...
  301. 2020-11-19 16:39:54,008 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  302. 2020-11-19 16:39:54,008 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  303. 2020-11-19 16:39:54,008 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  304. 2020-11-19 16:39:54,008 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  305. 2020-11-19 16:39:54,008 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  306. 2020-11-19 16:39:54,008 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  307. 2020-11-19 16:39:54,016 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  308. 2020-11-19 16:39:54,031 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  309. 2020-11-19 16:39:54,033 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  310. 2020-11-19 16:39:54,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  311. 2020-11-19 16:39:54,035 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  312. 2020-11-19 16:39:54,036 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  313. 2020-11-19 16:39:54,037 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  314. 2020-11-19 16:39:54,038 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  315. 2020-11-19 16:39:54,040 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  316. 2020-11-19 16:39:54,041 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  317. 2020-11-19 16:39:54,042 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  318. 2020-11-19 16:39:54,076 - Created '20' parsers.
  319. 2020-11-19 16:39:54,086 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  320. 2020-11-19 16:39:54,087 - 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
  321. 2020-11-19 16:39:54,087 - Velocimacro : Default library not found.
  322. 2020-11-19 16:39:54,087 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  323. 2020-11-19 16:39:54,087 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  324. 2020-11-19 16:39:54,087 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  325. 2020-11-19 16:39:54,087 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  326. 2020-11-19 16:39:54,135 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  327. 2020-11-19 16:39:54,147 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  328. 2020-11-19 16:39:54,147 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  329. 2020-11-19 16:39:54,147 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  330. 2020-11-19 16:39:54,148 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  331. 2020-11-19 16:39:54,159 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  332. 2020-11-19 16:39:54,168 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  333. 2020-11-19 16:39:54,175 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  334. 2020-11-19 16:39:54,195 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  335. 2020-11-19 16:39:54,203 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  336. 2020-11-24 16:49:09,237 - Log4JLogChute initialized using file 'velocity.log'
  337. 2020-11-24 16:49:09,289 - Initializing Velocity, Calling init()...
  338. 2020-11-24 16:49:09,289 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  339. 2020-11-24 16:49:09,289 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  340. 2020-11-24 16:49:09,289 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  341. 2020-11-24 16:49:09,289 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  342. 2020-11-24 16:49:09,289 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  343. 2020-11-24 16:49:09,289 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  344. 2020-11-24 16:49:09,295 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  345. 2020-11-24 16:49:09,385 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  346. 2020-11-24 16:49:09,386 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  347. 2020-11-24 16:49:09,388 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  348. 2020-11-24 16:49:09,389 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  349. 2020-11-24 16:49:09,390 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  350. 2020-11-24 16:49:09,391 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  351. 2020-11-24 16:49:09,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  352. 2020-11-24 16:49:09,393 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  353. 2020-11-24 16:49:09,395 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  354. 2020-11-24 16:49:09,395 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  355. 2020-11-24 16:49:09,441 - Created '20' parsers.
  356. 2020-11-24 16:49:09,450 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  357. 2020-11-24 16:49:09,450 - 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
  358. 2020-11-24 16:49:09,450 - Velocimacro : Default library not found.
  359. 2020-11-24 16:49:09,450 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  360. 2020-11-24 16:49:09,450 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  361. 2020-11-24 16:49:09,450 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  362. 2020-11-24 16:49:09,450 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  363. 2020-11-24 16:49:09,504 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  364. 2020-11-24 16:49:09,525 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  365. 2020-11-24 16:49:09,526 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  366. 2020-11-24 16:49:09,526 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  367. 2020-11-24 16:49:09,526 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  368. 2020-11-24 16:49:09,526 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  369. 2020-11-24 16:49:09,526 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  370. 2020-11-24 16:49:09,526 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  371. 2020-11-24 16:49:09,526 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  372. 2020-11-24 16:49:09,528 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  373. 2020-11-24 16:49:09,528 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  374. 2020-11-24 16:49:09,529 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  375. 2020-11-24 16:49:09,529 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  376. 2020-11-24 16:49:09,529 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  377. 2020-11-24 16:49:09,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  378. 2020-11-24 16:49:09,530 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  379. 2020-11-24 16:49:09,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  380. 2020-11-24 16:49:09,530 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  381. 2020-11-24 16:49:09,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  382. 2020-11-24 16:49:09,530 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  383. 2020-11-24 16:49:09,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  384. 2020-11-24 16:49:09,531 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  385. 2020-11-24 16:49:09,531 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  386. 2020-11-24 16:49:09,531 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  387. 2020-11-24 16:49:09,531 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  388. 2020-11-24 16:49:09,531 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  389. 2020-11-24 16:49:09,531 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  390. 2020-11-24 16:49:09,531 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  391. 2020-11-24 16:49:09,531 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  392. 2020-11-24 16:49:09,531 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  393. 2020-11-24 16:49:09,531 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  394. 2020-11-24 16:49:09,531 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  395. 2020-11-24 16:49:09,532 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  396. 2020-11-24 16:49:09,532 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  397. 2020-11-24 16:49:09,532 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  398. 2020-11-24 16:49:09,532 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  399. 2020-11-24 16:49:09,532 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  400. 2020-11-24 16:49:09,532 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  401. 2020-11-24 16:49:09,532 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  402. 2020-11-24 16:49:09,532 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  403. 2020-11-24 16:49:09,532 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  404. 2020-11-24 16:49:09,532 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  405. 2020-11-24 16:49:09,532 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  406. 2020-11-24 16:49:09,543 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  407. 2020-11-24 16:49:09,550 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  408. 2020-11-24 16:49:09,555 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  409. 2020-11-24 16:49:09,559 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  410. 2020-11-24 16:49:09,568 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  411. 2020-12-01 11:26:13,305 - Log4JLogChute initialized using file 'velocity.log'
  412. 2020-12-01 11:26:13,316 - Initializing Velocity, Calling init()...
  413. 2020-12-01 11:26:13,316 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  414. 2020-12-01 11:26:13,316 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  415. 2020-12-01 11:26:13,316 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  416. 2020-12-01 11:26:13,316 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  417. 2020-12-01 11:26:13,316 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  418. 2020-12-01 11:26:13,316 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  419. 2020-12-01 11:26:13,338 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  420. 2020-12-01 11:26:13,366 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  421. 2020-12-01 11:26:13,368 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  422. 2020-12-01 11:26:13,369 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  423. 2020-12-01 11:26:13,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  424. 2020-12-01 11:26:13,371 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  425. 2020-12-01 11:26:13,372 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  426. 2020-12-01 11:26:13,374 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  427. 2020-12-01 11:26:13,377 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  428. 2020-12-01 11:26:13,379 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  429. 2020-12-01 11:26:13,380 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  430. 2020-12-01 11:26:13,420 - Created '20' parsers.
  431. 2020-12-01 11:26:13,427 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  432. 2020-12-01 11:26:13,428 - 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
  433. 2020-12-01 11:26:13,428 - Velocimacro : Default library not found.
  434. 2020-12-01 11:26:13,429 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  435. 2020-12-01 11:26:13,429 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  436. 2020-12-01 11:26:13,429 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  437. 2020-12-01 11:26:13,429 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  438. 2020-12-01 11:26:13,463 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  439. 2020-12-01 11:26:13,529 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  440. 2020-12-01 11:26:13,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  441. 2020-12-01 11:26:13,530 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  442. 2020-12-01 11:26:13,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  443. 2020-12-01 11:26:13,530 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  444. 2020-12-01 11:26:13,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  445. 2020-12-01 11:26:13,530 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  446. 2020-12-01 11:26:13,530 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  447. 2020-12-01 11:26:13,560 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  448. 2020-12-01 11:26:13,560 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  449. 2020-12-01 11:26:13,562 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  450. 2020-12-01 11:26:13,562 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  451. 2020-12-01 11:26:13,562 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  452. 2020-12-01 11:26:13,562 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  453. 2020-12-01 11:26:13,563 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  454. 2020-12-01 11:26:13,563 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  455. 2020-12-01 11:26:13,563 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  456. 2020-12-01 11:26:13,563 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  457. 2020-12-01 11:26:13,563 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  458. 2020-12-01 11:26:13,563 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  459. 2020-12-01 11:26:13,563 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  460. 2020-12-01 11:26:13,564 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  461. 2020-12-01 11:26:13,564 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  462. 2020-12-01 11:26:13,564 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  463. 2020-12-01 11:26:13,564 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  464. 2020-12-01 11:26:13,564 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  465. 2020-12-01 11:26:13,564 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  466. 2020-12-01 11:26:13,564 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  467. 2020-12-01 11:26:13,564 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  468. 2020-12-01 11:26:13,564 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  469. 2020-12-01 11:26:13,565 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  470. 2020-12-01 11:26:13,565 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  471. 2020-12-01 11:26:13,565 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  472. 2020-12-01 11:26:13,565 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  473. 2020-12-01 11:26:13,565 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  474. 2020-12-01 11:26:13,565 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  475. 2020-12-01 11:26:13,565 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  476. 2020-12-01 11:26:13,565 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  477. 2020-12-01 11:26:13,565 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  478. 2020-12-01 11:26:13,565 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  479. 2020-12-01 11:26:13,565 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  480. 2020-12-01 11:26:13,565 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  481. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  482. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  483. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  484. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  485. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  486. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  487. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  488. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  489. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  490. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  491. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  492. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  493. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  494. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  495. 2020-12-01 11:26:13,566 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  496. 2020-12-01 11:26:13,566 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  497. 2020-12-01 11:26:13,567 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  498. 2020-12-01 11:26:13,567 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  499. 2020-12-01 11:26:13,567 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  500. 2020-12-01 11:26:13,567 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  501. 2020-12-01 11:26:13,567 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  502. 2020-12-01 11:26:13,567 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  503. 2020-12-01 11:26:13,567 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  504. 2020-12-01 11:26:13,567 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  505. 2020-12-01 11:26:13,567 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  506. 2020-12-01 11:26:13,567 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  507. 2020-12-01 11:26:13,578 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  508. 2020-12-01 11:26:13,584 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  509. 2020-12-01 11:26:13,589 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  510. 2020-12-01 11:26:13,592 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  511. 2020-12-01 11:26:13,605 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  512. 2020-12-03 13:50:59,850 - Log4JLogChute initialized using file 'velocity.log'
  513. 2020-12-03 13:50:59,858 - Initializing Velocity, Calling init()...
  514. 2020-12-03 13:50:59,859 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  515. 2020-12-03 13:50:59,859 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  516. 2020-12-03 13:50:59,859 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  517. 2020-12-03 13:50:59,859 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  518. 2020-12-03 13:50:59,859 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  519. 2020-12-03 13:50:59,859 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  520. 2020-12-03 13:50:59,864 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  521. 2020-12-03 13:50:59,936 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  522. 2020-12-03 13:50:59,938 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  523. 2020-12-03 13:50:59,940 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  524. 2020-12-03 13:50:59,941 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  525. 2020-12-03 13:50:59,943 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  526. 2020-12-03 13:50:59,943 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  527. 2020-12-03 13:50:59,944 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  528. 2020-12-03 13:50:59,946 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  529. 2020-12-03 13:50:59,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  530. 2020-12-03 13:50:59,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  531. 2020-12-03 13:50:59,997 - Created '20' parsers.
  532. 2020-12-03 13:51:00,009 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  533. 2020-12-03 13:51:00,010 - 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
  534. 2020-12-03 13:51:00,010 - Velocimacro : Default library not found.
  535. 2020-12-03 13:51:00,011 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  536. 2020-12-03 13:51:00,011 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  537. 2020-12-03 13:51:00,011 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  538. 2020-12-03 13:51:00,011 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  539. 2020-12-03 13:51:00,084 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  540. 2020-12-03 13:51:00,146 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  541. 2020-12-03 13:51:00,146 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  542. 2020-12-03 13:51:00,146 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  543. 2020-12-03 13:51:00,146 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  544. 2020-12-03 13:51:00,146 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  545. 2020-12-03 13:51:00,146 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  546. 2020-12-03 13:51:00,146 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  547. 2020-12-03 13:51:00,146 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  548. 2020-12-03 13:51:00,185 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  549. 2020-12-03 13:51:00,185 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  550. 2020-12-03 13:51:00,186 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  551. 2020-12-03 13:51:00,186 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  552. 2020-12-03 13:51:00,186 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  553. 2020-12-03 13:51:00,186 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  554. 2020-12-03 13:51:00,187 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  555. 2020-12-03 13:51:00,187 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  556. 2020-12-03 13:51:00,187 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  557. 2020-12-03 13:51:00,187 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  558. 2020-12-03 13:51:00,187 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  559. 2020-12-03 13:51:00,187 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  560. 2020-12-03 13:51:00,188 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  561. 2020-12-03 13:51:00,188 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  562. 2020-12-03 13:51:00,188 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  563. 2020-12-03 13:51:00,188 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  564. 2020-12-03 13:51:00,199 - ResourceManager : found /template/mapper.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  565. 2020-12-03 13:51:00,206 - ResourceManager : found /template/mapper.xml.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  566. 2020-12-03 13:51:00,229 - ResourceManager : found /template/service.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  567. 2020-12-03 13:51:00,232 - ResourceManager : found /template/serviceImpl.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  568. 2020-12-03 13:51:00,244 - ResourceManager : found /template/controller.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  569. 2020-12-04 14:03:09,401 - Log4JLogChute initialized using file 'velocity.log'
  570. 2020-12-04 14:03:09,432 - Initializing Velocity, Calling init()...
  571. 2020-12-04 14:03:09,432 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  572. 2020-12-04 14:03:09,432 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  573. 2020-12-04 14:03:09,432 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  574. 2020-12-04 14:03:09,432 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
  575. 2020-12-04 14:03:09,432 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  576. 2020-12-04 14:03:09,432 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  577. 2020-12-04 14:03:09,533 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  578. 2020-12-04 14:03:09,691 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  579. 2020-12-04 14:03:09,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  580. 2020-12-04 14:03:09,693 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  581. 2020-12-04 14:03:09,694 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  582. 2020-12-04 14:03:09,694 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  583. 2020-12-04 14:03:09,695 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  584. 2020-12-04 14:03:09,696 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  585. 2020-12-04 14:03:09,697 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  586. 2020-12-04 14:03:09,698 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  587. 2020-12-04 14:03:09,699 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  588. 2020-12-04 14:03:09,766 - Created '20' parsers.
  589. 2020-12-04 14:03:09,836 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  590. 2020-12-04 14:03:09,837 - 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
  591. 2020-12-04 14:03:09,837 - Velocimacro : Default library not found.
  592. 2020-12-04 14:03:09,837 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  593. 2020-12-04 14:03:09,837 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  594. 2020-12-04 14:03:09,837 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  595. 2020-12-04 14:03:09,837 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  596. 2020-12-04 14:03:09,871 - ResourceManager : found /template/entity.java.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  597. 2020-12-04 14:03:09,961 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  598. 2020-12-04 14:03:09,961 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  599. 2020-12-04 14:03:09,961 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  600. 2020-12-04 14:03:09,961 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  601. 2020-12-04 14:03:09,961 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  602. 2020-12-04 14:03:09,961 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  603. 2020-12-04 14:03:09,962 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  604. 2020-12-04 14:03:09,962 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  605. 2020-12-04 14:03:09,964 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  606. 2020-12-04 14:03:09,964 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  607. 2020-12-04 14:03:09,964 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  608. 2020-12-04 14:03:09,964 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  609. 2020-12-04 14:03:09,964 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  610. 2020-12-04 14:03:09,964 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  611. 2020-12-04 14:03:09,965 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  612. 2020-12-04 14:03:09,965 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  613. 2020-12-04 14:03:09,965 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  614. 2020-12-04 14:03:09,965 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]
  615. 2020-12-04 14:03:09,965 - Left side (${versionFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 84, column 26]
  616. 2020-12-04 14:03:09,965 - Left side (${logicDeleteFieldName}) of '==' operation has null value. If it is a reference, it may not be in the context or its toString() returned null. /template/entity.java.vm[line 88, column 30]