velocity.log.1 97 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864
  1. 2023-02-25 10:09:29,305 - Log4JLogChute initialized using file 'velocity.log'
  2. 2023-02-25 10:09:29,306 - Initializing Velocity, Calling init()...
  3. 2023-02-25 10:09:29,306 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  4. 2023-02-25 10:09:29,306 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  5. 2023-02-25 10:09:29,306 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  6. 2023-02-25 10:09:29,306 - 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. 2023-02-25 10:09:29,306 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  8. 2023-02-25 10:09:29,306 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  9. 2023-02-25 10:09:29,311 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  10. 2023-02-25 10:09:29,332 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  11. 2023-02-25 10:09:29,334 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  12. 2023-02-25 10:09:29,336 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  13. 2023-02-25 10:09:29,337 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  14. 2023-02-25 10:09:29,338 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  15. 2023-02-25 10:09:29,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  16. 2023-02-25 10:09:29,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  17. 2023-02-25 10:09:29,343 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  18. 2023-02-25 10:09:29,346 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  19. 2023-02-25 10:09:29,347 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  20. 2023-02-25 10:09:29,394 - Created '20' parsers.
  21. 2023-02-25 10:09:29,401 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  22. 2023-02-25 10:09:29,402 - 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. 2023-02-25 10:09:29,402 - Velocimacro : Default library not found.
  24. 2023-02-25 10:09:29,402 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  25. 2023-02-25 10:09:29,402 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  26. 2023-02-25 10:09:29,402 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  27. 2023-02-25 10:09:29,402 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  28. 2023-02-25 10:09:29,419 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  29. 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  30. 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  31. 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  32. 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  33. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  34. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  35. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  36. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  37. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  38. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  39. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  40. 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  41. 2023-02-25 10:09:29,423 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  42. 2023-02-25 10:09:29,423 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  43. 2023-02-25 10:09:29,423 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  44. 2023-02-25 10:32:36,200 - Log4JLogChute initialized using file 'velocity.log'
  45. 2023-02-25 10:32:36,200 - Initializing Velocity, Calling init()...
  46. 2023-02-25 10:32:36,200 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  47. 2023-02-25 10:32:36,201 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  48. 2023-02-25 10:32:36,201 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  49. 2023-02-25 10:32:36,201 - 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...
  50. 2023-02-25 10:32:36,201 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  51. 2023-02-25 10:32:36,201 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  52. 2023-02-25 10:32:36,204 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  53. 2023-02-25 10:32:36,220 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  54. 2023-02-25 10:32:36,222 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  55. 2023-02-25 10:32:36,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  56. 2023-02-25 10:32:36,225 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  57. 2023-02-25 10:32:36,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  58. 2023-02-25 10:32:36,227 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  59. 2023-02-25 10:32:36,229 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  60. 2023-02-25 10:32:36,230 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  61. 2023-02-25 10:32:36,232 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  62. 2023-02-25 10:32:36,233 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  63. 2023-02-25 10:32:36,273 - Created '20' parsers.
  64. 2023-02-25 10:32:36,282 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  65. 2023-02-25 10:32:36,283 - 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
  66. 2023-02-25 10:32:36,283 - Velocimacro : Default library not found.
  67. 2023-02-25 10:32:36,283 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  68. 2023-02-25 10:32:36,283 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  69. 2023-02-25 10:32:36,283 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  70. 2023-02-25 10:32:36,283 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  71. 2023-02-25 10:32:36,302 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  72. 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  73. 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  74. 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  75. 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  76. 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  77. 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  78. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  79. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  80. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  81. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  82. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  83. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  84. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  85. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  86. 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  87. 2023-02-25 10:48:12,405 - Log4JLogChute initialized using file 'velocity.log'
  88. 2023-02-25 10:48:12,406 - Initializing Velocity, Calling init()...
  89. 2023-02-25 10:48:12,406 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  90. 2023-02-25 10:48:12,406 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  91. 2023-02-25 10:48:12,406 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  92. 2023-02-25 10:48:12,406 - 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...
  93. 2023-02-25 10:48:12,406 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  94. 2023-02-25 10:48:12,406 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  95. 2023-02-25 10:48:12,409 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  96. 2023-02-25 10:48:12,430 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  97. 2023-02-25 10:48:12,431 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  98. 2023-02-25 10:48:12,433 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  99. 2023-02-25 10:48:12,434 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  100. 2023-02-25 10:48:12,436 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  101. 2023-02-25 10:48:12,437 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  102. 2023-02-25 10:48:12,438 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  103. 2023-02-25 10:48:12,440 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  104. 2023-02-25 10:48:12,441 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  105. 2023-02-25 10:48:12,442 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  106. 2023-02-25 10:48:12,486 - Created '20' parsers.
  107. 2023-02-25 10:48:12,493 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  108. 2023-02-25 10:48:12,494 - 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
  109. 2023-02-25 10:48:12,494 - Velocimacro : Default library not found.
  110. 2023-02-25 10:48:12,494 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  111. 2023-02-25 10:48:12,494 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  112. 2023-02-25 10:48:12,494 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  113. 2023-02-25 10:48:12,494 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  114. 2023-02-25 10:48:12,510 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  115. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  116. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  117. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  118. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  119. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  120. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  121. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  122. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  123. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  124. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  125. 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  126. 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  127. 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  128. 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  129. 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  130. 2023-02-25 11:13:55,437 - Log4JLogChute initialized using file 'velocity.log'
  131. 2023-02-25 11:13:55,438 - Initializing Velocity, Calling init()...
  132. 2023-02-25 11:13:55,438 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  133. 2023-02-25 11:13:55,438 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  134. 2023-02-25 11:13:55,438 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  135. 2023-02-25 11:13:55,438 - 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...
  136. 2023-02-25 11:13:55,438 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  137. 2023-02-25 11:13:55,438 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  138. 2023-02-25 11:13:55,520 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  139. 2023-02-25 11:13:55,568 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  140. 2023-02-25 11:13:55,571 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  141. 2023-02-25 11:13:55,573 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  142. 2023-02-25 11:13:55,575 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  143. 2023-02-25 11:13:55,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  144. 2023-02-25 11:13:55,580 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  145. 2023-02-25 11:13:55,583 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  146. 2023-02-25 11:13:55,588 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  147. 2023-02-25 11:13:55,590 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  148. 2023-02-25 11:13:55,592 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  149. 2023-02-25 11:13:55,673 - Created '20' parsers.
  150. 2023-02-25 11:13:55,683 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  151. 2023-02-25 11:13:55,684 - 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
  152. 2023-02-25 11:13:55,685 - Velocimacro : Default library not found.
  153. 2023-02-25 11:13:55,685 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  154. 2023-02-25 11:13:55,686 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  155. 2023-02-25 11:13:55,686 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  156. 2023-02-25 11:13:55,686 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  157. 2023-02-25 11:13:55,725 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  158. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  159. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  160. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  161. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  162. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  163. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  164. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  165. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  166. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  167. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  168. 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  169. 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  170. 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  171. 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  172. 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  173. 2023-11-08 16:41:06,433 - Log4JLogChute initialized using file 'velocity.log'
  174. 2023-11-08 16:41:06,433 - Initializing Velocity, Calling init()...
  175. 2023-11-08 16:41:06,433 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  176. 2023-11-08 16:41:06,434 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  177. 2023-11-08 16:41:06,434 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  178. 2023-11-08 16:41:06,434 - 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...
  179. 2023-11-08 16:41:06,434 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  180. 2023-11-08 16:41:06,434 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  181. 2023-11-08 16:41:06,438 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  182. 2023-11-08 16:41:06,459 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  183. 2023-11-08 16:41:06,461 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  184. 2023-11-08 16:41:06,462 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  185. 2023-11-08 16:41:06,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  186. 2023-11-08 16:41:06,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  187. 2023-11-08 16:41:06,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  188. 2023-11-08 16:41:06,467 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  189. 2023-11-08 16:41:06,470 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  190. 2023-11-08 16:41:06,472 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  191. 2023-11-08 16:41:06,474 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  192. 2023-11-08 16:41:06,517 - Created '20' parsers.
  193. 2023-11-08 16:41:06,522 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  194. 2023-11-08 16:41:06,522 - 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
  195. 2023-11-08 16:41:06,523 - Velocimacro : Default library not found.
  196. 2023-11-08 16:41:06,523 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  197. 2023-11-08 16:41:06,523 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  198. 2023-11-08 16:41:06,523 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  199. 2023-11-08 16:41:06,523 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  200. 2023-11-08 16:41:06,539 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  201. 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  202. 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  203. 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  204. 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  205. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  206. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  207. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  208. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  209. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  210. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  211. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  212. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  213. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  214. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  215. 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  216. 2024-01-16 16:47:52,828 - Log4JLogChute initialized using file 'velocity.log'
  217. 2024-01-16 16:47:52,829 - Initializing Velocity, Calling init()...
  218. 2024-01-16 16:47:52,829 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  219. 2024-01-16 16:47:52,829 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  220. 2024-01-16 16:47:52,829 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  221. 2024-01-16 16:47:52,829 - 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...
  222. 2024-01-16 16:47:52,829 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  223. 2024-01-16 16:47:52,829 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  224. 2024-01-16 16:47:52,832 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  225. 2024-01-16 16:47:52,847 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  226. 2024-01-16 16:47:52,848 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  227. 2024-01-16 16:47:52,849 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  228. 2024-01-16 16:47:52,849 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  229. 2024-01-16 16:47:52,850 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  230. 2024-01-16 16:47:52,851 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  231. 2024-01-16 16:47:52,852 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  232. 2024-01-16 16:47:52,854 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  233. 2024-01-16 16:47:52,855 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  234. 2024-01-16 16:47:52,856 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  235. 2024-01-16 16:47:52,884 - Created '20' parsers.
  236. 2024-01-16 16:47:52,889 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  237. 2024-01-16 16:47:52,890 - 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
  238. 2024-01-16 16:47:52,890 - Velocimacro : Default library not found.
  239. 2024-01-16 16:47:52,890 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  240. 2024-01-16 16:47:52,890 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  241. 2024-01-16 16:47:52,890 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  242. 2024-01-16 16:47:52,890 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  243. 2024-01-16 16:47:52,900 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  244. 2024-01-16 16:47:52,902 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  245. 2024-01-16 16:47:52,902 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  246. 2024-01-16 16:47:52,902 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  247. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  248. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  249. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  250. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  251. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  252. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  253. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  254. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  255. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  256. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  257. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  258. 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  259. 2024-01-24 09:12:50,004 - Log4JLogChute initialized using file 'velocity.log'
  260. 2024-01-24 09:12:50,005 - Initializing Velocity, Calling init()...
  261. 2024-01-24 09:12:50,005 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  262. 2024-01-24 09:12:50,005 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  263. 2024-01-24 09:12:50,005 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  264. 2024-01-24 09:12:50,005 - 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...
  265. 2024-01-24 09:12:50,005 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  266. 2024-01-24 09:12:50,005 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  267. 2024-01-24 09:12:50,007 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  268. 2024-01-24 09:12:50,022 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  269. 2024-01-24 09:12:50,023 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  270. 2024-01-24 09:12:50,023 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  271. 2024-01-24 09:12:50,024 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  272. 2024-01-24 09:12:50,024 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  273. 2024-01-24 09:12:50,025 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  274. 2024-01-24 09:12:50,026 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  275. 2024-01-24 09:12:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  276. 2024-01-24 09:12:50,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  277. 2024-01-24 09:12:50,030 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  278. 2024-01-24 09:12:50,066 - Created '20' parsers.
  279. 2024-01-24 09:12:50,073 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  280. 2024-01-24 09:12:50,074 - 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
  281. 2024-01-24 09:12:50,074 - Velocimacro : Default library not found.
  282. 2024-01-24 09:12:50,074 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  283. 2024-01-24 09:12:50,074 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  284. 2024-01-24 09:12:50,074 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  285. 2024-01-24 09:12:50,074 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  286. 2024-01-24 09:12:50,092 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  287. 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  288. 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  289. 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  290. 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  291. 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  292. 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  293. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  294. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  295. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  296. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  297. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  298. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  299. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  300. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  301. 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  302. 2024-01-24 15:06:54,109 - Log4JLogChute initialized using file 'velocity.log'
  303. 2024-01-24 15:06:54,110 - Initializing Velocity, Calling init()...
  304. 2024-01-24 15:06:54,110 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  305. 2024-01-24 15:06:54,110 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  306. 2024-01-24 15:06:54,110 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  307. 2024-01-24 15:06:54,110 - 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...
  308. 2024-01-24 15:06:54,110 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  309. 2024-01-24 15:06:54,110 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  310. 2024-01-24 15:06:54,114 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  311. 2024-01-24 15:06:54,131 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  312. 2024-01-24 15:06:54,132 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  313. 2024-01-24 15:06:54,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  314. 2024-01-24 15:06:54,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  315. 2024-01-24 15:06:54,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  316. 2024-01-24 15:06:54,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  317. 2024-01-24 15:06:54,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  318. 2024-01-24 15:06:54,139 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  319. 2024-01-24 15:06:54,141 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  320. 2024-01-24 15:06:54,142 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  321. 2024-01-24 15:06:54,176 - Created '20' parsers.
  322. 2024-01-24 15:06:54,181 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  323. 2024-01-24 15:06:54,182 - 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
  324. 2024-01-24 15:06:54,182 - Velocimacro : Default library not found.
  325. 2024-01-24 15:06:54,182 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  326. 2024-01-24 15:06:54,182 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  327. 2024-01-24 15:06:54,182 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  328. 2024-01-24 15:06:54,182 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  329. 2024-01-24 15:06:54,193 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  330. 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  331. 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  332. 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  333. 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  334. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  335. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  336. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  337. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  338. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  339. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  340. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  341. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  342. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  343. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  344. 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  345. 2024-01-24 17:16:16,881 - Log4JLogChute initialized using file 'velocity.log'
  346. 2024-01-24 17:16:16,882 - Initializing Velocity, Calling init()...
  347. 2024-01-24 17:16:16,882 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  348. 2024-01-24 17:16:16,882 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  349. 2024-01-24 17:16:16,882 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  350. 2024-01-24 17:16:16,882 - 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...
  351. 2024-01-24 17:16:16,882 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  352. 2024-01-24 17:16:16,882 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  353. 2024-01-24 17:16:16,888 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  354. 2024-01-24 17:16:16,916 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  355. 2024-01-24 17:16:16,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  356. 2024-01-24 17:16:16,920 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  357. 2024-01-24 17:16:16,921 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  358. 2024-01-24 17:16:16,922 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  359. 2024-01-24 17:16:16,923 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  360. 2024-01-24 17:16:16,925 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  361. 2024-01-24 17:16:16,927 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  362. 2024-01-24 17:16:16,930 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  363. 2024-01-24 17:16:16,934 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  364. 2024-01-24 17:16:16,986 - Created '20' parsers.
  365. 2024-01-24 17:16:16,997 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  366. 2024-01-24 17:16:16,998 - 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
  367. 2024-01-24 17:16:16,998 - Velocimacro : Default library not found.
  368. 2024-01-24 17:16:16,998 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  369. 2024-01-24 17:16:16,999 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  370. 2024-01-24 17:16:16,999 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  371. 2024-01-24 17:16:16,999 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  372. 2024-01-24 17:16:17,016 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  373. 2024-01-24 17:16:17,019 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  374. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  375. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  376. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  377. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  378. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  379. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  380. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  381. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  382. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  383. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  384. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  385. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  386. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  387. 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  388. 2024-01-25 11:47:33,071 - Log4JLogChute initialized using file 'velocity.log'
  389. 2024-01-25 11:47:33,073 - Initializing Velocity, Calling init()...
  390. 2024-01-25 11:47:33,073 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  391. 2024-01-25 11:47:33,073 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  392. 2024-01-25 11:47:33,073 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  393. 2024-01-25 11:47:33,073 - 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...
  394. 2024-01-25 11:47:33,073 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  395. 2024-01-25 11:47:33,074 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  396. 2024-01-25 11:47:33,077 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  397. 2024-01-25 11:47:33,096 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  398. 2024-01-25 11:47:33,099 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  399. 2024-01-25 11:47:33,101 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  400. 2024-01-25 11:47:33,102 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  401. 2024-01-25 11:47:33,103 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  402. 2024-01-25 11:47:33,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  403. 2024-01-25 11:47:33,106 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  404. 2024-01-25 11:47:33,108 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  405. 2024-01-25 11:47:33,110 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  406. 2024-01-25 11:47:33,112 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  407. 2024-01-25 11:47:33,153 - Created '20' parsers.
  408. 2024-01-25 11:47:33,160 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  409. 2024-01-25 11:47:33,161 - 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
  410. 2024-01-25 11:47:33,161 - Velocimacro : Default library not found.
  411. 2024-01-25 11:47:33,161 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  412. 2024-01-25 11:47:33,161 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  413. 2024-01-25 11:47:33,161 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  414. 2024-01-25 11:47:33,161 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  415. 2024-01-25 11:47:33,177 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  416. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  417. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  418. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  419. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  420. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  421. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  422. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  423. 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  424. 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  425. 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  426. 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  427. 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  428. 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  429. 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  430. 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  431. 2024-01-25 13:36:23,115 - Log4JLogChute initialized using file 'velocity.log'
  432. 2024-01-25 13:36:23,116 - Initializing Velocity, Calling init()...
  433. 2024-01-25 13:36:23,116 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  434. 2024-01-25 13:36:23,116 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  435. 2024-01-25 13:36:23,116 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  436. 2024-01-25 13:36:23,116 - 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...
  437. 2024-01-25 13:36:23,116 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  438. 2024-01-25 13:36:23,116 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  439. 2024-01-25 13:36:23,118 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  440. 2024-01-25 13:36:23,130 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  441. 2024-01-25 13:36:23,131 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  442. 2024-01-25 13:36:23,132 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  443. 2024-01-25 13:36:23,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  444. 2024-01-25 13:36:23,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  445. 2024-01-25 13:36:23,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  446. 2024-01-25 13:36:23,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  447. 2024-01-25 13:36:23,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  448. 2024-01-25 13:36:23,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  449. 2024-01-25 13:36:23,138 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  450. 2024-01-25 13:36:23,162 - Created '20' parsers.
  451. 2024-01-25 13:36:23,167 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  452. 2024-01-25 13:36:23,167 - 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
  453. 2024-01-25 13:36:23,167 - Velocimacro : Default library not found.
  454. 2024-01-25 13:36:23,167 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  455. 2024-01-25 13:36:23,167 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  456. 2024-01-25 13:36:23,167 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  457. 2024-01-25 13:36:23,167 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  458. 2024-01-25 13:36:23,179 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  459. 2024-01-25 13:36:23,180 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  460. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  461. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  462. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  463. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  464. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  465. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  466. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  467. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  468. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  469. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  470. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  471. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  472. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  473. 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  474. 2024-01-26 13:43:09,256 - Log4JLogChute initialized using file 'velocity.log'
  475. 2024-01-26 13:43:09,257 - Initializing Velocity, Calling init()...
  476. 2024-01-26 13:43:09,257 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  477. 2024-01-26 13:43:09,257 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  478. 2024-01-26 13:43:09,257 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  479. 2024-01-26 13:43:09,257 - 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...
  480. 2024-01-26 13:43:09,257 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  481. 2024-01-26 13:43:09,257 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  482. 2024-01-26 13:43:09,262 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  483. 2024-01-26 13:43:09,286 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  484. 2024-01-26 13:43:09,288 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  485. 2024-01-26 13:43:09,289 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  486. 2024-01-26 13:43:09,290 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  487. 2024-01-26 13:43:09,291 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  488. 2024-01-26 13:43:09,293 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  489. 2024-01-26 13:43:09,296 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  490. 2024-01-26 13:43:09,298 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  491. 2024-01-26 13:43:09,300 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  492. 2024-01-26 13:43:09,301 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  493. 2024-01-26 13:43:09,360 - Created '20' parsers.
  494. 2024-01-26 13:43:09,368 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  495. 2024-01-26 13:43:09,370 - 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
  496. 2024-01-26 13:43:09,370 - Velocimacro : Default library not found.
  497. 2024-01-26 13:43:09,370 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  498. 2024-01-26 13:43:09,370 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  499. 2024-01-26 13:43:09,370 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  500. 2024-01-26 13:43:09,370 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  501. 2024-01-26 13:43:09,390 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  502. 2024-01-26 13:43:09,393 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  503. 2024-01-26 13:43:09,393 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  504. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  505. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  506. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  507. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  508. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  509. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  510. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  511. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  512. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  513. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  514. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  515. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  516. 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  517. 2024-01-26 15:28:57,145 - Log4JLogChute initialized using file 'velocity.log'
  518. 2024-01-26 15:28:57,145 - Initializing Velocity, Calling init()...
  519. 2024-01-26 15:28:57,145 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  520. 2024-01-26 15:28:57,145 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  521. 2024-01-26 15:28:57,145 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  522. 2024-01-26 15:28:57,145 - 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...
  523. 2024-01-26 15:28:57,146 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  524. 2024-01-26 15:28:57,146 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  525. 2024-01-26 15:28:57,148 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  526. 2024-01-26 15:28:57,162 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  527. 2024-01-26 15:28:57,163 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  528. 2024-01-26 15:28:57,163 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  529. 2024-01-26 15:28:57,164 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  530. 2024-01-26 15:28:57,164 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  531. 2024-01-26 15:28:57,165 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  532. 2024-01-26 15:28:57,167 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  533. 2024-01-26 15:28:57,169 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  534. 2024-01-26 15:28:57,170 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  535. 2024-01-26 15:28:57,171 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  536. 2024-01-26 15:28:57,199 - Created '20' parsers.
  537. 2024-01-26 15:28:57,204 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  538. 2024-01-26 15:28:57,204 - 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
  539. 2024-01-26 15:28:57,204 - Velocimacro : Default library not found.
  540. 2024-01-26 15:28:57,204 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  541. 2024-01-26 15:28:57,205 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  542. 2024-01-26 15:28:57,205 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  543. 2024-01-26 15:28:57,205 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  544. 2024-01-26 15:28:57,215 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  545. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  546. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  547. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  548. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  549. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  550. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  551. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  552. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  553. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  554. 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  555. 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  556. 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  557. 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  558. 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  559. 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  560. 2024-01-26 16:46:21,026 - Log4JLogChute initialized using file 'velocity.log'
  561. 2024-01-26 16:46:21,027 - Initializing Velocity, Calling init()...
  562. 2024-01-26 16:46:21,027 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  563. 2024-01-26 16:46:21,027 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  564. 2024-01-26 16:46:21,027 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  565. 2024-01-26 16:46:21,027 - 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...
  566. 2024-01-26 16:46:21,027 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  567. 2024-01-26 16:46:21,027 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  568. 2024-01-26 16:46:21,031 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  569. 2024-01-26 16:46:21,051 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  570. 2024-01-26 16:46:21,053 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  571. 2024-01-26 16:46:21,054 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  572. 2024-01-26 16:46:21,055 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  573. 2024-01-26 16:46:21,056 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  574. 2024-01-26 16:46:21,056 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  575. 2024-01-26 16:46:21,058 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  576. 2024-01-26 16:46:21,060 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  577. 2024-01-26 16:46:21,061 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  578. 2024-01-26 16:46:21,063 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  579. 2024-01-26 16:46:21,100 - Created '20' parsers.
  580. 2024-01-26 16:46:21,107 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  581. 2024-01-26 16:46:21,107 - 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
  582. 2024-01-26 16:46:21,107 - Velocimacro : Default library not found.
  583. 2024-01-26 16:46:21,108 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  584. 2024-01-26 16:46:21,108 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  585. 2024-01-26 16:46:21,108 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  586. 2024-01-26 16:46:21,108 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  587. 2024-01-26 16:46:21,121 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  588. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  589. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  590. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  591. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  592. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  593. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  594. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  595. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  596. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  597. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  598. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  599. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  600. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  601. 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  602. 2024-01-26 16:46:21,125 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  603. 2024-01-27 17:24:58,482 - Log4JLogChute initialized using file 'velocity.log'
  604. 2024-01-27 17:24:58,483 - Initializing Velocity, Calling init()...
  605. 2024-01-27 17:24:58,483 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  606. 2024-01-27 17:24:58,483 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  607. 2024-01-27 17:24:58,483 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  608. 2024-01-27 17:24:58,483 - 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...
  609. 2024-01-27 17:24:58,483 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  610. 2024-01-27 17:24:58,483 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  611. 2024-01-27 17:24:58,486 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  612. 2024-01-27 17:24:58,500 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  613. 2024-01-27 17:24:58,502 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  614. 2024-01-27 17:24:58,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  615. 2024-01-27 17:24:58,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  616. 2024-01-27 17:24:58,504 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  617. 2024-01-27 17:24:58,505 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  618. 2024-01-27 17:24:58,506 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  619. 2024-01-27 17:24:58,507 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  620. 2024-01-27 17:24:58,508 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  621. 2024-01-27 17:24:58,509 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  622. 2024-01-27 17:24:58,543 - Created '20' parsers.
  623. 2024-01-27 17:24:58,548 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  624. 2024-01-27 17:24:58,549 - 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
  625. 2024-01-27 17:24:58,549 - Velocimacro : Default library not found.
  626. 2024-01-27 17:24:58,549 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  627. 2024-01-27 17:24:58,549 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  628. 2024-01-27 17:24:58,549 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  629. 2024-01-27 17:24:58,549 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  630. 2024-01-27 17:24:58,559 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  631. 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  632. 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  633. 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  634. 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  635. 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  636. 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  637. 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  638. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  639. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  640. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  641. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  642. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  643. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  644. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  645. 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  646. 2024-01-27 18:24:54,117 - Log4JLogChute initialized using file 'velocity.log'
  647. 2024-01-27 18:24:54,118 - Initializing Velocity, Calling init()...
  648. 2024-01-27 18:24:54,118 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  649. 2024-01-27 18:24:54,118 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  650. 2024-01-27 18:24:54,118 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  651. 2024-01-27 18:24:54,118 - 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...
  652. 2024-01-27 18:24:54,119 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  653. 2024-01-27 18:24:54,119 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  654. 2024-01-27 18:24:54,123 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  655. 2024-01-27 18:24:54,143 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  656. 2024-01-27 18:24:54,145 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  657. 2024-01-27 18:24:54,147 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  658. 2024-01-27 18:24:54,148 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  659. 2024-01-27 18:24:54,150 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  660. 2024-01-27 18:24:54,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  661. 2024-01-27 18:24:54,153 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  662. 2024-01-27 18:24:54,155 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  663. 2024-01-27 18:24:54,156 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  664. 2024-01-27 18:24:54,158 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  665. 2024-01-27 18:24:54,193 - Created '20' parsers.
  666. 2024-01-27 18:24:54,199 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  667. 2024-01-27 18:24:54,200 - 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
  668. 2024-01-27 18:24:54,200 - Velocimacro : Default library not found.
  669. 2024-01-27 18:24:54,200 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  670. 2024-01-27 18:24:54,200 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  671. 2024-01-27 18:24:54,200 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  672. 2024-01-27 18:24:54,200 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  673. 2024-01-27 18:24:54,215 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  674. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  675. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  676. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  677. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  678. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  679. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  680. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  681. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  682. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  683. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  684. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  685. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  686. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  687. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  688. 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  689. 2024-01-29 17:23:07,593 - Log4JLogChute initialized using file 'velocity.log'
  690. 2024-01-29 17:23:07,594 - Initializing Velocity, Calling init()...
  691. 2024-01-29 17:23:07,594 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  692. 2024-01-29 17:23:07,594 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  693. 2024-01-29 17:23:07,594 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  694. 2024-01-29 17:23:07,594 - 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...
  695. 2024-01-29 17:23:07,594 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  696. 2024-01-29 17:23:07,594 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  697. 2024-01-29 17:23:07,597 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  698. 2024-01-29 17:23:07,616 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  699. 2024-01-29 17:23:07,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  700. 2024-01-29 17:23:07,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  701. 2024-01-29 17:23:07,619 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  702. 2024-01-29 17:23:07,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  703. 2024-01-29 17:23:07,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  704. 2024-01-29 17:23:07,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  705. 2024-01-29 17:23:07,622 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  706. 2024-01-29 17:23:07,623 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  707. 2024-01-29 17:23:07,624 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  708. 2024-01-29 17:23:07,650 - Created '20' parsers.
  709. 2024-01-29 17:23:07,654 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  710. 2024-01-29 17:23:07,655 - 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
  711. 2024-01-29 17:23:07,655 - Velocimacro : Default library not found.
  712. 2024-01-29 17:23:07,655 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  713. 2024-01-29 17:23:07,655 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  714. 2024-01-29 17:23:07,655 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  715. 2024-01-29 17:23:07,655 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  716. 2024-01-29 17:23:07,665 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  717. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  718. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  719. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  720. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  721. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  722. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  723. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  724. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  725. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  726. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  727. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  728. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  729. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  730. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  731. 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  732. 2024-01-30 14:00:53,514 - Log4JLogChute initialized using file 'velocity.log'
  733. 2024-01-30 14:00:53,514 - Initializing Velocity, Calling init()...
  734. 2024-01-30 14:00:53,515 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  735. 2024-01-30 14:00:53,515 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  736. 2024-01-30 14:00:53,515 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  737. 2024-01-30 14:00:53,515 - 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...
  738. 2024-01-30 14:00:53,515 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  739. 2024-01-30 14:00:53,515 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  740. 2024-01-30 14:00:53,520 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  741. 2024-01-30 14:00:53,538 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  742. 2024-01-30 14:00:53,540 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  743. 2024-01-30 14:00:53,541 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  744. 2024-01-30 14:00:53,542 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  745. 2024-01-30 14:00:53,543 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  746. 2024-01-30 14:00:53,544 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  747. 2024-01-30 14:00:53,547 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  748. 2024-01-30 14:00:53,549 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  749. 2024-01-30 14:00:53,550 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  750. 2024-01-30 14:00:53,551 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  751. 2024-01-30 14:00:53,582 - Created '20' parsers.
  752. 2024-01-30 14:00:53,588 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  753. 2024-01-30 14:00:53,589 - 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
  754. 2024-01-30 14:00:53,589 - Velocimacro : Default library not found.
  755. 2024-01-30 14:00:53,589 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  756. 2024-01-30 14:00:53,589 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  757. 2024-01-30 14:00:53,589 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  758. 2024-01-30 14:00:53,589 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  759. 2024-01-30 14:00:53,602 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  760. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  761. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  762. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  763. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  764. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  765. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  766. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  767. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  768. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  769. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  770. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  771. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  772. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  773. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  774. 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  775. 2024-01-30 16:31:29,428 - Log4JLogChute initialized using file 'velocity.log'
  776. 2024-01-30 16:31:29,429 - Initializing Velocity, Calling init()...
  777. 2024-01-30 16:31:29,429 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  778. 2024-01-30 16:31:29,429 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  779. 2024-01-30 16:31:29,429 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  780. 2024-01-30 16:31:29,429 - 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...
  781. 2024-01-30 16:31:29,429 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  782. 2024-01-30 16:31:29,429 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  783. 2024-01-30 16:31:29,432 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  784. 2024-01-30 16:31:29,449 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  785. 2024-01-30 16:31:29,451 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  786. 2024-01-30 16:31:29,452 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  787. 2024-01-30 16:31:29,453 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  788. 2024-01-30 16:31:29,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  789. 2024-01-30 16:31:29,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  790. 2024-01-30 16:31:29,455 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  791. 2024-01-30 16:31:29,456 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  792. 2024-01-30 16:31:29,457 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  793. 2024-01-30 16:31:29,458 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  794. 2024-01-30 16:31:29,490 - Created '20' parsers.
  795. 2024-01-30 16:31:29,496 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  796. 2024-01-30 16:31:29,497 - 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
  797. 2024-01-30 16:31:29,497 - Velocimacro : Default library not found.
  798. 2024-01-30 16:31:29,497 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  799. 2024-01-30 16:31:29,497 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  800. 2024-01-30 16:31:29,497 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  801. 2024-01-30 16:31:29,497 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  802. 2024-01-30 16:31:29,512 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  803. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  804. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  805. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  806. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  807. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  808. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  809. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  810. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  811. 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  812. 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  813. 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  814. 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  815. 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  816. 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  817. 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  818. 2024-02-27 17:18:17,688 - Log4JLogChute initialized using file 'velocity.log'
  819. 2024-02-27 17:18:17,689 - Initializing Velocity, Calling init()...
  820. 2024-02-27 17:18:17,689 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  821. 2024-02-27 17:18:17,690 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
  822. 2024-02-27 17:18:17,690 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
  823. 2024-02-27 17:18:17,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...
  824. 2024-02-27 17:18:17,690 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
  825. 2024-02-27 17:18:17,690 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
  826. 2024-02-27 17:18:17,695 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  827. 2024-02-27 17:18:17,724 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
  828. 2024-02-27 17:18:17,727 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
  829. 2024-02-27 17:18:17,729 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
  830. 2024-02-27 17:18:17,730 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
  831. 2024-02-27 17:18:17,732 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
  832. 2024-02-27 17:18:17,733 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
  833. 2024-02-27 17:18:17,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
  834. 2024-02-27 17:18:17,740 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
  835. 2024-02-27 17:18:17,743 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
  836. 2024-02-27 17:18:17,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
  837. 2024-02-27 17:18:17,808 - Created '20' parsers.
  838. 2024-02-27 17:18:17,823 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
  839. 2024-02-27 17:18:17,824 - 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
  840. 2024-02-27 17:18:17,824 - Velocimacro : Default library not found.
  841. 2024-02-27 17:18:17,824 - Velocimacro : allowInline = true : VMs can be defined inline in templates
  842. 2024-02-27 17:18:17,824 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
  843. 2024-02-27 17:18:17,824 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
  844. 2024-02-27 17:18:17,824 - Velocimacro : autoload off : VM system will not automatically reload global library macros
  845. 2024-02-27 17:18:17,852 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
  846. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
  847. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
  848. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
  849. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
  850. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
  851. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
  852. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
  853. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
  854. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
  855. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
  856. 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
  857. 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
  858. 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
  859. 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
  860. 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
  861. 2024-03-13 11:03:13,091 - Log4JLogChute initialized using file 'velocity.log'
  862. 2024-03-13 11:03:13,093 - Initializing Velocity, Calling init()...
  863. 2024-03-13 11:03:13,093 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
  864. 2024-03-13 11:03:13,093 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties