wanghc 3 năm trước cách đây
mục cha
commit
840d1da0a3

+ 0 - 44
ipfcst-console/src/main/java/com/jiayue/ipfcst/console/dto/ResponseResults.java

@@ -1,44 +0,0 @@
-package com.jiayue.ipfcst.console.dto;
-
-/**
-   * 通用查询请求结果 DTO
- *
- * @author whc
- * @version 2.0
- * @since 2021/9/26
- */
-public class ResponseResults {
-  //设备id
-  private String deviceId;
-  //结果数组
-  private ResponseRows rows;
-  //测点ID
-  private String[] sensorIds;
-
-  public String getDeviceId() {
-    return deviceId;
-  }
-
-  public void setDeviceId(String deviceId) {
-    this.deviceId = deviceId;
-  }
-
-  public ResponseRows getRows() {
-    return rows;
-  }
-
-  public void setRows(ResponseRows rows) {
-    this.rows = rows;
-  }
-
-  public String[] getSensorIds() {
-    return sensorIds;
-  }
-
-  public void setSensorIds(String[] sensorIds) {
-    this.sensorIds = sensorIds;
-  }
-
-
-
-}

+ 0 - 30
ipfcst-console/src/main/java/com/jiayue/ipfcst/console/dto/ResponseRows.java

@@ -1,30 +0,0 @@
-package com.jiayue.ipfcst.console.dto;
-/**
- * 通用查询请求结果数据行 DTO
- *
- * @author whc
- * @version 2.0
- * @since 2021/9/26
- */
-public class ResponseRows {
-  //数据时间戳
-  private Long timestamp;
-  //数据值
-  private String[] values;
-
-  public Long getTimestamp() {
-    return timestamp;
-  }
-
-  public void setTimestamp(Long timestamp) {
-    this.timestamp = timestamp;
-  }
-
-  public String[] getValues() {
-    return values;
-  }
-
-  public void setValues(String[] values) {
-    this.values = values;
-  }
-}

+ 3 - 2
ipfcst-console/src/main/java/com/jiayue/ipfcst/console/service/ReceiveDataService.java

@@ -159,8 +159,8 @@ public class ReceiveDataService {
         //所有数据
         JSONArray jsonValues = (JSONArray) values.get("values");
         long timestamp = Long.parseLong(time);
-
-        map.put("equipmentNo", equipmentId.toString());
+        map.put("stationCode",electricField.getStationCode());
+        map.put("equipmentId", equipmentId.toString());
         map.put("time", simpleDateFormat.format(timestamp));
 
         for (DataPoint dataPoint : dataPointList) {
@@ -308,4 +308,5 @@ public class ReceiveDataService {
       e.printStackTrace();
     }
   }
+
 }

+ 561 - 213
ipfcst-console/velocity.log

@@ -1,213 +1,561 @@
-2021-08-31 21:59:19,538 - Log4JLogChute initialized using file 'velocity.log'
-2021-08-31 21:59:19,538 - Initializing Velocity, Calling init()...
-2021-08-31 21:59:19,538 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
-2021-08-31 21:59:19,538 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
-2021-08-31 21:59:19,538 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
-2021-08-31 21:59:19,538 - 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...
-2021-08-31 21:59:19,538 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-08-31 21:59:19,540 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-08-31 21:59:19,543 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
-2021-08-31 21:59:19,554 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
-2021-08-31 21:59:19,555 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
-2021-08-31 21:59:19,556 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
-2021-08-31 21:59:19,557 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
-2021-08-31 21:59:19,557 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
-2021-08-31 21:59:19,558 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
-2021-08-31 21:59:19,558 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
-2021-08-31 21:59:19,559 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
-2021-08-31 21:59:19,560 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
-2021-08-31 21:59:19,561 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
-2021-08-31 21:59:19,587 - Created '20' parsers.
-2021-08-31 21:59:19,592 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
-2021-08-31 21:59:19,592 - 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
-2021-08-31 21:59:19,592 - Velocimacro : Default library not found.
-2021-08-31 21:59:19,592 - Velocimacro : allowInline = true : VMs can be defined inline in templates
-2021-08-31 21:59:19,593 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
-2021-08-31 21:59:19,593 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
-2021-08-31 21:59:19,593 - Velocimacro : autoload off : VM system will not automatically reload global library macros
-2021-08-31 21:59:19,609 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
-2021-08-31 21:59:19,611 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
-2021-08-31 21:59:19,612 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
-2021-08-31 21:59:19,612 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
-2021-08-31 21:59:19,612 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
-2021-08-31 21:59:19,612 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
-2021-08-31 21:59:19,612 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
-2021-08-31 21:59:19,612 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
-2021-08-31 21:59:19,612 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
-2021-08-31 22:03:16,035 - Log4JLogChute initialized using file 'velocity.log'
-2021-08-31 22:03:16,036 - Initializing Velocity, Calling init()...
-2021-08-31 22:03:16,036 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
-2021-08-31 22:03:16,036 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
-2021-08-31 22:03:16,036 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
-2021-08-31 22:03:16,036 - 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...
-2021-08-31 22:03:16,036 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-08-31 22:03:16,036 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-08-31 22:03:16,040 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
-2021-08-31 22:03:16,055 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
-2021-08-31 22:03:16,057 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
-2021-08-31 22:03:16,058 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
-2021-08-31 22:03:16,059 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
-2021-08-31 22:03:16,060 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
-2021-08-31 22:03:16,061 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
-2021-08-31 22:03:16,062 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
-2021-08-31 22:03:16,064 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
-2021-08-31 22:03:16,066 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
-2021-08-31 22:03:16,067 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
-2021-08-31 22:03:16,111 - Created '20' parsers.
-2021-08-31 22:03:16,116 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
-2021-08-31 22:03:16,117 - 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
-2021-08-31 22:03:16,117 - Velocimacro : Default library not found.
-2021-08-31 22:03:16,117 - Velocimacro : allowInline = true : VMs can be defined inline in templates
-2021-08-31 22:03:16,117 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
-2021-08-31 22:03:16,117 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
-2021-08-31 22:03:16,117 - Velocimacro : autoload off : VM system will not automatically reload global library macros
-2021-08-31 22:03:16,133 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
-2021-08-31 22:03:16,136 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
-2021-08-31 22:03:16,137 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
-2021-08-31 22:13:08,308 - Log4JLogChute initialized using file 'velocity.log'
-2021-08-31 22:13:08,308 - Initializing Velocity, Calling init()...
-2021-08-31 22:13:08,309 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
-2021-08-31 22:13:08,309 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
-2021-08-31 22:13:08,309 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
-2021-08-31 22:13:08,309 - 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...
-2021-08-31 22:13:08,309 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-08-31 22:13:08,309 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-08-31 22:13:08,312 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
-2021-08-31 22:13:08,326 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
-2021-08-31 22:13:08,328 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
-2021-08-31 22:13:08,329 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
-2021-08-31 22:13:08,330 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
-2021-08-31 22:13:08,331 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
-2021-08-31 22:13:08,331 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
-2021-08-31 22:13:08,332 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
-2021-08-31 22:13:08,334 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
-2021-08-31 22:13:08,335 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
-2021-08-31 22:13:08,336 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
-2021-08-31 22:13:08,367 - Created '20' parsers.
-2021-08-31 22:13:08,375 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
-2021-08-31 22:13:08,376 - 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
-2021-08-31 22:13:08,376 - Velocimacro : Default library not found.
-2021-08-31 22:13:08,376 - Velocimacro : allowInline = true : VMs can be defined inline in templates
-2021-08-31 22:13:08,376 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
-2021-08-31 22:13:08,376 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
-2021-08-31 22:13:08,376 - Velocimacro : autoload off : VM system will not automatically reload global library macros
-2021-08-31 22:13:08,396 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
-2021-08-31 22:13:08,399 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
-2021-10-13 11:31:53,047 - Log4JLogChute initialized using file 'velocity.log'
-2021-10-13 11:31:53,048 - Initializing Velocity, Calling init()...
-2021-10-13 11:31:53,048 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
-2021-10-13 11:31:53,048 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
-2021-10-13 11:31:53,048 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
-2021-10-13 11:31:53,048 - 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...
-2021-10-13 11:31:53,048 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-10-13 11:31:53,048 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-10-13 11:31:53,057 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
-2021-10-13 11:31:53,059 - Do unicode file recognition:  false
-2021-10-13 11:31:53,059 - FileResourceLoader : adding path ''
-2021-10-13 11:31:53,081 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
-2021-10-13 11:31:53,084 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
-2021-10-13 11:31:53,086 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
-2021-10-13 11:31:53,103 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
-2021-10-13 11:31:53,105 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
-2021-10-13 11:31:53,106 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
-2021-10-13 11:31:53,108 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
-2021-10-13 11:31:53,110 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
-2021-10-13 11:31:53,113 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
-2021-10-13 11:31:53,114 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
-2021-10-13 11:31:53,152 - Created '20' parsers.
-2021-10-13 11:31:53,163 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
-2021-10-13 11:31:53,164 - Velocimacro : Default library not found.
-2021-10-13 11:31:53,164 - Velocimacro : allowInline = true : VMs can be defined inline in templates
-2021-10-13 11:31:53,164 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
-2021-10-13 11:31:53,164 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
-2021-10-13 11:31:53,164 - Velocimacro : autoload off : VM system will not automatically reload global library macros
-2021-10-13 11:32:28,377 - Log4JLogChute initialized using file 'velocity.log'
-2021-10-13 11:32:28,378 - Initializing Velocity, Calling init()...
-2021-10-13 11:32:28,378 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
-2021-10-13 11:32:28,378 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
-2021-10-13 11:32:28,378 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
-2021-10-13 11:32:28,378 - 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...
-2021-10-13 11:32:28,378 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-10-13 11:32:28,378 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-10-13 11:32:28,385 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
-2021-10-13 11:32:28,387 - Do unicode file recognition:  false
-2021-10-13 11:32:28,387 - FileResourceLoader : adding path ''
-2021-10-13 11:32:28,408 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
-2021-10-13 11:32:28,412 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
-2021-10-13 11:32:28,414 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
-2021-10-13 11:32:28,415 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
-2021-10-13 11:32:28,416 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
-2021-10-13 11:32:28,417 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
-2021-10-13 11:32:28,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
-2021-10-13 11:32:28,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
-2021-10-13 11:32:28,424 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
-2021-10-13 11:32:28,426 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
-2021-10-13 11:32:28,465 - Created '20' parsers.
-2021-10-13 11:32:28,479 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
-2021-10-13 11:32:28,480 - Velocimacro : Default library not found.
-2021-10-13 11:32:28,480 - Velocimacro : allowInline = true : VMs can be defined inline in templates
-2021-10-13 11:32:28,480 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
-2021-10-13 11:32:28,480 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
-2021-10-13 11:32:28,480 - Velocimacro : autoload off : VM system will not automatically reload global library macros
-2021-10-15 16:44:16,712 - Log4JLogChute initialized using file 'velocity.log'
-2021-10-15 16:44:16,713 - Initializing Velocity, Calling init()...
-2021-10-15 16:44:16,713 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
-2021-10-15 16:44:16,713 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
-2021-10-15 16:44:16,713 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
-2021-10-15 16:44:16,713 - 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...
-2021-10-15 16:44:16,713 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-10-15 16:44:16,713 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
-2021-10-15 16:44:16,724 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
-2021-10-15 16:44:16,726 - Do unicode file recognition:  false
-2021-10-15 16:44:16,726 - FileResourceLoader : adding path ''
-2021-10-15 16:44:16,744 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
-2021-10-15 16:44:16,747 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
-2021-10-15 16:44:16,749 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
-2021-10-15 16:44:16,750 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
-2021-10-15 16:44:16,751 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
-2021-10-15 16:44:16,752 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
-2021-10-15 16:44:16,754 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
-2021-10-15 16:44:16,756 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
-2021-10-15 16:44:16,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
-2021-10-15 16:44:16,760 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
-2021-10-15 16:44:16,797 - Created '20' parsers.
-2021-10-15 16:44:16,807 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
-2021-10-15 16:44:16,807 - Velocimacro : Default library not found.
-2021-10-15 16:44:16,807 - Velocimacro : allowInline = true : VMs can be defined inline in templates
-2021-10-15 16:44:16,807 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
-2021-10-15 16:44:16,807 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
-2021-10-15 16:44:16,807 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-21 14:50:16,522 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-21 14:50:16,522 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-21 15:09:03,236 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-21 15:09:03,236 - Initializing Velocity, Calling init()...
+2021-10-21 15:09:03,236 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-21 15:09:03,236 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-21 15:09:03,236 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-21 15:09:03,236 - 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...
+2021-10-21 15:09:03,236 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 15:09:03,236 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 15:09:03,240 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 15:09:03,252 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-21 15:09:03,253 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-21 15:09:03,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-21 15:09:03,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-21 15:09:03,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-21 15:09:03,255 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-21 15:09:03,255 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-21 15:09:03,256 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-21 15:09:03,257 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-21 15:09:03,257 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-21 15:09:03,296 - Created '20' parsers.
+2021-10-21 15:09:03,302 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-21 15:09:03,302 - 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
+2021-10-21 15:09:03,302 - Velocimacro : Default library not found.
+2021-10-21 15:09:03,302 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-21 15:09:03,302 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-21 15:09:03,302 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-21 15:09:03,302 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-21 15:09:03,332 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-21 15:09:03,333 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-21 15:40:05,198 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-21 15:40:05,199 - Initializing Velocity, Calling init()...
+2021-10-21 15:40:05,199 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-21 15:40:05,199 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-21 15:40:05,199 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-21 15:40:05,199 - 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...
+2021-10-21 15:40:05,199 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 15:40:05,199 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 15:40:05,201 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 15:40:05,210 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-21 15:40:05,211 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-21 15:40:05,211 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-21 15:40:05,211 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-21 15:40:05,212 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-21 15:40:05,212 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-21 15:40:05,216 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-21 15:40:05,217 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-21 15:40:05,217 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-21 15:40:05,218 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-21 15:40:05,235 - Created '20' parsers.
+2021-10-21 15:40:05,237 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-21 15:40:05,238 - 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
+2021-10-21 15:40:05,238 - Velocimacro : Default library not found.
+2021-10-21 15:40:05,238 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-21 15:40:05,238 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-21 15:40:05,238 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-21 15:40:05,238 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-21 15:40:05,244 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-21 15:40:05,244 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-21 15:40:05,245 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-21 15:40:05,245 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-21 15:40:05,245 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-21 15:40:05,245 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-21 15:40:05,245 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-21 15:40:05,245 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-21 15:40:05,245 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-21 16:05:25,881 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-21 16:05:25,881 - Initializing Velocity, Calling init()...
+2021-10-21 16:05:25,881 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-21 16:05:25,881 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-21 16:05:25,881 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-21 16:05:25,881 - 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...
+2021-10-21 16:05:25,881 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 16:05:25,881 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 16:05:25,883 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 16:05:25,891 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-21 16:05:25,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-21 16:05:25,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-21 16:05:25,893 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-21 16:05:25,893 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-21 16:05:25,893 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-21 16:05:25,894 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-21 16:05:25,898 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-21 16:05:25,898 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-21 16:05:25,899 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-21 16:05:25,917 - Created '20' parsers.
+2021-10-21 16:05:25,919 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-21 16:05:25,919 - 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
+2021-10-21 16:05:25,919 - Velocimacro : Default library not found.
+2021-10-21 16:05:25,919 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-21 16:05:25,919 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-21 16:05:25,919 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-21 16:05:25,919 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-21 16:05:25,931 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-21 16:05:25,931 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-21 16:34:28,349 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-21 16:34:28,349 - Initializing Velocity, Calling init()...
+2021-10-21 16:34:28,349 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-21 16:34:28,349 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-21 16:34:28,349 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-21 16:34:28,349 - 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...
+2021-10-21 16:34:28,349 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 16:34:28,349 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-21 16:34:28,351 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 16:34:28,359 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-21 16:34:28,360 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-21 16:34:28,361 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-21 16:34:28,362 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-21 16:34:28,362 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-21 16:34:28,362 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-21 16:34:28,363 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-21 16:34:28,364 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-21 16:34:28,364 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-21 16:34:28,365 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-21 16:34:28,386 - Created '20' parsers.
+2021-10-21 16:34:28,388 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-21 16:34:28,389 - 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
+2021-10-21 16:34:28,389 - Velocimacro : Default library not found.
+2021-10-21 16:34:28,389 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-21 16:34:28,389 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-21 16:34:28,389 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-21 16:34:28,389 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-21 16:34:28,394 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-21 16:34:28,395 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 09:49:28,719 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 09:49:28,720 - Initializing Velocity, Calling init()...
+2021-10-22 09:49:28,720 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 09:49:28,720 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 09:49:28,720 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 09:49:28,720 - 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...
+2021-10-22 09:49:28,720 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 09:49:28,720 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 09:49:28,721 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 09:49:28,732 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 09:49:28,733 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 09:49:28,733 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 09:49:28,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 09:49:28,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 09:49:28,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 09:49:28,735 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 09:49:28,735 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 09:49:28,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 09:49:28,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 09:49:28,760 - Created '20' parsers.
+2021-10-22 09:49:28,763 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 09:49:28,763 - 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
+2021-10-22 09:49:28,763 - Velocimacro : Default library not found.
+2021-10-22 09:49:28,763 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 09:49:28,763 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 09:49:28,763 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 09:49:28,763 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 09:49:28,770 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 09:49:28,771 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 09:56:52,738 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 09:56:52,738 - Initializing Velocity, Calling init()...
+2021-10-22 09:56:52,738 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 09:56:52,738 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 09:56:52,738 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 09:56:52,738 - 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...
+2021-10-22 09:56:52,738 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 09:56:52,738 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 09:56:52,740 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 09:56:52,748 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 09:56:52,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 09:56:52,749 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 09:56:52,749 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 09:56:52,749 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 09:56:52,750 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 09:56:52,750 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 09:56:52,751 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 09:56:52,752 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 09:56:52,752 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 09:56:52,771 - Created '20' parsers.
+2021-10-22 09:56:52,773 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 09:56:52,774 - 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
+2021-10-22 09:56:52,774 - Velocimacro : Default library not found.
+2021-10-22 09:56:52,774 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 09:56:52,774 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 09:56:52,774 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 09:56:52,774 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 09:56:52,780 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 09:56:52,780 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 09:56:52,780 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 09:56:52,780 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 09:56:52,781 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 10:11:05,967 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 10:11:05,967 - Initializing Velocity, Calling init()...
+2021-10-22 10:11:05,967 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 10:11:05,967 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 10:11:05,967 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 10:11:05,968 - 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...
+2021-10-22 10:11:05,968 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 10:11:05,968 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 10:11:05,969 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 10:11:05,978 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 10:11:05,979 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 10:11:05,980 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 10:11:05,980 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 10:11:05,981 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 10:11:05,981 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 10:11:05,982 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 10:11:05,982 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 10:11:05,983 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 10:11:05,984 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 10:11:06,003 - Created '20' parsers.
+2021-10-22 10:11:06,006 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 10:11:06,006 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
+2021-10-22 10:11:06,006 - Velocimacro : Default library not found.
+2021-10-22 10:11:06,006 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 10:11:06,006 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 10:11:06,006 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 10:11:06,006 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 10:11:06,017 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 10:11:06,021 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 10:16:00,220 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 10:16:00,220 - Initializing Velocity, Calling init()...
+2021-10-22 10:16:00,220 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 10:16:00,220 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 10:16:00,220 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 10:16:00,220 - 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...
+2021-10-22 10:16:00,220 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 10:16:00,220 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 10:16:00,222 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 10:16:00,230 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 10:16:00,231 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 10:16:00,231 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 10:16:00,232 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 10:16:00,232 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 10:16:00,232 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 10:16:00,233 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 10:16:00,234 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 10:16:00,234 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 10:16:00,237 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 10:16:00,294 - Created '20' parsers.
+2021-10-22 10:16:00,297 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 10:16:00,297 - 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
+2021-10-22 10:16:00,297 - Velocimacro : Default library not found.
+2021-10-22 10:16:00,297 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 10:16:00,297 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 10:16:00,297 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 10:16:00,297 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 10:16:00,303 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 10:16:00,304 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 10:46:36,428 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 10:46:36,429 - Initializing Velocity, Calling init()...
+2021-10-22 10:46:36,429 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 10:46:36,429 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 10:46:36,429 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 10:46:36,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...
+2021-10-22 10:46:36,429 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 10:46:36,429 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 10:46:36,430 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 10:46:36,439 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 10:46:36,439 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 10:46:36,440 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 10:46:36,440 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 10:46:36,440 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 10:46:36,441 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 10:46:36,441 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 10:46:36,442 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 10:46:36,442 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 10:46:36,443 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 10:46:36,460 - Created '20' parsers.
+2021-10-22 10:46:36,463 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 10:46:36,463 - 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
+2021-10-22 10:46:36,463 - Velocimacro : Default library not found.
+2021-10-22 10:46:36,463 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 10:46:36,463 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 10:46:36,463 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 10:46:36,463 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 10:46:36,469 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 10:46:36,470 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 11:06:49,678 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 11:06:49,678 - Initializing Velocity, Calling init()...
+2021-10-22 11:06:49,678 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 11:06:49,678 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 11:06:49,678 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 11:06:49,678 - 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...
+2021-10-22 11:06:49,678 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 11:06:49,678 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 11:06:49,680 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 11:06:49,690 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 11:06:49,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 11:06:49,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 11:06:49,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 11:06:49,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 11:06:49,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 11:06:49,693 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 11:06:49,694 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 11:06:49,694 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 11:06:49,695 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 11:06:49,718 - Created '20' parsers.
+2021-10-22 11:06:49,722 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 11:06:49,722 - 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
+2021-10-22 11:06:49,722 - Velocimacro : Default library not found.
+2021-10-22 11:06:49,722 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 11:06:49,722 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 11:06:49,722 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 11:06:49,722 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 11:06:49,731 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 11:06:49,732 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 11:06:49,733 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 11:27:52,390 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 11:27:52,391 - Initializing Velocity, Calling init()...
+2021-10-22 11:27:52,391 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 11:27:52,391 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 11:27:52,391 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 11:27:52,391 - 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...
+2021-10-22 11:27:52,391 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 11:27:52,391 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 11:27:52,392 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 11:27:52,404 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 11:27:52,405 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 11:27:52,405 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 11:27:52,405 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 11:27:52,406 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 11:27:52,406 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 11:27:52,406 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 11:27:52,407 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 11:27:52,408 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 11:27:52,412 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 11:27:52,430 - Created '20' parsers.
+2021-10-22 11:27:52,432 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 11:27:52,433 - 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
+2021-10-22 11:27:52,433 - Velocimacro : Default library not found.
+2021-10-22 11:27:52,433 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 11:27:52,433 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 11:27:52,433 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 11:27:52,433 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 11:27:52,439 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 11:27:52,440 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 11:34:43,215 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 11:34:43,215 - Initializing Velocity, Calling init()...
+2021-10-22 11:34:43,215 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 11:34:43,215 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 11:34:43,215 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 11:34:43,215 - 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...
+2021-10-22 11:34:43,215 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 11:34:43,215 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 11:34:43,217 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 11:34:43,225 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 11:34:43,225 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 11:34:43,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 11:34:43,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 11:34:43,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 11:34:43,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 11:34:43,227 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 11:34:43,227 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 11:34:43,228 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 11:34:43,228 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 11:34:43,245 - Created '20' parsers.
+2021-10-22 11:34:43,248 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 11:34:43,248 - 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
+2021-10-22 11:34:43,248 - Velocimacro : Default library not found.
+2021-10-22 11:34:43,248 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 11:34:43,248 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 11:34:43,248 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 11:34:43,248 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 11:34:43,255 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 11:34:43,256 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.
+2021-10-22 13:29:16,512 - Log4JLogChute initialized using file 'velocity.log'
+2021-10-22 13:29:16,512 - Initializing Velocity, Calling init()...
+2021-10-22 13:29:16,512 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
+2021-10-22 13:29:16,512 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
+2021-10-22 13:29:16,512 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
+2021-10-22 13:29:16,512 - 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...
+2021-10-22 13:29:16,512 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 13:29:16,512 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
+2021-10-22 13:29:16,514 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 13:29:16,522 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
+2021-10-22 13:29:16,523 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
+2021-10-22 13:29:16,523 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
+2021-10-22 13:29:16,523 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
+2021-10-22 13:29:16,524 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
+2021-10-22 13:29:16,524 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
+2021-10-22 13:29:16,525 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
+2021-10-22 13:29:16,525 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
+2021-10-22 13:29:16,526 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
+2021-10-22 13:29:16,526 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
+2021-10-22 13:29:16,544 - Created '20' parsers.
+2021-10-22 13:29:16,546 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
+2021-10-22 13:29:16,547 - 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
+2021-10-22 13:29:16,547 - Velocimacro : Default library not found.
+2021-10-22 13:29:16,547 - Velocimacro : allowInline = true : VMs can be defined inline in templates
+2021-10-22 13:29:16,547 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
+2021-10-22 13:29:16,547 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
+2021-10-22 13:29:16,547 - Velocimacro : autoload off : VM system will not automatically reload global library macros
+2021-10-22 13:29:16,553 - ResourceManager : found start-console.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 4, column 19] : $basedir cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 6, column 22] : $basedir cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 10, column 17] : $producedir cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 13, column 17] : $JAVA_HOME cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 14, column 20] : $JAVA_HOME cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 14, column 35] : $JRE_HOME cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 14, column 49] : $CLASSPATH cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 15, column 13] : $JAVA_HOME cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 15, column 28] : $JRE_HOME cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 15, column 42] : $PATH cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 21, column 4] : $app_path cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 23, column 12] : $app_path cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 25, column 19] : $app_path cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 25, column 49] : $start_app_log cannot be resolved.
+2021-10-22 13:29:16,553 - Null reference [template 'start-console.vm', line 28, column 44] : $app_path cannot be resolved.