-
Notifications
You must be signed in to change notification settings - Fork 1
/
velocity.log
30 lines (30 loc) · 3.03 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
2015-12-30 11:31:58,213 - Log4JLogChute initialized using file 'velocity.log'
2015-12-30 11:31:58,215 - Initializing Velocity, Calling init()...
2015-12-30 11:31:58,215 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2015-12-30 11:31:58,215 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2015-12-30 11:31:58,215 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2015-12-30 11:31:58,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...
2015-12-30 11:31:58,215 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2015-12-30 11:31:58,215 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2015-12-30 11:31:58,227 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2015-12-30 11:31:58,227 - Do unicode file recognition: false
2015-12-30 11:31:58,227 - FileResourceLoader : adding path '.'
2015-12-30 11:31:58,259 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2015-12-30 11:31:58,261 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2015-12-30 11:31:58,262 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2015-12-30 11:31:58,263 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2015-12-30 11:31:58,264 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2015-12-30 11:31:58,265 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2015-12-30 11:31:58,267 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2015-12-30 11:31:58,268 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2015-12-30 11:31:58,269 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2015-12-30 11:31:58,270 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2015-12-30 11:31:58,296 - Created '20' parsers.
2015-12-30 11:31:58,302 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2015-12-30 11:31:58,302 - Velocimacro : Default library not found.
2015-12-30 11:31:58,302 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2015-12-30 11:31:58,303 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2015-12-30 11:31:58,303 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2015-12-30 11:31:58,303 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2015-12-30 11:31:58,315 - ResourceManager : found email_template.vm with loader org.apache.velocity.runtime.resource.loader.FileResourceLoader
2015-12-30 11:31:58,317 - Null reference [template 'email_template.vm', line 20, column 41] : $fromTitle cannot be resolved.