123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864 |
- 2023-02-25 10:09:29,305 - Log4JLogChute initialized using file 'velocity.log'
- 2023-02-25 10:09:29,306 - Initializing Velocity, Calling init()...
- 2023-02-25 10:09:29,306 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2023-02-25 10:09:29,306 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2023-02-25 10:09:29,306 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2023-02-25 10:09:29,306 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 10:09:29,306 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 10:09:29,311 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 10:09:29,332 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2023-02-25 10:09:29,334 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2023-02-25 10:09:29,336 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2023-02-25 10:09:29,337 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2023-02-25 10:09:29,338 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2023-02-25 10:09:29,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2023-02-25 10:09:29,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2023-02-25 10:09:29,343 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2023-02-25 10:09:29,346 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2023-02-25 10:09:29,347 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2023-02-25 10:09:29,394 - Created '20' parsers.
- 2023-02-25 10:09:29,401 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2023-02-25 10:09:29,402 - Velocimacro : Default library not found.
- 2023-02-25 10:09:29,402 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2023-02-25 10:09:29,402 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2023-02-25 10:09:29,402 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2023-02-25 10:09:29,402 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2023-02-25 10:09:29,419 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2023-02-25 10:09:29,421 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2023-02-25 10:09:29,422 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2023-02-25 10:09:29,423 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2023-02-25 10:09:29,423 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2023-02-25 10:09:29,423 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2023-02-25 10:32:36,200 - Log4JLogChute initialized using file 'velocity.log'
- 2023-02-25 10:32:36,200 - Initializing Velocity, Calling init()...
- 2023-02-25 10:32:36,200 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2023-02-25 10:32:36,201 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2023-02-25 10:32:36,201 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2023-02-25 10:32:36,201 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 10:32:36,201 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 10:32:36,204 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 10:32:36,220 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2023-02-25 10:32:36,222 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2023-02-25 10:32:36,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2023-02-25 10:32:36,225 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2023-02-25 10:32:36,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2023-02-25 10:32:36,227 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2023-02-25 10:32:36,229 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2023-02-25 10:32:36,230 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2023-02-25 10:32:36,232 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2023-02-25 10:32:36,233 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2023-02-25 10:32:36,273 - Created '20' parsers.
- 2023-02-25 10:32:36,282 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2023-02-25 10:32:36,283 - Velocimacro : Default library not found.
- 2023-02-25 10:32:36,283 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2023-02-25 10:32:36,283 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2023-02-25 10:32:36,283 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2023-02-25 10:32:36,283 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2023-02-25 10:32:36,302 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:32:36,304 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2023-02-25 10:32:36,305 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2023-02-25 10:48:12,405 - Log4JLogChute initialized using file 'velocity.log'
- 2023-02-25 10:48:12,406 - Initializing Velocity, Calling init()...
- 2023-02-25 10:48:12,406 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2023-02-25 10:48:12,406 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2023-02-25 10:48:12,406 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2023-02-25 10:48:12,406 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 10:48:12,406 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 10:48:12,409 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 10:48:12,430 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2023-02-25 10:48:12,431 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2023-02-25 10:48:12,433 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2023-02-25 10:48:12,434 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2023-02-25 10:48:12,436 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2023-02-25 10:48:12,437 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2023-02-25 10:48:12,438 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2023-02-25 10:48:12,440 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2023-02-25 10:48:12,441 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2023-02-25 10:48:12,442 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2023-02-25 10:48:12,486 - Created '20' parsers.
- 2023-02-25 10:48:12,493 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2023-02-25 10:48:12,494 - Velocimacro : Default library not found.
- 2023-02-25 10:48:12,494 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2023-02-25 10:48:12,494 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2023-02-25 10:48:12,494 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2023-02-25 10:48:12,494 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2023-02-25 10:48:12,510 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2023-02-25 10:48:12,512 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2023-02-25 10:48:12,513 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2023-02-25 11:13:55,437 - Log4JLogChute initialized using file 'velocity.log'
- 2023-02-25 11:13:55,438 - Initializing Velocity, Calling init()...
- 2023-02-25 11:13:55,438 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2023-02-25 11:13:55,438 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2023-02-25 11:13:55,438 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2023-02-25 11:13:55,438 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 11:13:55,438 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-02-25 11:13:55,520 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 11:13:55,568 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2023-02-25 11:13:55,571 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2023-02-25 11:13:55,573 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2023-02-25 11:13:55,575 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2023-02-25 11:13:55,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2023-02-25 11:13:55,580 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2023-02-25 11:13:55,583 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2023-02-25 11:13:55,588 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2023-02-25 11:13:55,590 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2023-02-25 11:13:55,592 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2023-02-25 11:13:55,673 - Created '20' parsers.
- 2023-02-25 11:13:55,683 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2023-02-25 11:13:55,685 - Velocimacro : Default library not found.
- 2023-02-25 11:13:55,685 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2023-02-25 11:13:55,686 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2023-02-25 11:13:55,686 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2023-02-25 11:13:55,686 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2023-02-25 11:13:55,725 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2023-02-25 11:13:55,734 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2023-02-25 11:13:55,736 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2023-11-08 16:41:06,433 - Log4JLogChute initialized using file 'velocity.log'
- 2023-11-08 16:41:06,433 - Initializing Velocity, Calling init()...
- 2023-11-08 16:41:06,433 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2023-11-08 16:41:06,434 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2023-11-08 16:41:06,434 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2023-11-08 16:41:06,434 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-11-08 16:41:06,434 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2023-11-08 16:41:06,438 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-11-08 16:41:06,459 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2023-11-08 16:41:06,461 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2023-11-08 16:41:06,462 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2023-11-08 16:41:06,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2023-11-08 16:41:06,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2023-11-08 16:41:06,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2023-11-08 16:41:06,467 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2023-11-08 16:41:06,470 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2023-11-08 16:41:06,472 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2023-11-08 16:41:06,474 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2023-11-08 16:41:06,517 - Created '20' parsers.
- 2023-11-08 16:41:06,522 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2023-11-08 16:41:06,523 - Velocimacro : Default library not found.
- 2023-11-08 16:41:06,523 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2023-11-08 16:41:06,523 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2023-11-08 16:41:06,523 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2023-11-08 16:41:06,523 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2023-11-08 16:41:06,539 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2023-11-08 16:41:06,541 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2023-11-08 16:41:06,542 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-16 16:47:52,828 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-16 16:47:52,829 - Initializing Velocity, Calling init()...
- 2024-01-16 16:47:52,829 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-16 16:47:52,829 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-16 16:47:52,829 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-16 16:47:52,829 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-16 16:47:52,829 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-16 16:47:52,832 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-16 16:47:52,847 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-16 16:47:52,848 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-16 16:47:52,849 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-16 16:47:52,849 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-16 16:47:52,850 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-16 16:47:52,851 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-16 16:47:52,852 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-16 16:47:52,854 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-16 16:47:52,855 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-16 16:47:52,856 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-16 16:47:52,884 - Created '20' parsers.
- 2024-01-16 16:47:52,889 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-16 16:47:52,890 - Velocimacro : Default library not found.
- 2024-01-16 16:47:52,890 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-16 16:47:52,890 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-16 16:47:52,890 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-16 16:47:52,890 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-16 16:47:52,900 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-16 16:47:52,902 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-16 16:47:52,902 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-16 16:47:52,902 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-16 16:47:52,903 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-24 09:12:50,004 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-24 09:12:50,005 - Initializing Velocity, Calling init()...
- 2024-01-24 09:12:50,005 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-24 09:12:50,005 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-24 09:12:50,005 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-24 09:12:50,005 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-24 09:12:50,005 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-24 09:12:50,007 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-24 09:12:50,022 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-24 09:12:50,023 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-24 09:12:50,023 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-24 09:12:50,024 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-24 09:12:50,024 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-24 09:12:50,025 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-24 09:12:50,026 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-24 09:12:50,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-24 09:12:50,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-24 09:12:50,030 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-24 09:12:50,066 - Created '20' parsers.
- 2024-01-24 09:12:50,073 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-24 09:12:50,074 - Velocimacro : Default library not found.
- 2024-01-24 09:12:50,074 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-24 09:12:50,074 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-24 09:12:50,074 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-24 09:12:50,074 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-24 09:12:50,092 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-24 09:12:50,094 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-24 09:12:50,095 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-24 15:06:54,109 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-24 15:06:54,110 - Initializing Velocity, Calling init()...
- 2024-01-24 15:06:54,110 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-24 15:06:54,110 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-24 15:06:54,110 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-24 15:06:54,110 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-24 15:06:54,110 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-24 15:06:54,114 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-24 15:06:54,131 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-24 15:06:54,132 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-24 15:06:54,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-24 15:06:54,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-24 15:06:54,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-24 15:06:54,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-24 15:06:54,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-24 15:06:54,139 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-24 15:06:54,141 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-24 15:06:54,142 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-24 15:06:54,176 - Created '20' parsers.
- 2024-01-24 15:06:54,181 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-24 15:06:54,182 - Velocimacro : Default library not found.
- 2024-01-24 15:06:54,182 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-24 15:06:54,182 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-24 15:06:54,182 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-24 15:06:54,182 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-24 15:06:54,193 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-24 15:06:54,196 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-24 15:06:54,197 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-24 17:16:16,881 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-24 17:16:16,882 - Initializing Velocity, Calling init()...
- 2024-01-24 17:16:16,882 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-24 17:16:16,882 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-24 17:16:16,882 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-24 17:16:16,882 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-24 17:16:16,882 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-24 17:16:16,888 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-24 17:16:16,916 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-24 17:16:16,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-24 17:16:16,920 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-24 17:16:16,921 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-24 17:16:16,922 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-24 17:16:16,923 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-24 17:16:16,925 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-24 17:16:16,927 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-24 17:16:16,930 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-24 17:16:16,934 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-24 17:16:16,986 - Created '20' parsers.
- 2024-01-24 17:16:16,997 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-24 17:16:16,998 - Velocimacro : Default library not found.
- 2024-01-24 17:16:16,998 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-24 17:16:16,999 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-24 17:16:16,999 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-24 17:16:16,999 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-24 17:16:17,016 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-24 17:16:17,019 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-24 17:16:17,020 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-25 11:47:33,071 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-25 11:47:33,073 - Initializing Velocity, Calling init()...
- 2024-01-25 11:47:33,073 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-25 11:47:33,073 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-25 11:47:33,073 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-25 11:47:33,073 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-25 11:47:33,074 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-25 11:47:33,077 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-25 11:47:33,096 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-25 11:47:33,099 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-25 11:47:33,101 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-25 11:47:33,102 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-25 11:47:33,103 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-25 11:47:33,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-25 11:47:33,106 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-25 11:47:33,108 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-25 11:47:33,110 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-25 11:47:33,112 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-25 11:47:33,153 - Created '20' parsers.
- 2024-01-25 11:47:33,160 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-25 11:47:33,161 - Velocimacro : Default library not found.
- 2024-01-25 11:47:33,161 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-25 11:47:33,161 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-25 11:47:33,161 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-25 11:47:33,161 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-25 11:47:33,177 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-25 11:47:33,179 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-25 11:47:33,180 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-25 13:36:23,115 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-25 13:36:23,116 - Initializing Velocity, Calling init()...
- 2024-01-25 13:36:23,116 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-25 13:36:23,116 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-25 13:36:23,116 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-25 13:36:23,116 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-25 13:36:23,116 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-25 13:36:23,118 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-25 13:36:23,130 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-25 13:36:23,131 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-25 13:36:23,132 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-25 13:36:23,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-25 13:36:23,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-25 13:36:23,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-25 13:36:23,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-25 13:36:23,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-25 13:36:23,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-25 13:36:23,138 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-25 13:36:23,162 - Created '20' parsers.
- 2024-01-25 13:36:23,167 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-25 13:36:23,167 - Velocimacro : Default library not found.
- 2024-01-25 13:36:23,167 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-25 13:36:23,167 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-25 13:36:23,167 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-25 13:36:23,167 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-25 13:36:23,179 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-25 13:36:23,180 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-25 13:36:23,181 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-26 13:43:09,256 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-26 13:43:09,257 - Initializing Velocity, Calling init()...
- 2024-01-26 13:43:09,257 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-26 13:43:09,257 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-26 13:43:09,257 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-26 13:43:09,257 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-26 13:43:09,257 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-26 13:43:09,262 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-26 13:43:09,286 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-26 13:43:09,288 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-26 13:43:09,289 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-26 13:43:09,290 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-26 13:43:09,291 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-26 13:43:09,293 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-26 13:43:09,296 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-26 13:43:09,298 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-26 13:43:09,300 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-26 13:43:09,301 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-26 13:43:09,360 - Created '20' parsers.
- 2024-01-26 13:43:09,368 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-26 13:43:09,370 - Velocimacro : Default library not found.
- 2024-01-26 13:43:09,370 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-26 13:43:09,370 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-26 13:43:09,370 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-26 13:43:09,370 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-26 13:43:09,390 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-26 13:43:09,393 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-26 13:43:09,393 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-26 13:43:09,394 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-26 15:28:57,145 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-26 15:28:57,145 - Initializing Velocity, Calling init()...
- 2024-01-26 15:28:57,145 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-26 15:28:57,145 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-26 15:28:57,145 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-26 15:28:57,146 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-26 15:28:57,146 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-26 15:28:57,148 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-26 15:28:57,162 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-26 15:28:57,163 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-26 15:28:57,163 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-26 15:28:57,164 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-26 15:28:57,164 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-26 15:28:57,165 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-26 15:28:57,167 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-26 15:28:57,169 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-26 15:28:57,170 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-26 15:28:57,171 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-26 15:28:57,199 - Created '20' parsers.
- 2024-01-26 15:28:57,204 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-26 15:28:57,204 - Velocimacro : Default library not found.
- 2024-01-26 15:28:57,204 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-26 15:28:57,205 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-26 15:28:57,205 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-26 15:28:57,205 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-26 15:28:57,215 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-26 15:28:57,216 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-26 15:28:57,217 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-26 16:46:21,026 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-26 16:46:21,027 - Initializing Velocity, Calling init()...
- 2024-01-26 16:46:21,027 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-26 16:46:21,027 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-26 16:46:21,027 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-26 16:46:21,027 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-26 16:46:21,027 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-26 16:46:21,031 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-26 16:46:21,051 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-26 16:46:21,053 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-26 16:46:21,054 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-26 16:46:21,055 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-26 16:46:21,056 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-26 16:46:21,056 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-26 16:46:21,058 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-26 16:46:21,060 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-26 16:46:21,061 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-26 16:46:21,063 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-26 16:46:21,100 - Created '20' parsers.
- 2024-01-26 16:46:21,107 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-26 16:46:21,107 - Velocimacro : Default library not found.
- 2024-01-26 16:46:21,108 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-26 16:46:21,108 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-26 16:46:21,108 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-26 16:46:21,108 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-26 16:46:21,121 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-26 16:46:21,124 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-26 16:46:21,125 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-27 17:24:58,482 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-27 17:24:58,483 - Initializing Velocity, Calling init()...
- 2024-01-27 17:24:58,483 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-27 17:24:58,483 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-27 17:24:58,483 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-27 17:24:58,483 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-27 17:24:58,483 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-27 17:24:58,486 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-27 17:24:58,500 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-27 17:24:58,502 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-27 17:24:58,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-27 17:24:58,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-27 17:24:58,504 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-27 17:24:58,505 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-27 17:24:58,506 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-27 17:24:58,507 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-27 17:24:58,508 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-27 17:24:58,509 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-27 17:24:58,543 - Created '20' parsers.
- 2024-01-27 17:24:58,548 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-27 17:24:58,549 - Velocimacro : Default library not found.
- 2024-01-27 17:24:58,549 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-27 17:24:58,549 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-27 17:24:58,549 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-27 17:24:58,549 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-27 17:24:58,559 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-27 17:24:58,561 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-27 17:24:58,562 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-27 18:24:54,117 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-27 18:24:54,118 - Initializing Velocity, Calling init()...
- 2024-01-27 18:24:54,118 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-27 18:24:54,118 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-27 18:24:54,118 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-27 18:24:54,119 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-27 18:24:54,119 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-27 18:24:54,123 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-27 18:24:54,143 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-27 18:24:54,145 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-27 18:24:54,147 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-27 18:24:54,148 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-27 18:24:54,150 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-27 18:24:54,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-27 18:24:54,153 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-27 18:24:54,155 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-27 18:24:54,156 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-27 18:24:54,158 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-27 18:24:54,193 - Created '20' parsers.
- 2024-01-27 18:24:54,199 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-27 18:24:54,200 - Velocimacro : Default library not found.
- 2024-01-27 18:24:54,200 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-27 18:24:54,200 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-27 18:24:54,200 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-27 18:24:54,200 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-27 18:24:54,215 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-27 18:24:54,218 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-29 17:23:07,593 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-29 17:23:07,594 - Initializing Velocity, Calling init()...
- 2024-01-29 17:23:07,594 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-29 17:23:07,594 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-29 17:23:07,594 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-29 17:23:07,594 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-29 17:23:07,594 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-29 17:23:07,597 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-29 17:23:07,616 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-29 17:23:07,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-29 17:23:07,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-29 17:23:07,619 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-29 17:23:07,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-29 17:23:07,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-29 17:23:07,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-29 17:23:07,622 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-29 17:23:07,623 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-29 17:23:07,624 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-29 17:23:07,650 - Created '20' parsers.
- 2024-01-29 17:23:07,654 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-29 17:23:07,655 - Velocimacro : Default library not found.
- 2024-01-29 17:23:07,655 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-29 17:23:07,655 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-29 17:23:07,655 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-29 17:23:07,655 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-29 17:23:07,665 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-29 17:23:07,667 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-30 14:00:53,514 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-30 14:00:53,514 - Initializing Velocity, Calling init()...
- 2024-01-30 14:00:53,515 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-30 14:00:53,515 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-30 14:00:53,515 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-30 14:00:53,515 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-30 14:00:53,515 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-30 14:00:53,520 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-30 14:00:53,538 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-30 14:00:53,540 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-30 14:00:53,541 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-30 14:00:53,542 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-30 14:00:53,543 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-30 14:00:53,544 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-30 14:00:53,547 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-30 14:00:53,549 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-30 14:00:53,550 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-30 14:00:53,551 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-30 14:00:53,582 - Created '20' parsers.
- 2024-01-30 14:00:53,588 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-30 14:00:53,589 - Velocimacro : Default library not found.
- 2024-01-30 14:00:53,589 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-30 14:00:53,589 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-30 14:00:53,589 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-30 14:00:53,589 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-30 14:00:53,602 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-30 14:00:53,604 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-01-30 16:31:29,428 - Log4JLogChute initialized using file 'velocity.log'
- 2024-01-30 16:31:29,429 - Initializing Velocity, Calling init()...
- 2024-01-30 16:31:29,429 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-01-30 16:31:29,429 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-01-30 16:31:29,429 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-01-30 16:31:29,429 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-30 16:31:29,429 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-01-30 16:31:29,432 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-30 16:31:29,449 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-01-30 16:31:29,451 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-01-30 16:31:29,452 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-01-30 16:31:29,453 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-01-30 16:31:29,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-01-30 16:31:29,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-01-30 16:31:29,455 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-01-30 16:31:29,456 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-01-30 16:31:29,457 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-01-30 16:31:29,458 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-01-30 16:31:29,490 - Created '20' parsers.
- 2024-01-30 16:31:29,496 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-01-30 16:31:29,497 - Velocimacro : Default library not found.
- 2024-01-30 16:31:29,497 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-01-30 16:31:29,497 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-01-30 16:31:29,497 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-01-30 16:31:29,497 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-01-30 16:31:29,512 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-01-30 16:31:29,515 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-01-30 16:31:29,516 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-02-27 17:18:17,688 - Log4JLogChute initialized using file 'velocity.log'
- 2024-02-27 17:18:17,689 - Initializing Velocity, Calling init()...
- 2024-02-27 17:18:17,689 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-02-27 17:18:17,690 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
- 2024-02-27 17:18:17,690 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
- 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...
- 2024-02-27 17:18:17,690 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-02-27 17:18:17,690 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
- 2024-02-27 17:18:17,695 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-02-27 17:18:17,724 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
- 2024-02-27 17:18:17,727 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
- 2024-02-27 17:18:17,729 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
- 2024-02-27 17:18:17,730 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
- 2024-02-27 17:18:17,732 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
- 2024-02-27 17:18:17,733 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
- 2024-02-27 17:18:17,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
- 2024-02-27 17:18:17,740 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
- 2024-02-27 17:18:17,743 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
- 2024-02-27 17:18:17,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
- 2024-02-27 17:18:17,808 - Created '20' parsers.
- 2024-02-27 17:18:17,823 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
- 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
- 2024-02-27 17:18:17,824 - Velocimacro : Default library not found.
- 2024-02-27 17:18:17,824 - Velocimacro : allowInline = true : VMs can be defined inline in templates
- 2024-02-27 17:18:17,824 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
- 2024-02-27 17:18:17,824 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
- 2024-02-27 17:18:17,824 - Velocimacro : autoload off : VM system will not automatically reload global library macros
- 2024-02-27 17:18:17,852 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
- 2024-02-27 17:18:17,856 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
- 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
- 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
- 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
- 2024-02-27 17:18:17,857 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
- 2024-03-13 11:03:13,091 - Log4JLogChute initialized using file 'velocity.log'
- 2024-03-13 11:03:13,093 - Initializing Velocity, Calling init()...
- 2024-03-13 11:03:13,093 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
- 2024-03-13 11:03:13,093 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
|