-
Notifications
You must be signed in to change notification settings - Fork 37
/
velocity.log
64 lines (64 loc) · 6.37 KB
/
velocity.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
2016-05-04 18:08:51,696 - Log4JLogChute initialized using file 'velocity.log'
2016-05-04 18:08:51,697 - Initializing Velocity, Calling init()...
2016-05-04 18:08:51,697 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-05-04 18:08:51,697 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-05-04 18:08:51,697 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-05-04 18:08:51,697 - 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...
2016-05-04 18:08:51,697 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-05-04 18:08:51,697 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-05-04 18:08:51,701 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-05-04 18:08:51,702 - Do unicode file recognition: false
2016-05-04 18:08:51,702 - FileResourceLoader : adding path '.'
2016-05-04 18:08:51,710 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-05-04 18:08:51,711 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-05-04 18:08:51,712 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-05-04 18:08:51,713 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-05-04 18:08:51,713 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-05-04 18:08:51,714 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-05-04 18:08:51,714 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-05-04 18:08:51,715 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-05-04 18:08:51,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-05-04 18:08:51,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-05-04 18:08:51,739 - Created '20' parsers.
2016-05-04 18:08:51,744 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-05-04 18:08:51,744 - Velocimacro : Default library not found.
2016-05-04 18:08:51,744 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-05-04 18:08:51,744 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-05-04 18:08:51,744 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-05-04 18:08:51,744 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-05-04 18:08:51,756 - Null reference [template '', line 1, column 9] : ${package} cannot be resolved.
2016-05-04 18:08:51,756 - Null reference [template '', line 11, column 10] : ${user} cannot be resolved.
2016-05-04 18:08:51,756 - Null reference [template '', line 12, column 10] : ${today} cannot be resolved.
2016-05-04 18:08:51,756 - Null reference [template '', line 13, column 16] : ${autoName} cannot be resolved.
2016-05-04 18:09:42,091 - Log4JLogChute initialized using file 'velocity.log'
2016-05-04 18:09:42,091 - Initializing Velocity, Calling init()...
2016-05-04 18:09:42,092 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-05-04 18:09:42,092 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-05-04 18:09:42,092 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-05-04 18:09:42,092 - 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...
2016-05-04 18:09:42,092 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-05-04 18:09:42,092 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-05-04 18:09:42,096 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-05-04 18:09:42,098 - Do unicode file recognition: false
2016-05-04 18:09:42,098 - FileResourceLoader : adding path '.'
2016-05-04 18:09:42,111 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-05-04 18:09:42,112 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-05-04 18:09:42,113 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-05-04 18:09:42,113 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-05-04 18:09:42,114 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-05-04 18:09:42,115 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-05-04 18:09:42,116 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-05-04 18:09:42,117 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-05-04 18:09:42,118 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-05-04 18:09:42,118 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-05-04 18:09:42,138 - Created '20' parsers.
2016-05-04 18:09:42,143 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-05-04 18:09:42,143 - Velocimacro : Default library not found.
2016-05-04 18:09:42,143 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-05-04 18:09:42,143 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-05-04 18:09:42,143 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-05-04 18:09:42,143 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-05-04 18:09:42,153 - Null reference [template '', line 1, column 9] : ${package} cannot be resolved.
2016-05-04 18:09:42,153 - Null reference [template '', line 11, column 10] : ${user} cannot be resolved.
2016-05-04 18:09:42,153 - Null reference [template '', line 12, column 10] : ${today} cannot be resolved.
2016-05-04 18:09:42,153 - Null reference [template '', line 13, column 16] : ${autoName} cannot be resolved.