From d10b12bc8135f84f50fdf2078a584b811dc119df Mon Sep 17 00:00:00 2001 From: Angelina Blyth Date: Wed, 18 Jul 2018 12:39:55 +0100 Subject: [PATCH 1/3] Put article title to top of picture --- src/main/resources/templates/journalists/show.vtl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/journalists/show.vtl b/src/main/resources/templates/journalists/show.vtl index c079f54..e62a87e 100644 --- a/src/main/resources/templates/journalists/show.vtl +++ b/src/main/resources/templates/journalists/show.vtl @@ -30,8 +30,9 @@
#foreach($article in $articles) - article image

$article.getTitle()

+ article image + #end
From 3a95277864d7cadd5c0150a99d515b19e93383e4 Mon Sep 17 00:00:00 2001 From: Angelina Blyth Date: Wed, 18 Jul 2018 13:16:26 +0100 Subject: [PATCH 2/3] Changed some article css --- src/main/resources/public/articles.css | 7 +- velocity.log | 828 ----------------------- velocity.log.1 | 884 ------------------------- 3 files changed, 6 insertions(+), 1713 deletions(-) delete mode 100644 velocity.log delete mode 100644 velocity.log.1 diff --git a/src/main/resources/public/articles.css b/src/main/resources/public/articles.css index 7055e95..6ce9f62 100644 --- a/src/main/resources/public/articles.css +++ b/src/main/resources/public/articles.css @@ -104,7 +104,7 @@ div.polaroid { /*margin-bottom: 25px;*/ text-align: center; /*display: flex;*/ - flex-grow: 2; + flex-grow: 1; flex: 1 0 20%; } @@ -117,6 +117,11 @@ div.polaroid-article-header { margin-left:0.5em; } +img{ +width: 1000px; +height: 1000px; +} + @media screen and (max-width: 600px) { diff --git a/velocity.log b/velocity.log deleted file mode 100644 index 27ae8da..0000000 --- a/velocity.log +++ /dev/null @@ -1,828 +0,0 @@ -2018-07-18 11:19:08,665 - Initializing Velocity, Calling init()... -2018-07-18 11:19:08,665 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:19:08,665 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:19:08,665 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:19:08,665 - 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... -2018-07-18 11:19:08,665 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:19:08,665 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:19:08,668 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:08,672 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:19:08,673 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:19:08,673 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:19:08,674 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:19:08,674 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:19:08,675 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:19:08,675 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:19:08,676 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:19:08,677 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:19:08,678 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:19:08,699 - Created '20' parsers. -2018-07-18 11:19:08,712 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:19:08,712 - 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 -2018-07-18 11:19:08,712 - Velocimacro : Default library not found. -2018-07-18 11:19:08,712 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:19:08,712 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:19:08,712 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:19:08,712 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:19:08,720 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:08,726 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:10,609 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:10,611 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:33,254 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:33,257 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:35,008 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:35,010 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:37,068 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:19:37,068 - Initializing Velocity, Calling init()... -2018-07-18 11:19:37,068 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:19:37,068 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:19:37,068 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:19:37,068 - 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... -2018-07-18 11:19:37,068 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:19:37,068 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:19:37,068 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:37,068 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:19:37,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:19:37,070 - Created '20' parsers. -2018-07-18 11:19:37,070 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:19:37,071 - 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 -2018-07-18 11:19:37,071 - Velocimacro : Default library not found. -2018-07-18 11:19:37,071 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:19:37,071 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:19:37,071 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:19:37,071 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:19:37,072 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:37,076 - ResourceManager : found templates/articles/edit.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:48,327 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:48,329 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader - loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:48,329 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:36:22,989 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:36:22,990 - Initializing Velocity, Calling init()... -2018-07-18 11:36:22,990 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:36:22,990 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:36:22,990 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:36:22,990 - 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... -2018-07-18 11:36:22,990 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:36:22,990 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:36:22,993 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:36:22,997 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:36:22,997 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:36:22,998 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:36:22,998 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:36:22,999 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:36:22,999 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:36:23,000 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:36:23,001 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:36:23,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:36:23,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:36:23,032 - Created '20' parsers. -2018-07-18 11:36:23,035 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:36:23,035 - 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 -2018-07-18 11:36:23,035 - Velocimacro : Default library not found. -2018-07-18 11:36:23,035 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:36:23,035 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:36:23,035 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:36:23,035 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:36:23,043 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:36:23,049 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:38:05,321 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:38:05,325 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:39:26,180 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:39:26,180 - Initializing Velocity, Calling init()... -2018-07-18 11:39:26,180 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:39:26,180 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:39:26,180 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:39:26,180 - 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... -2018-07-18 11:39:26,180 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:39:26,180 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:39:26,183 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:39:26,186 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:39:26,187 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:39:26,188 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:39:26,188 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:39:26,189 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:39:26,189 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:39:26,190 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:39:26,191 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:39:26,192 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:39:26,192 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:39:26,222 - Created '20' parsers. -2018-07-18 11:39:26,225 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:39:26,226 - 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 -2018-07-18 11:39:26,226 - Velocimacro : Default library not found. -2018-07-18 11:39:26,226 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:39:26,226 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:39:26,226 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:39:26,226 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:39:26,233 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:39:26,240 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:40:13,639 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:40:13,639 - Initializing Velocity, Calling init()... -2018-07-18 11:40:13,639 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:40:13,639 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:40:13,639 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:40:13,639 - 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... -2018-07-18 11:40:13,639 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:40:13,639 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:40:13,642 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:40:13,645 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:40:13,646 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:40:13,647 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:40:13,647 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:40:13,648 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:40:13,648 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:40:13,649 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:40:13,650 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:40:13,651 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:40:13,651 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:40:13,681 - Created '20' parsers. -2018-07-18 11:40:13,684 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:40:13,684 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm -2018-07-18 11:40:13,684 - Velocimacro : Default library not found. -2018-07-18 11:40:13,684 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:40:13,684 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:40:13,684 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:40:13,684 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:40:13,692 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:40:13,699 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:42:23,156 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:42:23,158 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:42:26,026 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:42:26,028 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:45:06,193 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:45:06,194 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:47:37,951 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:47:37,952 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:47:40,466 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:47:40,468 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:47:44,037 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:47:44,038 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:48:44,128 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:48:44,129 - Initializing Velocity, Calling init()... -2018-07-18 11:48:44,129 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:48:44,129 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:48:44,129 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:48:44,129 - 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... -2018-07-18 11:48:44,129 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:48:44,129 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:48:44,131 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:48:44,135 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:48:44,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:48:44,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:48:44,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:48:44,138 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:48:44,138 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:48:44,139 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:48:44,140 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:48:44,140 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:48:44,141 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:48:44,170 - Created '20' parsers. -2018-07-18 11:48:44,173 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:48:44,174 - 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 -2018-07-18 11:48:44,174 - Velocimacro : Default library not found. -2018-07-18 11:48:44,174 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:48:44,174 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:48:44,174 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:48:44,174 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:48:44,181 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:48:44,188 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:48:45,807 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:48:45,809 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:49:26,817 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:49:26,817 - Initializing Velocity, Calling init()... -2018-07-18 11:49:26,817 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:49:26,817 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:49:26,817 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:49:26,817 - 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... -2018-07-18 11:49:26,817 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:49:26,817 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:49:26,820 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:49:26,823 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:49:26,824 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:49:26,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:49:26,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:49:26,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:49:26,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:49:26,827 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:49:26,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:49:26,829 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:49:26,830 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:49:26,850 - Created '20' parsers. -2018-07-18 11:49:26,853 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:49:26,853 - 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 -2018-07-18 11:49:26,853 - Velocimacro : Default library not found. -2018-07-18 11:49:26,853 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:49:26,853 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:49:26,854 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:49:26,854 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:49:26,862 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:49:26,877 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:49:27,895 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:49:27,898 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:17,893 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:50:17,893 - Initializing Velocity, Calling init()... -2018-07-18 11:50:17,893 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:50:17,894 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:50:17,894 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:50:17,894 - 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... -2018-07-18 11:50:17,894 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:50:17,894 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:50:17,896 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:17,900 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:50:17,901 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:50:17,901 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:50:17,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:50:17,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:50:17,903 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:50:17,903 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:50:17,904 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:50:17,905 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:50:17,906 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:50:17,927 - Created '20' parsers. -2018-07-18 11:50:17,939 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:50:17,939 - 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 -2018-07-18 11:50:17,939 - Velocimacro : Default library not found. -2018-07-18 11:50:17,939 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:50:17,939 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:50:17,939 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:50:17,939 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:50:17,947 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:17,953 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:19,461 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:19,463 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:35,962 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:50:35,963 - Initializing Velocity, Calling init()... -2018-07-18 11:50:35,963 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:50:35,963 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:50:35,963 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:50:35,963 - 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... -2018-07-18 11:50:35,963 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:50:35,963 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:50:35,965 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:35,969 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:50:35,971 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:50:35,972 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:50:35,972 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:50:35,972 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:50:35,973 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:50:35,973 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:50:35,974 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:50:35,975 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:50:35,975 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:50:36,006 - Created '20' parsers. -2018-07-18 11:50:36,009 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:50:36,010 - 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 -2018-07-18 11:50:36,010 - Velocimacro : Default library not found. -2018-07-18 11:50:36,010 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:50:36,010 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:50:36,010 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:50:36,010 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:50:36,017 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:36,024 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:37,009 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:37,011 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:57,342 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:50:57,342 - Initializing Velocity, Calling init()... -2018-07-18 11:50:57,342 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:50:57,342 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:50:57,342 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:50:57,342 - 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... -2018-07-18 11:50:57,342 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:50:57,342 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:50:57,344 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:57,348 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:50:57,349 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:50:57,350 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:50:57,350 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:50:57,350 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:50:57,351 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:50:57,352 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:50:57,352 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:50:57,353 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:50:57,354 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:50:57,383 - Created '20' parsers. -2018-07-18 11:50:57,386 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:50:57,387 - 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 -2018-07-18 11:50:57,387 - Velocimacro : Default library not found. -2018-07-18 11:50:57,387 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:50:57,387 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:50:57,387 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:50:57,387 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:50:57,395 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:57,401 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:58,696 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:58,699 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:59,564 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:50:59,566 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:28,906 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:51:28,906 - Initializing Velocity, Calling init()... -2018-07-18 11:51:28,906 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:51:28,906 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:51:28,907 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:51:28,907 - 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... -2018-07-18 11:51:28,907 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:51:28,907 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:51:28,909 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:28,913 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:51:28,914 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:51:28,914 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:51:28,915 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:51:28,915 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:51:28,916 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:51:28,916 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:51:28,917 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:51:28,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:51:28,919 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:51:28,948 - Created '20' parsers. -2018-07-18 11:51:28,951 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:51:28,952 - 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 -2018-07-18 11:51:28,952 - Velocimacro : Default library not found. -2018-07-18 11:51:28,952 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:51:28,952 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:51:28,952 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:51:28,952 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:51:28,959 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:28,966 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:29,923 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:29,925 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:31,913 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:31,916 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:34,685 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:51:34,685 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:51:34,685 - Initializing Velocity, Calling init()... -2018-07-18 11:51:34,685 - Initializing Velocity, Calling init()... -2018-07-18 11:51:34,685 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:51:34,685 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:51:34,685 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:51:34,685 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:51:34,685 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:51:34,685 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:51:34,685 - 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... -2018-07-18 11:51:34,685 - 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... -2018-07-18 11:51:34,686 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:51:34,686 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:51:34,686 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:51:34,686 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:51:34,686 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:34,686 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:34,686 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:51:34,686 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:51:34,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:51:34,687 - Created '20' parsers. -2018-07-18 11:51:34,687 - Created '20' parsers. -2018-07-18 11:51:34,687 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:51:34,687 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:51:34,687 - 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 -2018-07-18 11:51:34,687 - 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 -2018-07-18 11:51:34,687 - Velocimacro : Default library not found. -2018-07-18 11:51:34,687 - Velocimacro : Default library not found. -2018-07-18 11:51:34,687 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:51:34,687 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:51:34,687 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:51:34,687 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:51:34,687 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:51:34,687 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:51:34,687 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:51:34,687 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:51:34,688 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:34,688 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:34,689 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:34,689 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:35,938 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:35,938 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:35,941 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:51:35,941 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:52:33,224 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:52:33,225 - Initializing Velocity, Calling init()... -2018-07-18 11:52:33,225 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:52:33,225 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:52:33,225 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:52:33,225 - 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... -2018-07-18 11:52:33,225 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:52:33,225 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:52:33,228 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:52:33,232 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:52:33,232 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:52:33,233 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:52:33,233 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:52:33,234 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:52:33,234 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:52:33,235 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:52:33,236 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:52:33,236 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:52:33,237 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:52:33,260 - Created '20' parsers. -2018-07-18 11:52:33,263 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:52:33,264 - 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 -2018-07-18 11:52:33,264 - Velocimacro : Default library not found. -2018-07-18 11:52:33,264 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:52:33,264 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:52:33,264 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:52:33,264 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:52:33,271 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:52:33,275 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:52:34,229 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:52:34,231 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:52:36,863 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:52:36,864 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:53:00,070 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:53:00,071 - Initializing Velocity, Calling init()... -2018-07-18 11:53:00,071 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:53:00,071 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:53:00,071 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:53:00,071 - 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... -2018-07-18 11:53:00,071 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:53:00,071 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:53:00,073 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:53:00,077 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:53:00,078 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:53:00,079 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:53:00,079 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:53:00,080 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:53:00,080 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:53:00,081 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:53:00,081 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:53:00,082 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:53:00,083 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:53:00,104 - Created '20' parsers. -2018-07-18 11:53:00,107 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:53:00,108 - 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 -2018-07-18 11:53:00,108 - Velocimacro : Default library not found. -2018-07-18 11:53:00,108 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:53:00,108 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:53:00,108 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:53:00,108 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:53:00,115 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:53:00,119 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:53:01,672 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:53:01,674 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:16,314 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:54:16,314 - Initializing Velocity, Calling init()... -2018-07-18 11:54:16,314 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:54:16,314 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:54:16,314 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:54:16,314 - 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... -2018-07-18 11:54:16,314 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:54:16,314 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:54:16,316 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:16,320 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:54:16,321 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:54:16,321 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:54:16,322 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:54:16,322 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:54:16,323 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:54:16,324 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:54:16,324 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:54:16,325 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:54:16,326 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:54:16,347 - Created '20' parsers. -2018-07-18 11:54:16,351 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:54:16,351 - 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 -2018-07-18 11:54:16,351 - Velocimacro : Default library not found. -2018-07-18 11:54:16,351 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:54:16,351 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:54:16,351 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:54:16,351 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:54:16,359 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:16,362 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:18,047 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:18,048 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:21,844 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:54:21,844 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:54:21,844 - Initializing Velocity, Calling init()... -2018-07-18 11:54:21,844 - Initializing Velocity, Calling init()... -2018-07-18 11:54:21,844 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:54:21,844 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:54:21,844 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:54:21,844 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:54:21,844 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:54:21,844 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:54:21,844 - 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... -2018-07-18 11:54:21,844 - 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... -2018-07-18 11:54:21,844 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:54:21,844 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:54:21,845 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:54:21,845 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:54:21,845 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:21,845 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:21,845 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:54:21,845 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:54:21,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:54:21,846 - Created '20' parsers. -2018-07-18 11:54:21,846 - Created '20' parsers. -2018-07-18 11:54:21,846 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:54:21,846 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:54:21,846 - 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 -2018-07-18 11:54:21,846 - 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 -2018-07-18 11:54:21,846 - Velocimacro : Default library not found. -2018-07-18 11:54:21,846 - Velocimacro : Default library not found. -2018-07-18 11:54:21,846 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:54:21,846 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:54:21,846 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:54:21,846 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:54:21,846 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:54:21,846 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:54:21,846 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:54:21,846 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:54:21,847 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:21,847 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:21,851 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:21,851 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:23,962 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:23,962 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:23,965 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:23,965 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:25,644 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:25,644 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:25,645 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:25,645 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:28,519 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:28,519 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:28,521 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:28,521 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:29,830 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:29,830 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:29,831 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:29,831 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:39,215 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:39,215 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:39,216 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:39,216 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:40,507 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:40,507 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:40,508 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:40,508 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:42,458 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:42,458 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:42,459 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:42,459 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:44,242 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:44,242 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:44,243 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:54:44,243 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:35,652 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:55:35,653 - Initializing Velocity, Calling init()... -2018-07-18 11:55:35,653 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:55:35,653 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:55:35,653 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:55:35,653 - 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... -2018-07-18 11:55:35,653 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:55:35,653 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:55:35,655 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:35,659 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:55:35,660 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:55:35,660 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:55:35,661 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:55:35,661 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:55:35,662 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:55:35,662 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:55:35,663 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:55:35,664 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:55:35,664 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:55:35,686 - Created '20' parsers. -2018-07-18 11:55:35,689 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:55:35,690 - 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 -2018-07-18 11:55:35,690 - Velocimacro : Default library not found. -2018-07-18 11:55:35,690 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:55:35,690 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:55:35,690 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:55:35,690 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:55:35,697 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:35,701 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:35,701 - Null reference [template 'templates/journalists/show.vtl', line 9, column 17] : $journalist.getName() cannot be resolved. -2018-07-18 11:55:35,701 - Null reference [template 'templates/journalists/show.vtl', line 15, column 17] : $journalist.getJournalismType() cannot be resolved. -2018-07-18 11:55:35,701 - Null reference [template 'templates/journalists/show.vtl', line 22, column 31] : $journalist.getId() cannot be resolved. -2018-07-18 11:55:35,701 - Null reference [template 'templates/journalists/show.vtl', line 24, column 36] : $journalist.getId() cannot be resolved. -2018-07-18 11:55:37,220 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:55:37,220 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:55:37,220 - Initializing Velocity, Calling init()... -2018-07-18 11:55:37,220 - Initializing Velocity, Calling init()... -2018-07-18 11:55:37,220 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:55:37,220 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:55:37,220 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:55:37,220 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:55:37,220 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:55:37,220 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:55:37,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... -2018-07-18 11:55:37,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... -2018-07-18 11:55:37,220 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:55:37,220 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:55:37,220 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:55:37,220 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:55:37,221 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,221 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,221 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:55:37,221 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:55:37,221 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:55:37,222 - Created '20' parsers. -2018-07-18 11:55:37,222 - Created '20' parsers. -2018-07-18 11:55:37,222 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:55:37,222 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:55:37,222 - 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 -2018-07-18 11:55:37,222 - 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 -2018-07-18 11:55:37,222 - Velocimacro : Default library not found. -2018-07-18 11:55:37,222 - Velocimacro : Default library not found. -2018-07-18 11:55:37,222 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:55:37,222 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:55:37,222 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:55:37,222 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:55:37,223 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:55:37,223 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:55:37,223 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:55:37,223 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:55:37,223 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,223 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,226 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,226 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,942 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,942 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,945 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:37,945 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:39,810 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:39,810 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:39,811 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:55:39,811 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:56:22,451 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:56:22,451 - Initializing Velocity, Calling init()... -2018-07-18 11:56:22,451 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:56:22,451 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:56:22,451 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:56:22,451 - 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... -2018-07-18 11:56:22,451 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:56:22,451 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:56:22,453 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:56:22,457 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:56:22,458 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:56:22,458 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:56:22,459 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:56:22,459 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:56:22,460 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:56:22,460 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:56:22,461 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:56:22,462 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:56:22,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:56:22,484 - Created '20' parsers. -2018-07-18 11:56:22,487 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:56:22,487 - 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 -2018-07-18 11:56:22,487 - Velocimacro : Default library not found. -2018-07-18 11:56:22,487 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:56:22,487 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:56:22,487 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:56:22,487 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:56:22,495 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:56:22,499 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:56:24,251 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:56:24,253 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:57:18,269 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:57:18,269 - Initializing Velocity, Calling init()... -2018-07-18 11:57:18,269 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:57:18,269 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:57:18,269 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:57:18,269 - 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... -2018-07-18 11:57:18,269 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:57:18,269 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:57:18,271 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:57:18,275 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:57:18,276 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:57:18,277 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:57:18,277 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:57:18,277 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:57:18,278 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:57:18,279 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:57:18,279 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:57:18,280 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:57:18,281 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:57:18,303 - Created '20' parsers. -2018-07-18 11:57:18,306 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:57:18,306 - 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 -2018-07-18 11:57:18,307 - Velocimacro : Default library not found. -2018-07-18 11:57:18,307 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:57:18,307 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:57:18,307 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:57:18,307 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:57:18,314 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:57:18,318 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:57:19,694 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:57:19,695 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:11,824 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:58:11,824 - Initializing Velocity, Calling init()... -2018-07-18 11:58:11,824 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:58:11,825 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:58:11,825 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:58:11,825 - 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... -2018-07-18 11:58:11,825 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:58:11,825 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:58:11,828 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:11,831 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:58:11,832 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:58:11,833 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:58:11,833 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:58:11,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:58:11,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:58:11,835 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:58:11,835 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:58:11,836 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:58:11,837 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:58:11,859 - Created '20' parsers. -2018-07-18 11:58:11,862 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:58:11,863 - 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 -2018-07-18 11:58:11,863 - Velocimacro : Default library not found. -2018-07-18 11:58:11,863 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:58:11,863 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:58:11,863 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:58:11,863 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:58:11,870 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:11,874 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:13,282 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:13,284 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:29,817 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:58:29,817 - Initializing Velocity, Calling init()... -2018-07-18 11:58:29,817 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:58:29,817 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:58:29,817 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:58:29,817 - 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... -2018-07-18 11:58:29,817 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:58:29,817 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:58:29,820 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:29,823 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:58:29,824 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:58:29,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:58:29,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:58:29,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:58:29,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:58:29,827 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:58:29,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:58:29,829 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:58:29,830 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:58:29,851 - Created '20' parsers. -2018-07-18 11:58:29,854 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:58:29,854 - 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 -2018-07-18 11:58:29,854 - Velocimacro : Default library not found. -2018-07-18 11:58:29,854 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:58:29,854 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:58:29,854 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:58:29,854 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:58:29,862 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:29,867 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:31,636 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:58:31,638 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader diff --git a/velocity.log.1 b/velocity.log.1 deleted file mode 100644 index 8fe6f2b..0000000 --- a/velocity.log.1 +++ /dev/null @@ -1,884 +0,0 @@ -2018-07-18 10:03:33,066 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:03:33,066 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:03:33,069 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:03:33,073 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:03:33,074 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:03:33,075 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:03:33,075 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:03:33,075 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:03:33,076 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:03:33,077 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:03:33,078 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:03:33,079 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:03:33,080 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:03:33,105 - Created '20' parsers. -2018-07-18 10:03:33,113 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:03:33,113 - 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 -2018-07-18 10:03:33,114 - Velocimacro : Default library not found. -2018-07-18 10:03:33,114 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:03:33,114 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:03:33,114 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:03:33,114 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:03:33,132 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:03:33,138 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:04:04,894 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:04:04,894 - Initializing Velocity, Calling init()... -2018-07-18 10:04:04,894 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:04:04,894 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:04:04,894 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:04:04,894 - 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... -2018-07-18 10:04:04,894 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:04:04,894 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:04:04,894 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:04:04,894 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:04:04,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:04:04,896 - Created '20' parsers. -2018-07-18 10:04:04,896 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:04:04,896 - 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 -2018-07-18 10:04:04,896 - Velocimacro : Default library not found. -2018-07-18 10:04:04,896 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:04:04,896 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:04:04,896 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:04:04,896 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:04:04,897 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:04:04,898 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:04:34,452 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:04:34,455 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:06:22,663 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:06:22,667 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:06:46,406 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:06:46,407 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -ader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:06:46,407 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:06,696 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:13:06,696 - Initializing Velocity, Calling init()... -2018-07-18 10:13:06,696 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:13:06,696 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:13:06,696 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:13:06,696 - 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... -2018-07-18 10:13:06,696 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:13:06,696 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:13:06,699 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:06,702 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:13:06,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:13:06,704 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:13:06,704 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:13:06,705 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:13:06,705 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:13:06,706 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:13:06,707 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:13:06,707 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:13:06,708 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:13:06,730 - Created '20' parsers. -2018-07-18 10:13:06,733 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:13:06,734 - 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 -2018-07-18 10:13:06,734 - Velocimacro : Default library not found. -2018-07-18 10:13:06,734 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:13:06,734 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:13:06,734 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:13:06,734 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:13:06,741 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:06,746 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:09,500 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:09,502 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:10,690 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:13:10,690 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:13:10,691 - Initializing Velocity, Calling init()... -2018-07-18 10:13:10,691 - Initializing Velocity, Calling init()... -2018-07-18 10:13:10,691 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:13:10,691 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:13:10,691 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:13:10,691 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:13:10,691 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:13:10,691 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:13:10,691 - 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... -2018-07-18 10:13:10,691 - 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... -2018-07-18 10:13:10,691 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:13:10,691 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:13:10,691 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:13:10,691 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:13:10,691 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:10,691 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:10,691 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:13:10,691 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:13:10,691 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:13:10,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:13:10,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:13:10,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:13:10,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:13:10,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:13:10,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:13:10,692 - Created '20' parsers. -2018-07-18 10:13:10,692 - Created '20' parsers. -2018-07-18 10:13:10,692 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:13:10,692 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:13:10,693 - 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 -2018-07-18 10:13:10,693 - 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 -2018-07-18 10:13:10,693 - Velocimacro : Default library not found. -2018-07-18 10:13:10,693 - Velocimacro : Default library not found. -2018-07-18 10:13:10,693 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:13:10,693 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:13:10,693 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:13:10,693 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:13:10,693 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:13:10,693 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:13:10,693 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:13:10,693 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:13:10,694 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:10,694 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:10,698 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:10,698 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:14,289 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:14,289 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:14,291 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:13:14,291 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:38,730 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:18:38,730 - Initializing Velocity, Calling init()... -2018-07-18 10:18:38,730 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:18:38,730 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:18:38,730 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:18:38,730 - 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... -2018-07-18 10:18:38,730 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:18:38,730 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:18:38,732 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:38,736 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:18:38,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:18:38,738 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:18:38,738 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:18:38,739 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:18:38,739 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:18:38,740 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:18:38,741 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:18:38,741 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:18:38,742 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:18:38,773 - Created '20' parsers. -2018-07-18 10:18:38,776 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:18:38,777 - 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 -2018-07-18 10:18:38,777 - Velocimacro : Default library not found. -2018-07-18 10:18:38,777 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:18:38,777 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:18:38,777 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:18:38,777 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:18:38,784 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:38,790 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:39,870 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:39,872 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:48,253 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:18:48,253 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:18:48,253 - Initializing Velocity, Calling init()... -2018-07-18 10:18:48,253 - Initializing Velocity, Calling init()... -2018-07-18 10:18:48,253 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:18:48,253 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:18:48,253 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:18:48,253 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:18:48,253 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:18:48,253 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:18:48,253 - 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... -2018-07-18 10:18:48,253 - 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... -2018-07-18 10:18:48,253 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:18:48,253 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:18:48,253 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:18:48,253 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:18:48,253 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:48,253 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:48,254 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:18:48,254 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:18:48,254 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:18:48,255 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:18:48,255 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:18:48,255 - Created '20' parsers. -2018-07-18 10:18:48,255 - Created '20' parsers. -2018-07-18 10:18:48,255 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:18:48,255 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:18:48,255 - 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 -2018-07-18 10:18:48,255 - 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 -2018-07-18 10:18:48,255 - Velocimacro : Default library not found. -2018-07-18 10:18:48,255 - Velocimacro : Default library not found. -2018-07-18 10:18:48,256 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:18:48,256 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:18:48,256 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:18:48,256 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:18:48,256 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:18:48,256 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:18:48,256 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:18:48,256 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:18:48,257 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:48,257 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:48,259 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:48,259 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:52,196 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:52,196 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:52,198 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:18:52,198 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:24:37,941 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:24:37,941 - Initializing Velocity, Calling init()... -2018-07-18 10:24:37,941 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:24:37,941 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:24:37,941 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:24:37,941 - 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... -2018-07-18 10:24:37,941 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:24:37,941 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:24:37,943 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:24:37,947 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:24:37,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:24:37,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:24:37,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:24:37,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:24:37,951 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:24:37,951 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:24:37,952 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:24:37,953 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:24:37,953 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:24:37,984 - Created '20' parsers. -2018-07-18 10:24:37,988 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:24:37,988 - 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 -2018-07-18 10:24:37,988 - Velocimacro : Default library not found. -2018-07-18 10:24:37,988 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:24:37,988 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:24:37,988 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:24:37,988 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:24:37,996 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:24:38,004 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:24:39,819 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:24:39,821 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:07,146 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:25:07,146 - Initializing Velocity, Calling init()... -2018-07-18 10:25:07,146 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:25:07,147 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:25:07,147 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:25:07,147 - 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... -2018-07-18 10:25:07,147 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:25:07,147 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:25:07,150 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:07,153 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:25:07,154 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:25:07,155 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:25:07,155 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:25:07,156 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:25:07,157 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:25:07,157 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:25:07,158 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:25:07,159 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:25:07,160 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:25:07,189 - Created '20' parsers. -2018-07-18 10:25:07,192 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:25:07,192 - 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 -2018-07-18 10:25:07,192 - Velocimacro : Default library not found. -2018-07-18 10:25:07,192 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:25:07,192 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:25:07,192 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:25:07,192 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:25:07,200 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:07,206 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:08,496 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:08,498 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:11,756 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:25:11,756 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:25:11,756 - Initializing Velocity, Calling init()... -2018-07-18 10:25:11,756 - Initializing Velocity, Calling init()... -2018-07-18 10:25:11,756 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:25:11,756 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:25:11,756 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:25:11,756 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:25:11,757 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:25:11,757 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:25:11,757 - 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... -2018-07-18 10:25:11,757 - 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... -2018-07-18 10:25:11,757 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:25:11,757 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:25:11,757 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:25:11,757 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:25:11,757 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:11,757 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:11,757 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:25:11,757 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:25:11,757 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:25:11,757 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:25:11,757 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:25:11,757 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:25:11,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:25:11,759 - Created '20' parsers. -2018-07-18 10:25:11,759 - Created '20' parsers. -2018-07-18 10:25:11,759 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:25:11,759 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:25:11,759 - 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 -2018-07-18 10:25:11,759 - 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 -2018-07-18 10:25:11,759 - Velocimacro : Default library not found. -2018-07-18 10:25:11,759 - Velocimacro : Default library not found. -2018-07-18 10:25:11,759 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:25:11,759 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:25:11,759 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:25:11,759 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:25:11,759 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:25:11,759 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:25:11,759 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:25:11,759 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:25:11,761 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:11,761 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:11,762 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:11,762 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:12,949 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:12,949 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:12,950 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:25:12,950 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:02,382 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:02,382 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:02,384 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:02,384 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:55,567 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:26:55,568 - Initializing Velocity, Calling init()... -2018-07-18 10:26:55,568 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:26:55,568 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:26:55,568 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:26:55,568 - 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... -2018-07-18 10:26:55,568 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:26:55,568 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:26:55,571 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:55,575 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:26:55,575 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:26:55,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:26:55,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:26:55,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:26:55,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:26:55,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:26:55,579 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:26:55,579 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:26:55,580 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:26:55,602 - Created '20' parsers. -2018-07-18 10:26:55,606 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:26:55,606 - 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 -2018-07-18 10:26:55,606 - Velocimacro : Default library not found. -2018-07-18 10:26:55,606 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:26:55,606 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:26:55,606 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:26:55,606 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:26:55,614 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:55,620 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:57,200 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:26:57,203 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:27:19,170 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:27:19,171 - Initializing Velocity, Calling init()... -2018-07-18 10:27:19,171 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:27:19,171 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:27:19,171 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:27:19,171 - 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... -2018-07-18 10:27:19,171 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:27:19,171 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:27:19,174 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:27:19,178 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:27:19,179 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:27:19,180 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:27:19,180 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:27:19,181 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:27:19,181 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:27:19,182 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:27:19,182 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:27:19,183 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:27:19,184 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:27:19,214 - Created '20' parsers. -2018-07-18 10:27:19,218 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:27:19,218 - 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 -2018-07-18 10:27:19,218 - Velocimacro : Default library not found. -2018-07-18 10:27:19,218 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:27:19,218 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:27:19,218 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:27:19,218 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:27:19,226 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:27:19,232 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:27:20,763 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:27:20,766 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:09,838 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:31:09,838 - Initializing Velocity, Calling init()... -2018-07-18 10:31:09,838 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:31:09,838 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:31:09,838 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:31:09,838 - 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... -2018-07-18 10:31:09,838 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:31:09,838 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:31:09,841 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:09,844 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:31:09,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:31:09,846 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:31:09,846 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:31:09,847 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:31:09,847 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:31:09,848 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:31:09,849 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:31:09,849 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:31:09,850 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:31:09,872 - Created '20' parsers. -2018-07-18 10:31:09,875 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:31:09,875 - 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 -2018-07-18 10:31:09,875 - Velocimacro : Default library not found. -2018-07-18 10:31:09,875 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:31:09,875 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:31:09,875 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:31:09,875 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:31:09,882 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:09,897 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:11,149 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:11,151 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:55,058 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:31:55,058 - Initializing Velocity, Calling init()... -2018-07-18 10:31:55,058 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:31:55,059 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:31:55,059 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:31:55,059 - 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... -2018-07-18 10:31:55,059 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:31:55,059 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:31:55,061 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:55,065 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:31:55,066 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:31:55,067 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:31:55,067 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:31:55,068 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:31:55,068 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:31:55,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:31:55,070 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:31:55,070 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:31:55,071 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:31:55,093 - Created '20' parsers. -2018-07-18 10:31:55,096 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:31:55,097 - 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 -2018-07-18 10:31:55,097 - Velocimacro : Default library not found. -2018-07-18 10:31:55,097 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:31:55,097 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:31:55,097 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:31:55,097 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:31:55,105 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:55,111 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:58,088 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:31:58,090 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:32:24,873 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:32:24,875 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:35:53,812 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:35:53,814 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:36:11,049 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:36:11,050 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:36:16,165 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:36:16,166 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:43:38,221 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:43:38,221 - Initializing Velocity, Calling init()... -2018-07-18 10:43:38,221 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:43:38,221 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:43:38,222 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:43:38,222 - 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... -2018-07-18 10:43:38,222 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:43:38,222 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:43:38,224 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:43:38,228 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:43:38,229 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:43:38,230 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:43:38,230 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:43:38,230 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:43:38,231 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:43:38,231 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:43:38,232 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:43:38,233 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:43:38,234 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:43:38,263 - Created '20' parsers. -2018-07-18 10:43:38,266 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:43:38,267 - 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 -2018-07-18 10:43:38,267 - Velocimacro : Default library not found. -2018-07-18 10:43:38,267 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:43:38,267 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:43:38,267 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:43:38,267 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:43:38,275 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:43:38,281 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:43:40,410 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:43:40,413 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:44:16,198 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:44:16,198 - Initializing Velocity, Calling init()... -2018-07-18 10:44:16,198 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:44:16,198 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:44:16,198 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:44:16,198 - 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... -2018-07-18 10:44:16,199 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:44:16,199 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:44:16,201 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:44:16,205 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:44:16,205 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:44:16,206 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:44:16,207 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:44:16,207 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:44:16,208 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:44:16,208 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:44:16,209 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:44:16,210 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:44:16,210 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:44:16,232 - Created '20' parsers. -2018-07-18 10:44:16,236 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:44:16,236 - 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 -2018-07-18 10:44:16,236 - Velocimacro : Default library not found. -2018-07-18 10:44:16,236 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:44:16,236 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:44:16,236 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:44:16,236 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:44:16,244 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:44:16,250 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:44:17,397 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:44:17,400 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:45:56,202 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:45:56,202 - Initializing Velocity, Calling init()... -2018-07-18 10:45:56,202 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:45:56,202 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:45:56,203 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:45:56,203 - 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... -2018-07-18 10:45:56,203 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:45:56,203 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:45:56,205 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:45:56,209 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:45:56,210 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:45:56,210 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:45:56,211 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:45:56,212 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:45:56,212 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:45:56,213 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:45:56,214 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:45:56,214 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:45:56,215 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:45:56,244 - Created '20' parsers. -2018-07-18 10:45:56,248 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:45:56,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 -2018-07-18 10:45:56,248 - Velocimacro : Default library not found. -2018-07-18 10:45:56,248 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:45:56,248 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:45:56,248 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:45:56,248 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:45:56,256 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:45:56,262 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:45:57,266 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:45:57,268 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:46:50,412 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:46:50,412 - Initializing Velocity, Calling init()... -2018-07-18 10:46:50,412 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:46:50,412 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:46:50,413 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:46:50,413 - 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... -2018-07-18 10:46:50,413 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:46:50,413 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:46:50,415 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:46:50,419 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:46:50,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:46:50,421 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:46:50,421 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:46:50,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:46:50,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:46:50,423 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:46:50,424 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:46:50,424 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:46:50,425 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:46:50,453 - Created '20' parsers. -2018-07-18 10:46:50,457 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:46:50,457 - 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 -2018-07-18 10:46:50,457 - Velocimacro : Default library not found. -2018-07-18 10:46:50,457 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:46:50,457 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:46:50,457 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:46:50,457 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:46:50,465 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:46:50,471 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:46:52,687 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:46:52,690 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:19,782 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:47:19,782 - Initializing Velocity, Calling init()... -2018-07-18 10:47:19,782 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:47:19,782 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:47:19,782 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:47:19,782 - 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... -2018-07-18 10:47:19,782 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:47:19,782 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:47:19,784 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:19,788 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:47:19,789 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:47:19,790 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:47:19,790 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:47:19,790 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:47:19,791 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:47:19,792 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:47:19,793 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:47:19,794 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:47:19,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:47:19,825 - Created '20' parsers. -2018-07-18 10:47:19,830 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:47:19,830 - 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 -2018-07-18 10:47:19,830 - Velocimacro : Default library not found. -2018-07-18 10:47:19,830 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:47:19,830 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:47:19,830 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:47:19,830 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:47:19,838 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:19,845 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:21,476 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:21,479 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:24,711 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:24,714 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:43,365 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:47:43,367 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:48:52,288 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:48:52,288 - Initializing Velocity, Calling init()... -2018-07-18 10:48:52,288 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:48:52,288 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:48:52,288 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:48:52,288 - 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... -2018-07-18 10:48:52,288 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:48:52,288 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:48:52,291 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:48:52,295 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:48:52,296 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:48:52,296 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:48:52,297 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:48:52,297 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:48:52,297 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:48:52,298 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:48:52,299 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:48:52,300 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:48:52,300 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:48:52,330 - Created '20' parsers. -2018-07-18 10:48:52,333 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:48:52,334 - 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 -2018-07-18 10:48:52,334 - Velocimacro : Default library not found. -2018-07-18 10:48:52,334 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:48:52,334 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:48:52,334 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:48:52,334 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:48:52,342 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:48:52,348 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:48:53,258 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:48:53,260 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:34,151 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:34,153 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:40,814 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:40,817 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:45,635 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:45,636 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:48,663 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:48,665 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:52,264 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:52,264 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:55,402 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:49:55,403 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:54:20,311 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:54:20,312 - Initializing Velocity, Calling init()... -2018-07-18 10:54:20,312 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:54:20,312 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:54:20,312 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:54:20,312 - 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... -2018-07-18 10:54:20,312 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:54:20,312 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:54:20,314 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:54:20,318 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:54:20,319 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:54:20,320 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:54:20,320 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:54:20,321 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:54:20,321 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:54:20,322 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:54:20,323 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:54:20,324 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:54:20,324 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:54:20,354 - Created '20' parsers. -2018-07-18 10:54:20,357 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:54:20,357 - 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 -2018-07-18 10:54:20,358 - Velocimacro : Default library not found. -2018-07-18 10:54:20,358 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:54:20,358 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:54:20,358 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:54:20,358 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:54:20,365 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:54:20,372 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:54:21,391 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:54:21,393 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:55:15,899 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:55:15,900 - Initializing Velocity, Calling init()... -2018-07-18 10:55:15,900 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:55:15,900 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:55:15,900 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:55:15,900 - 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... -2018-07-18 10:55:15,900 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:55:15,900 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:55:15,902 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:55:15,906 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:55:15,907 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:55:15,908 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:55:15,908 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:55:15,908 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:55:15,909 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:55:15,909 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:55:15,910 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:55:15,911 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:55:15,912 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:55:15,941 - Created '20' parsers. -2018-07-18 10:55:15,945 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:55:15,945 - 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 -2018-07-18 10:55:15,945 - Velocimacro : Default library not found. -2018-07-18 10:55:15,945 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:55:15,945 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:55:15,945 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:55:15,945 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:55:15,953 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:55:15,959 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:55:17,629 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:55:17,631 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:56:16,632 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 10:56:16,632 - Initializing Velocity, Calling init()... -2018-07-18 10:56:16,632 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 10:56:16,632 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 10:56:16,632 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 10:56:16,632 - 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... -2018-07-18 10:56:16,632 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:56:16,632 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 10:56:16,635 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:56:16,639 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 10:56:16,640 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 10:56:16,641 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 10:56:16,641 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 10:56:16,642 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 10:56:16,642 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 10:56:16,643 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 10:56:16,644 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 10:56:16,645 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 10:56:16,645 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 10:56:16,666 - Created '20' parsers. -2018-07-18 10:56:16,669 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 10:56:16,669 - 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 -2018-07-18 10:56:16,669 - Velocimacro : Default library not found. -2018-07-18 10:56:16,669 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 10:56:16,669 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 10:56:16,669 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 10:56:16,670 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 10:56:16,677 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:56:16,684 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:56:17,792 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 10:56:17,794 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:14:57,222 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:14:57,222 - Log4JLogChute initialized using file 'velocity.log' -2018-07-18 11:14:57,222 - Initializing Velocity, Calling init()... -2018-07-18 11:14:57,222 - Initializing Velocity, Calling init()... -2018-07-18 11:14:57,222 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:14:57,222 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2018-07-18 11:14:57,222 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:14:57,222 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2018-07-18 11:14:57,222 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:14:57,222 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2018-07-18 11:14:57,223 - 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... -2018-07-18 11:14:57,223 - 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... -2018-07-18 11:14:57,223 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:14:57,223 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:14:57,223 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:14:57,223 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2018-07-18 11:14:57,223 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:14:57,223 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:14:57,223 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:14:57,223 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2018-07-18 11:14:57,223 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:14:57,223 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:14:57,224 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2018-07-18 11:14:57,225 - Created '20' parsers. -2018-07-18 11:14:57,225 - Created '20' parsers. -2018-07-18 11:14:57,225 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:14:57,225 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2018-07-18 11:14:57,226 - 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 -2018-07-18 11:14:57,226 - 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 -2018-07-18 11:14:57,226 - Velocimacro : Default library not found. -2018-07-18 11:14:57,226 - Velocimacro : Default library not found. -2018-07-18 11:14:57,226 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:14:57,226 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2018-07-18 11:14:57,226 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:14:57,226 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2018-07-18 11:14:57,226 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:14:57,226 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2018-07-18 11:14:57,226 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:14:57,226 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2018-07-18 11:14:57,227 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:14:57,227 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:14:57,230 - ResourceManager : found templates/articles/edit.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:14:57,230 - ResourceManager : found templates/articles/edit.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:15:08,003 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:15:08,003 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:15:08,006 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:15:08,006 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:16:21,770 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:16:21,770 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:16:21,772 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:16:21,772 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:15,370 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:15,370 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:15,372 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:15,372 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:17,896 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:17,896 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:17,898 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:17:17,898 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:28,628 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:28,628 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:28,629 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:28,629 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:30,332 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:30,332 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:30,332 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:18:30,332 - ResourceManager : found templates/articles/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2018-07-18 11:19:08,664 - Log4JLogChute initialized using file 'velocity.log' From 727f8610b1e9969be7a01dcf901a27ef84edf572 Mon Sep 17 00:00:00 2001 From: Angelina Blyth Date: Wed, 18 Jul 2018 14:06:35 +0100 Subject: [PATCH 3/3] Fixed image article issue changed vw --- src/main/resources/public/articles.css | 5 +- src/main/resources/templates/layout.vtl | 2 +- velocity.log | 157 ++++++++++++++++++++++++ 3 files changed, 160 insertions(+), 4 deletions(-) create mode 100644 velocity.log diff --git a/src/main/resources/public/articles.css b/src/main/resources/public/articles.css index 6ce9f62..e96ab67 100644 --- a/src/main/resources/public/articles.css +++ b/src/main/resources/public/articles.css @@ -97,15 +97,14 @@ div.polaroid-container{ div.polaroid { - width: 30%; + width: 22vw; background-color: white; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); margin:0.5%; /*margin-bottom: 25px;*/ text-align: center; /*display: flex;*/ - flex-grow: 1; - flex: 1 0 20%; + } div.polaroid-article-header { diff --git a/src/main/resources/templates/layout.vtl b/src/main/resources/templates/layout.vtl index 3b6d561..2575e07 100644 --- a/src/main/resources/templates/layout.vtl +++ b/src/main/resources/templates/layout.vtl @@ -23,7 +23,7 @@
- +
diff --git a/velocity.log b/velocity.log new file mode 100644 index 0000000..a5da30b --- /dev/null +++ b/velocity.log @@ -0,0 +1,157 @@ +2018-07-18 13:17:03,432 - Log4JLogChute initialized using file 'velocity.log' +2018-07-18 13:17:03,433 - Initializing Velocity, Calling init()... +2018-07-18 13:17:03,433 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2018-07-18 13:17:03,433 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2018-07-18 13:17:03,433 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2018-07-18 13:17:03,433 - 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... +2018-07-18 13:17:03,433 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 13:17:03,433 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 13:17:03,435 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:03,439 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2018-07-18 13:17:03,440 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2018-07-18 13:17:03,441 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2018-07-18 13:17:03,441 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2018-07-18 13:17:03,442 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2018-07-18 13:17:03,442 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2018-07-18 13:17:03,443 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2018-07-18 13:17:03,444 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2018-07-18 13:17:03,444 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2018-07-18 13:17:03,445 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2018-07-18 13:17:03,477 - Created '20' parsers. +2018-07-18 13:17:03,480 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2018-07-18 13:17:03,480 - 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 +2018-07-18 13:17:03,480 - Velocimacro : Default library not found. +2018-07-18 13:17:03,480 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2018-07-18 13:17:03,480 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2018-07-18 13:17:03,480 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2018-07-18 13:17:03,480 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2018-07-18 13:17:03,488 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:03,494 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:10,386 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:10,389 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:13,731 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:13,733 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:14,786 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:14,790 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:16,560 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:16,562 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:18,103 - Log4JLogChute initialized using file 'velocity.log' +2018-07-18 13:17:18,103 - Log4JLogChute initialized using file 'velocity.log' +2018-07-18 13:17:18,103 - Initializing Velocity, Calling init()... +2018-07-18 13:17:18,103 - Initializing Velocity, Calling init()... +2018-07-18 13:17:18,103 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2018-07-18 13:17:18,103 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2018-07-18 13:17:18,103 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2018-07-18 13:17:18,103 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2018-07-18 13:17:18,103 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2018-07-18 13:17:18,103 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2018-07-18 13:17:18,103 - 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... +2018-07-18 13:17:18,103 - 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... +2018-07-18 13:17:18,103 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 13:17:18,103 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 13:17:18,103 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 13:17:18,103 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 13:17:18,103 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:18,103 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:18,103 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2018-07-18 13:17:18,103 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2018-07-18 13:17:18,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2018-07-18 13:17:18,105 - Created '20' parsers. +2018-07-18 13:17:18,105 - Created '20' parsers. +2018-07-18 13:17:18,106 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2018-07-18 13:17:18,106 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2018-07-18 13:17:18,106 - 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 +2018-07-18 13:17:18,106 - 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 +2018-07-18 13:17:18,106 - Velocimacro : Default library not found. +2018-07-18 13:17:18,106 - Velocimacro : Default library not found. +2018-07-18 13:17:18,106 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2018-07-18 13:17:18,106 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2018-07-18 13:17:18,106 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2018-07-18 13:17:18,106 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2018-07-18 13:17:18,106 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2018-07-18 13:17:18,106 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2018-07-18 13:17:18,106 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2018-07-18 13:17:18,106 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2018-07-18 13:17:18,107 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:18,107 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:18,108 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:18,108 - ResourceManager : found templates/journalists/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:19,676 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:19,676 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:19,677 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 13:17:19,677 - ResourceManager : found templates/journalists/show.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 14:05:43,929 - Log4JLogChute initialized using file 'velocity.log' +2018-07-18 14:05:43,930 - Initializing Velocity, Calling init()... +2018-07-18 14:05:43,930 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2018-07-18 14:05:43,930 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2018-07-18 14:05:43,930 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2018-07-18 14:05:43,930 - 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... +2018-07-18 14:05:43,930 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 14:05:43,930 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 14:05:43,932 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 14:05:43,936 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2018-07-18 14:05:43,937 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2018-07-18 14:05:43,938 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2018-07-18 14:05:43,938 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2018-07-18 14:05:43,939 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2018-07-18 14:05:43,939 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2018-07-18 14:05:43,940 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2018-07-18 14:05:43,941 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2018-07-18 14:05:43,941 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2018-07-18 14:05:43,942 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2018-07-18 14:05:43,964 - Created '20' parsers. +2018-07-18 14:05:43,975 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2018-07-18 14:05:43,975 - 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 +2018-07-18 14:05:43,975 - Velocimacro : Default library not found. +2018-07-18 14:05:43,976 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2018-07-18 14:05:43,976 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2018-07-18 14:05:43,976 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2018-07-18 14:05:43,976 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2018-07-18 14:05:43,983 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 14:05:43,989 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 14:06:07,999 - Log4JLogChute initialized using file 'velocity.log' +2018-07-18 14:06:07,999 - Initializing Velocity, Calling init()... +2018-07-18 14:06:08,000 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2018-07-18 14:06:08,000 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2018-07-18 14:06:08,000 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2018-07-18 14:06:08,000 - 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... +2018-07-18 14:06:08,000 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 14:06:08,000 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2018-07-18 14:06:08,003 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 14:06:08,008 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2018-07-18 14:06:08,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2018-07-18 14:06:08,009 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2018-07-18 14:06:08,009 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2018-07-18 14:06:08,010 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2018-07-18 14:06:08,010 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2018-07-18 14:06:08,011 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2018-07-18 14:06:08,012 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2018-07-18 14:06:08,013 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2018-07-18 14:06:08,014 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2018-07-18 14:06:08,045 - Created '20' parsers. +2018-07-18 14:06:08,050 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2018-07-18 14:06:08,050 - 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 +2018-07-18 14:06:08,050 - Velocimacro : Default library not found. +2018-07-18 14:06:08,050 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2018-07-18 14:06:08,050 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2018-07-18 14:06:08,050 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2018-07-18 14:06:08,050 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2018-07-18 14:06:08,059 - ResourceManager : found templates/layout.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2018-07-18 14:06:08,065 - ResourceManager : found templates/articles/index.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader