From aaac1aca5d67eac2da5c0308e74ac86abf8d7990 Mon Sep 17 00:00:00 2001 From: Ariane Date: Mon, 6 Apr 2020 15:46:18 +0100 Subject: [PATCH 01/19] create db --- .gitignore | 4 +- example.log | 640 ++++++++++++++++++ .../db/migration/V1__create_table.sql | 18 +- src/main/resources/log4j.properties | 14 +- 4 files changed, 673 insertions(+), 3 deletions(-) create mode 100644 example.log diff --git a/.gitignore b/.gitignore index 8697012..29dbec9 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,6 @@ target/ .idea/ functional_tests/Gemfile.lock functional_tests/log_app_err.txt -functional_tests/log_app_out.txt \ No newline at end of file +functional_tests/log_app_out.txt + +acebook.iml \ No newline at end of file diff --git a/example.log b/example.log new file mode 100644 index 0000000..15b3e31 --- /dev/null +++ b/example.log @@ -0,0 +1,640 @@ +INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration +DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration +INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) +DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) +DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true +DEBUG main org.flywaydb.core.Flyway - Schema: public +DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... +DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... +DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) +INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.063s) +INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 +INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. +DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M +DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@43d7741f +DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog +INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @1393ms to org.eclipse.jetty.util.log.Slf4jLog +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} +DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@442675e1 +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} +DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} +INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1553ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] +INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 +INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1604ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging +INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1608ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1609ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1612ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1614ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1615ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1615ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1616ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +ERROR Thread-0 spark.Spark - ignite failed +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration +DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration +INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) +DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) +DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true +DEBUG main org.flywaydb.core.Flyway - Schema: public +DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... +DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... +DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) +INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.062s) +INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 +INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. +DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M +DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@43d7741f +DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog +INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @1626ms to org.eclipse.jetty.util.log.Slf4jLog +DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@442675e1 +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} +DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} +INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1790ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=7,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] +INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 +INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1827ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging +INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1833ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1833ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1835ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1839ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +ERROR Thread-0 spark.Spark - ignite failed +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration +DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration +INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) +DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) +DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true +DEBUG main org.flywaydb.core.Flyway - Schema: public +DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... +DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... +DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) +INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.091s) +INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 +INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. +DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M +DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@2698dc7 +DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog +DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@71248c21 +INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2181ms to org.eclipse.jetty.util.log.Slf4jLog +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} +DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} +INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2355ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] +INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 +INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2514ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging +INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2520ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2520ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2523ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2530ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2531ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2533ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2534ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +ERROR Thread-0 spark.Spark - ignite failed +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration +DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration +INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) +DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) +DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true +DEBUG main org.flywaydb.core.Flyway - Schema: public +DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... +DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... +DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) +INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.136s) +INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 +INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. +DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M +DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@73d4cc9e +DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog +INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2623ms to org.eclipse.jetty.util.log.Slf4jLog +DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@1445d7f +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} +DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} +INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3020ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] +INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 +INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3120ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging +INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 660000ms +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3123ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=660000, ownscheduler=true] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3124ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3133ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3137ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3137ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3138ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3140ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +ERROR Thread-0 spark.Spark - ignite failed +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration +DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration +INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook-test (PostgreSQL 12.2) +DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) +DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true +DEBUG main org.flywaydb.core.Flyway - Schema: public +DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... +DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... +DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) +INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.115s) +INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 +INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. +DEBUG main org.flywaydb.core.Flyway - Memory usage: 17 of 130M +DEBUG main org.sql2o.Query - total: 35 ms; executed update [No name] +DEBUG main org.sql2o.Query - total: 39 ms; executed update [No name] +DEBUG main org.sql2o.Query - total: 2 ms; executed update [No name] +DEBUG main org.sql2o.Query - total: 10 ms; executed update [No name] +DEBUG main com.despegar.http.client.HttpClient - HttpClient created with 1 max connections per destination +DEBUG main com.despegar.http.client.HttpMethod - Executing HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] ... +DEBUG main com.despegar.http.client.HttpMethod - HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] executed with response HttpResponse [code=200, message=OK, headers={Transfer-Encoding=[chunked], null=[HTTP/1.1 200 OK], Server=[Jetty(9.4.8.v20171121)], Date=[Mon, 06 Apr 2020 14:41:42 GMT], Content-Type=[text/html;charset=utf-8]}, body=[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]] +DEBUG main com.despegar.http.client.HttpClient - HttpClient created with 1 max connections per destination +DEBUG main com.despegar.http.client.HttpMethod - Executing HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] ... +DEBUG main com.despegar.http.client.HttpMethod - HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] executed with response HttpResponse [code=200, message=OK, headers={Transfer-Encoding=[chunked], null=[HTTP/1.1 200 OK], Server=[Jetty(9.4.8.v20171121)], Date=[Mon, 06 Apr 2020 14:42:10 GMT], Content-Type=[text/html;charset=utf-8]}, body=[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]] +INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration +DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ +DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql +DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration +INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) +DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) +DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true +DEBUG main org.flywaydb.core.Flyway - Schema: public +DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... +DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... +DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) +INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.145s) +INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 +INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. +DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M +DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@44f75083 +DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog +INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2519ms to org.eclipse.jetty.util.log.Slf4jLog +DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@453da22c +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} +DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... +INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} +INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3010ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] +INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 +INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3110ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f +DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging +INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3130ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3130ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3165ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3178ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3179ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3180ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3188ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) +ERROR Thread-0 spark.Spark - ignite failed +java.net.BindException: Address already in use + at java.base/sun.nio.ch.Net.bind0(Native Method) + at java.base/sun.nio.ch.Net.bind(Net.java:479) + at java.base/sun.nio.ch.Net.bind(Net.java:468) + at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) + at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) + at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) + at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) + at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) + at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at org.eclipse.jetty.server.Server.doStart(Server.java:397) + at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) + at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) + at spark.Service.lambda$init$2(Service.java:549) + at java.base/java.lang.Thread.run(Thread.java:832) diff --git a/src/main/resources/db/migration/V1__create_table.sql b/src/main/resources/db/migration/V1__create_table.sql index 44745e0..e3be701 100644 --- a/src/main/resources/db/migration/V1__create_table.sql +++ b/src/main/resources/db/migration/V1__create_table.sql @@ -2,4 +2,20 @@ create table posts( post_id VARCHAR, title VARCHAR, content VARCHAR -) \ No newline at end of file +) + +--In db acebook,table Posts: +ALTER TABLE posts ADD COLUMN date VARCHAR; +ALTER TABLE posts ADD COLUMN time timestamp; + +--In db acebook-test,table posts: +ALTER TABLE posts ADD COLUMN date VARCHAR; +ALTER TABLE posts ADD COLUMN time timestamp; + + + +--Create new user table in acebook db: +CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); + +--Create new user table in acebook-test db: +CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); \ No newline at end of file diff --git a/src/main/resources/log4j.properties b/src/main/resources/log4j.properties index 7daba93..234eb57 100644 --- a/src/main/resources/log4j.properties +++ b/src/main/resources/log4j.properties @@ -1 +1,13 @@ -log4j.rootLogger=INFO \ No newline at end of file +#log4j.rootLogger=INFO +log4j.rootLogger=debug, stdout, R +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +# Pattern to output the caller's file name and line number. +log4j.appender.stdout.layout.ConversionPattern=%5p [%t] (%F:%L) - %m%n +log4j.appender.R=org.apache.log4j.RollingFileAppender +log4j.appender.R.File=example.log +log4j.appender.R.MaxFileSize=100KB +# Keep one backup file +log4j.appender.R.MaxBackupIndex=1 +log4j.appender.R.layout=org.apache.log4j.PatternLayout +log4j.appender.R.layout.ConversionPattern=%p %t %c - %m%n \ No newline at end of file From 140ac0305ba91a1163bce08e708334e75d220352 Mon Sep 17 00:00:00 2001 From: Ziyao Zheng Date: Mon, 6 Apr 2020 16:27:40 +0100 Subject: [PATCH 02/19] set up finished --- .gitignore | 4 +- example.log | 742 +++--------------- .../db/migration/V1__create_table.sql | 12 +- 3 files changed, 110 insertions(+), 648 deletions(-) diff --git a/.gitignore b/.gitignore index 29dbec9..7b972ec 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,5 @@ target/ functional_tests/Gemfile.lock functional_tests/log_app_err.txt functional_tests/log_app_out.txt - -acebook.iml \ No newline at end of file +acebook.iml +example.log.1 diff --git a/example.log b/example.log index 15b3e31..e369e63 100644 --- a/example.log +++ b/example.log @@ -1,640 +1,102 @@ -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.063s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@43d7741f -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @1393ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@442675e1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1553ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1604ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1608ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1609ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1612ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1614ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1615ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1615ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1616ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.062s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@43d7741f -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @1626ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@442675e1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1790ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=7,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1827ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1833ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1833ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1835ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1839ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.091s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@2698dc7 -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@71248c21 -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2181ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2355ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2514ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2520ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2520ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2523ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2530ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2531ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2533ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2534ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.136s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@73d4cc9e -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2623ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@1445d7f -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3020ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3120ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 660000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3123ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=660000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3124ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3133ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3137ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3137ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3138ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3140ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook-test (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.115s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 17 of 130M -DEBUG main org.sql2o.Query - total: 35 ms; executed update [No name] -DEBUG main org.sql2o.Query - total: 39 ms; executed update [No name] -DEBUG main org.sql2o.Query - total: 2 ms; executed update [No name] -DEBUG main org.sql2o.Query - total: 10 ms; executed update [No name] -DEBUG main com.despegar.http.client.HttpClient - HttpClient created with 1 max connections per destination -DEBUG main com.despegar.http.client.HttpMethod - Executing HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] ... -DEBUG main com.despegar.http.client.HttpMethod - HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] executed with response HttpResponse [code=200, message=OK, headers={Transfer-Encoding=[chunked], null=[HTTP/1.1 200 OK], Server=[Jetty(9.4.8.v20171121)], Date=[Mon, 06 Apr 2020 14:41:42 GMT], Content-Type=[text/html;charset=utf-8]}, body=[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]] -DEBUG main com.despegar.http.client.HttpClient - HttpClient created with 1 max connections per destination -DEBUG main com.despegar.http.client.HttpMethod - Executing HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] ... -DEBUG main com.despegar.http.client.HttpMethod - HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] executed with response HttpResponse [code=200, message=OK, headers={Transfer-Encoding=[chunked], null=[HTTP/1.1 200 OK], Server=[Jetty(9.4.8.v20171121)], Date=[Mon, 06 Apr 2020 14:42:10 GMT], Content-Type=[text/html;charset=utf-8]}, body=[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]] -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.145s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@44f75083 -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2519ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@453da22c -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3010ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3110ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3130ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3130ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3165ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3178ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3179ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3180ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3188ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {org.eclipse.jetty.io.ManagedSelector@3f53a60e id=3 keys=-1 selected=-1 actions=0,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@218b2a9d/SelectorProducer@9874359/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {SelectorProducer@9874359,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@218b2a9d/SelectorProducer@9874359/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} created +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.io.ManagedSelector@2b46f7b1 id=4 keys=-1 selected=-1 actions=0 added {EatWhatYouKill@218b2a9d/SelectorProducer@9874359/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {org.eclipse.jetty.io.ManagedSelector@2b46f7b1 id=4 keys=-1 selected=-1 actions=0,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@7a2a1cb4/SelectorProducer@20d1eae/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {SelectorProducer@20d1eae,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a2a1cb4/SelectorProducer@20d1eae/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} created +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.io.ManagedSelector@31a3083d id=5 keys=-1 selected=-1 actions=0 added {EatWhatYouKill@7a2a1cb4/SelectorProducer@20d1eae/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {org.eclipse.jetty.io.ManagedSelector@31a3083d id=5 keys=-1 selected=-1 actions=0,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@2dc48ac7/SelectorProducer@7a1ec77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {SelectorProducer@7a1ec77,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@2dc48ac7/SelectorProducer@7a1ec77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} created +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.io.ManagedSelector@6d337a43 id=6 keys=-1 selected=-1 actions=0 added {EatWhatYouKill@2dc48ac7/SelectorProducer@7a1ec77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {org.eclipse.jetty.io.ManagedSelector@6d337a43 id=6 keys=-1 selected=-1 actions=0,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - EatWhatYouKill@44f87538/SelectorProducer@4de35dd2/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {SelectorProducer@4de35dd2,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@44f87538/SelectorProducer@4de35dd2/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} created +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.io.ManagedSelector@4529d24d id=7 keys=-1 selected=-1 actions=0 added {EatWhatYouKill@44f87538/SelectorProducer@4de35dd2/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},MANAGED} +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {org.eclipse.jetty.io.ManagedSelector@4529d24d id=7 keys=-1 selected=-1 actions=0,AUTO} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @513ms ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@3c723a2d id=0 keys=-1 selected=-1 actions=0 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@60e202a6/SelectorProducer@3ef89a77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @514ms EatWhatYouKill@60e202a6/SelectorProducer@3ef89a77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@6f6d0639 +DEBUG qtp1889619937-24 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@6f6d0639 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @520ms org.eclipse.jetty.io.ManagedSelector@3c723a2d id=0 keys=0 selected=0 actions=0 +DEBUG qtp1889619937-24 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@60e202a6/SelectorProducer@3ef89a77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@7c53d9da id=1 keys=-1 selected=-1 actions=0 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@76051b0b/SelectorProducer@682d05f/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-24 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG qtp1889619937-24 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@634c4508 waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @522ms EatWhatYouKill@76051b0b/SelectorProducer@682d05f/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@14ceccef +DEBUG qtp1889619937-27 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@14ceccef +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @522ms org.eclipse.jetty.io.ManagedSelector@7c53d9da id=1 keys=0 selected=0 actions=0 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@1fce8ac0 id=2 keys=-1 selected=-1 actions=0 +DEBUG qtp1889619937-27 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@76051b0b/SelectorProducer@682d05f/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@515d372f/SelectorProducer@fdea34c/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-27 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG qtp1889619937-27 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@78c2ba95 waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @523ms EatWhatYouKill@515d372f/SelectorProducer@fdea34c/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@13155c81 +DEBUG qtp1889619937-25 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@13155c81 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @523ms org.eclipse.jetty.io.ManagedSelector@1fce8ac0 id=2 keys=0 selected=0 actions=0 +DEBUG qtp1889619937-25 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@515d372f/SelectorProducer@fdea34c/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@3f53a60e id=3 keys=-1 selected=-1 actions=0 +DEBUG qtp1889619937-25 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@7d311dea/SelectorProducer@456db92c/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-25 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@244177e8 waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @524ms EatWhatYouKill@7d311dea/SelectorProducer@456db92c/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@7eef58dd +DEBUG qtp1889619937-26 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@7eef58dd +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @524ms org.eclipse.jetty.io.ManagedSelector@3f53a60e id=3 keys=0 selected=0 actions=0 +DEBUG qtp1889619937-26 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7d311dea/SelectorProducer@456db92c/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@2b46f7b1 id=4 keys=-1 selected=-1 actions=0 +DEBUG qtp1889619937-26 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@218b2a9d/SelectorProducer@9874359/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-26 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@16a37122 waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @525ms EatWhatYouKill@218b2a9d/SelectorProducer@9874359/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@37cf2bd8 +DEBUG qtp1889619937-28 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@37cf2bd8 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @526ms org.eclipse.jetty.io.ManagedSelector@2b46f7b1 id=4 keys=0 selected=0 actions=0 +DEBUG qtp1889619937-28 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@218b2a9d/SelectorProducer@9874359/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@31a3083d id=5 keys=-1 selected=-1 actions=0 +DEBUG qtp1889619937-28 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG qtp1889619937-28 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@4ef037bb waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@7a2a1cb4/SelectorProducer@20d1eae/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @527ms EatWhatYouKill@7a2a1cb4/SelectorProducer@20d1eae/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@5504307a +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @527ms org.eclipse.jetty.io.ManagedSelector@31a3083d id=5 keys=0 selected=0 actions=0 +DEBUG qtp1889619937-29 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@5504307a +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@6d337a43 id=6 keys=-1 selected=-1 actions=0 +DEBUG qtp1889619937-29 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@7a2a1cb4/SelectorProducer@20d1eae/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG qtp1889619937-29 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@2dc48ac7/SelectorProducer@7a1ec77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-29 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@27c70537 waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @528ms EatWhatYouKill@2dc48ac7/SelectorProducer@7a1ec77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@6ccc9f0f +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @528ms org.eclipse.jetty.io.ManagedSelector@6d337a43 id=6 keys=0 selected=0 actions=0 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.io.ManagedSelector@4529d24d id=7 keys=-1 selected=-1 actions=0 +DEBUG qtp1889619937-30 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@6ccc9f0f +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting EatWhatYouKill@44f87538/SelectorProducer@4de35dd2/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-30 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@2dc48ac7/SelectorProducer@7a1ec77/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @529ms EatWhatYouKill@44f87538/SelectorProducer@4de35dd2/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-30 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@68e10bfb +DEBUG qtp1889619937-30 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@39b87d6 waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @529ms org.eclipse.jetty.io.ManagedSelector@4529d24d id=7 keys=0 selected=0 actions=0 +DEBUG qtp1889619937-31 org.eclipse.jetty.util.thread.QueuedThreadPool - run org.eclipse.jetty.io.ManagedSelector$$Lambda$84/0x0000000800bed840@68e10bfb +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @529ms SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-31 org.eclipse.jetty.util.thread.strategy.EatWhatYouKill - EatWhatYouKill@44f87538/SelectorProducer@4de35dd2/IDLE/ReservedThreadExecutor@142f7e21{s=0/16,p=0}@SelectorManager@ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} produce +DEBUG qtp1889619937-31 org.eclipse.jetty.io.ManagedSelector - action=null wakeup=false +DEBUG qtp1889619937-31 org.eclipse.jetty.io.ManagedSelector - Selector sun.nio.ch.KQueueSelectorImpl@7ea9e2fb waiting on select +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {acceptor-0@3a2fa04e,POJO} +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-0@3a2fa04e +DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} added {acceptor-1@6f22a303,POJO} +DEBUG qtp1889619937-34 org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-0@3a2fa04e +DEBUG Thread-0 org.eclipse.jetty.util.thread.QueuedThreadPool - queue acceptor-1@6f22a303 +INFO Thread-0 org.eclipse.jetty.server.AbstractConnector - Started ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +DEBUG qtp1889619937-35 org.eclipse.jetty.util.thread.QueuedThreadPool - run acceptor-1@6f22a303 +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @531ms ServerConnector@2204109a{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} +INFO Thread-0 org.eclipse.jetty.server.Server - Started @531ms +DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @532ms org.eclipse.jetty.server.Server@4200582a[9.4.8.v20171121] diff --git a/src/main/resources/db/migration/V1__create_table.sql b/src/main/resources/db/migration/V1__create_table.sql index e3be701..f400a68 100644 --- a/src/main/resources/db/migration/V1__create_table.sql +++ b/src/main/resources/db/migration/V1__create_table.sql @@ -2,20 +2,20 @@ create table posts( post_id VARCHAR, title VARCHAR, content VARCHAR -) +); --In db acebook,table Posts: ALTER TABLE posts ADD COLUMN date VARCHAR; ALTER TABLE posts ADD COLUMN time timestamp; ---In db acebook-test,table posts: -ALTER TABLE posts ADD COLUMN date VARCHAR; -ALTER TABLE posts ADD COLUMN time timestamp; +----In db acebook-test,table posts: +--ALTER TABLE posts ADD COLUMN date VARCHAR; +--ALTER TABLE posts ADD COLUMN time timestamp; --Create new user table in acebook db: CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); ---Create new user table in acebook-test db: -CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); \ No newline at end of file +----Create new user table in acebook-test db: +--CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); \ No newline at end of file From 9ce92028b4a67859937f501ee941a4ba140510c4 Mon Sep 17 00:00:00 2001 From: Ariane Date: Mon, 6 Apr 2020 16:45:08 +0100 Subject: [PATCH 03/19] update --- .gitignore | 5 +- example.log | 640 ------------------ .../db/migration/V1__create_table.sql | 9 +- 3 files changed, 5 insertions(+), 649 deletions(-) delete mode 100644 example.log diff --git a/.gitignore b/.gitignore index 29dbec9..2e2f370 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,7 @@ functional_tests/Gemfile.lock functional_tests/log_app_err.txt functional_tests/log_app_out.txt -acebook.iml \ No newline at end of file +acebook.iml +example.log.1 +velocity.log +example.log \ No newline at end of file diff --git a/example.log b/example.log deleted file mode 100644 index 15b3e31..0000000 --- a/example.log +++ /dev/null @@ -1,640 +0,0 @@ -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.063s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@43d7741f -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @1393ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@442675e1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1553ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1604ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1608ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1609ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1612ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1614ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1615ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1615ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1616ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.062s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@43d7741f -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @1626ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@442675e1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1790ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=7,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1827ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1833ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1833ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1835ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1838ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @1839ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.091s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@2698dc7 -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@71248c21 -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2181ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2355ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2514ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2520ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2520ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2523ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2530ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2531ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2533ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @2534ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.136s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@73d4cc9e -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2623ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@1445d7f -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3020ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3120ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 660000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3123ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=660000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3124ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3133ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3137ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3137ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3138ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3140ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook-test (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.115s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 17 of 130M -DEBUG main org.sql2o.Query - total: 35 ms; executed update [No name] -DEBUG main org.sql2o.Query - total: 39 ms; executed update [No name] -DEBUG main org.sql2o.Query - total: 2 ms; executed update [No name] -DEBUG main org.sql2o.Query - total: 10 ms; executed update [No name] -DEBUG main com.despegar.http.client.HttpClient - HttpClient created with 1 max connections per destination -DEBUG main com.despegar.http.client.HttpMethod - Executing HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] ... -DEBUG main com.despegar.http.client.HttpMethod - HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] executed with response HttpResponse [code=200, message=OK, headers={Transfer-Encoding=[chunked], null=[HTTP/1.1 200 OK], Server=[Jetty(9.4.8.v20171121)], Date=[Mon, 06 Apr 2020 14:41:42 GMT], Content-Type=[text/html;charset=utf-8]}, body=[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]] -DEBUG main com.despegar.http.client.HttpClient - HttpClient created with 1 max connections per destination -DEBUG main com.despegar.http.client.HttpMethod - Executing HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] ... -DEBUG main com.despegar.http.client.HttpMethod - HttpMethod [url=http://localhost:4567/, name=GET, headers={}, doOutput=false] executed with response HttpResponse [code=200, message=OK, headers={Transfer-Encoding=[chunked], null=[HTTP/1.1 200 OK], Server=[Jetty(9.4.8.v20171121)], Date=[Mon, 06 Apr 2020 14:42:10 GMT], Content-Type=[text/html;charset=utf-8]}, body=[72, 101, 108, 108, 111, 32, 87, 111, 114, 108, 100]] -INFO main org.flywaydb.core.internal.license.VersionPrinter - Flyway Community Edition 6.0.1 by Boxfuse -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classpath resources at 'classpath:db/migration' ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@3d4eac69 ... -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning URL: file:/Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration -DEBUG main org.flywaydb.core.internal.util.FeatureDetector - JBoss VFS v2 available: false -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning starting at classpath root in filesystem: /Users/student/Makers/java/acebook-java-spark-template/target/classes/ -DEBUG main org.flywaydb.core.internal.scanner.classpath.FileSystemClassPathLocationScanner - Scanning for resources in path: /Users/student/Makers/java/acebook-java-spark-template/target/classes/db/migration (db/migration) -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Found resource: db/migration/V1__create_table.sql -DEBUG main org.flywaydb.core.internal.scanner.classpath.ClassPathScanner - Scanning for classes at classpath:db/migration -INFO main org.flywaydb.core.internal.database.DatabaseFactory - Database: jdbc:postgresql://localhost:5432/acebook (PostgreSQL 12.2) -DEBUG main org.flywaydb.core.internal.database.DatabaseFactory - Driver : PostgreSQL Native Driver PostgreSQL 9.4 JDBC4.1 (build 1201) -DEBUG main org.flywaydb.core.Flyway - DDL Transactions Supported: true -DEBUG main org.flywaydb.core.Flyway - Schema: public -DEBUG main org.flywaydb.core.internal.callback.SqlScriptCallbackFactory - Scanning for SQL callbacks ... -DEBUG main org.flywaydb.core.internal.command.DbValidate - Validating migrations ... -DEBUG main org.flywaydb.core.internal.scanner.Scanner - Filtering out resource: db/migration/V1__create_table.sql (filename: V1__create_table.sql) -INFO main org.flywaydb.core.internal.command.DbValidate - Successfully validated 1 migration (execution time 00:00.145s) -INFO main org.flywaydb.core.internal.command.DbMigrate - Current version of schema "public": 1 -INFO main org.flywaydb.core.internal.command.DbMigrate - Schema "public" is up to date. No migration necessary. -DEBUG main org.flywaydb.core.Flyway - Memory usage: 13 of 130M -DEBUG main spark.route.Routes - Adds route: get, /, spark.RouteImpl$1@44f75083 -DEBUG Thread-0 org.eclipse.jetty.util.log - Logging to org.slf4j.impl.Log4jLoggerAdapter(org.eclipse.jetty.util.log) via org.eclipse.jetty.util.log.Slf4jLog -INFO Thread-0 org.eclipse.jetty.util.log - Logging initialized @2519ms to org.eclipse.jetty.util.log.Slf4jLog -DEBUG main spark.route.Routes - Adds route: get, /posts, spark.TemplateViewRouteImpl$1@453da22c -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - HttpConnectionFactory@5a399018[HTTP/1.1] added {HttpConfiguration@3925b272{32768/8192,8192/8192,https://:0,[ForwardedRequestCustomizer@2bbbfdb9]},POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@2ba84a58,AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[]}{0.0.0.0:0} added {org.eclipse.jetty.io.ArrayByteBufferPool@69683c22,POJO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{null,[http/1.1]}{0.0.0.0:0} added {HttpConnectionFactory@5a399018[HTTP/1.1],AUTO} -DEBUG Thread-0 org.eclipse.jetty.server.AbstractConnector - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added HttpConnectionFactory@5a399018[HTTP/1.1] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0} added {SelectorManager@ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:0},MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567},AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1,MANAGED} -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - == Spark has ignited ... -INFO Thread-0 spark.embeddedserver.jetty.EmbeddedJettyServer - >> Listening on 0.0.0.0:4567 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9,AUTO} -INFO Thread-0 org.eclipse.jetty.server.Server - jetty-9.4.8.v20171121, build timestamp: 2017-11-21T21:27:37Z, git hash: 82b8fb23f757335bb3329d540ce37a2a2615f0a8 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting QueuedThreadPool@qtp1777033779{STOPPED,8<=0<=200,i=0,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3010ms QueuedThreadPool@qtp1777033779{STARTED,8<=8<=200,i=8,q=0} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] added {org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600],AUTO} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=null] -INFO Thread-0 org.eclipse.jetty.server.session - DefaultSessionIdManager workerName=node0 -INFO Thread-0 org.eclipse.jetty.server.session - No SessionScavenger set, using defaults -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] added {org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3110ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@1422073f -DEBUG Thread-0 org.eclipse.jetty.server.session - Using own scheduler for scavenging -INFO Thread-0 org.eclipse.jetty.server.session - Scavenging every 600000ms -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3130ms org.eclipse.jetty.server.session.HouseKeeper@6bb9bcb6[interval=600000, ownscheduler=true] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3130ms org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0] -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121] added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],MANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.ContainerLifeCycle - spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 added {org.eclipse.jetty.server.session.DefaultSessionIdManager@7e2f23f7[worker=node0],UNMANAGED} -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3165ms org.eclipse.jetty.util.thread.ScheduledExecutorScheduler@6b5239c2 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3178ms org.eclipse.jetty.server.session.NullSessionDataStore@1fbda812[passivating=false,graceSec=3600] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3179ms org.eclipse.jetty.server.session.DefaultSessionCache@4356c5bd[evict=-1,removeUnloadable=false,saveOnCreate=false,saveOnInactiveEvict=false] -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3180ms spark.embeddedserver.jetty.JettyHandler1257835924==dftMaxIdleSec=-1 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.server.handler.AbstractHandler - starting org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - STARTED @3188ms org.eclipse.jetty.server.handler.ErrorHandler@746ac8b9 -DEBUG Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - starting ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567} -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED ServerConnector@5e2ba09b{HTTP/1.1,[http/1.1]}{0.0.0.0:4567}: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -WARN Thread-0 org.eclipse.jetty.util.component.AbstractLifeCycle - FAILED org.eclipse.jetty.server.Server@37db826d[9.4.8.v20171121]: java.net.BindException: Address already in use -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) -ERROR Thread-0 spark.Spark - ignite failed -java.net.BindException: Address already in use - at java.base/sun.nio.ch.Net.bind0(Native Method) - at java.base/sun.nio.ch.Net.bind(Net.java:479) - at java.base/sun.nio.ch.Net.bind(Net.java:468) - at java.base/sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:220) - at java.base/sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:88) - at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:334) - at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:302) - at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80) - at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:238) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at org.eclipse.jetty.server.Server.doStart(Server.java:397) - at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68) - at spark.embeddedserver.jetty.EmbeddedJettyServer.ignite(EmbeddedJettyServer.java:149) - at spark.Service.lambda$init$2(Service.java:549) - at java.base/java.lang.Thread.run(Thread.java:832) diff --git a/src/main/resources/db/migration/V1__create_table.sql b/src/main/resources/db/migration/V1__create_table.sql index e3be701..276b2e5 100644 --- a/src/main/resources/db/migration/V1__create_table.sql +++ b/src/main/resources/db/migration/V1__create_table.sql @@ -2,20 +2,13 @@ create table posts( post_id VARCHAR, title VARCHAR, content VARCHAR -) +); --In db acebook,table Posts: ALTER TABLE posts ADD COLUMN date VARCHAR; ALTER TABLE posts ADD COLUMN time timestamp; ---In db acebook-test,table posts: -ALTER TABLE posts ADD COLUMN date VARCHAR; -ALTER TABLE posts ADD COLUMN time timestamp; - --Create new user table in acebook db: CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); - ---Create new user table in acebook-test db: -CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); \ No newline at end of file From 085ee2bd4e44ff8841fb9cc875b76d5831a1b505 Mon Sep 17 00:00:00 2001 From: Ziyao Zheng Date: Tue, 7 Apr 2020 00:15:00 +0100 Subject: [PATCH 04/19] styling for homepage --- src/main/resources/templates/posts.vtl | 56 +++++++++++++++++++++++++- 1 file changed, 55 insertions(+), 1 deletion(-) diff --git a/src/main/resources/templates/posts.vtl b/src/main/resources/templates/posts.vtl index 5db5a53..6e762c0 100644 --- a/src/main/resources/templates/posts.vtl +++ b/src/main/resources/templates/posts.vtl @@ -2,10 +2,64 @@ Acebook! + + + + + + + + + + -

Welcome to acebook

+
+

🦄 Acebook ✨

+
+ + + \ No newline at end of file From 3e683929bb47f84a009a4f4f1840efc96a47152a Mon Sep 17 00:00:00 2001 From: Ariane Date: Tue, 7 Apr 2020 12:06:19 +0100 Subject: [PATCH 05/19] set up post and get for dashboard but data not going into the database yet --- src/main/java/Main.java | 24 ++++++++-- src/main/java/models/Model.java | 5 +- src/main/java/models/Post.java | 9 +++- src/main/java/models/Sql2oModel.java | 14 ++++-- .../db/migration/V1__create_table.sql | 2 - src/main/resources/templates/dashboard.vtl | 48 +++++++++++++++++++ .../templates/{posts.vtl => homepage.vtl} | 0 src/test/MainTest.java | 38 +++++++-------- 8 files changed, 110 insertions(+), 30 deletions(-) create mode 100644 src/main/resources/templates/dashboard.vtl rename src/main/resources/templates/{posts.vtl => homepage.vtl} (100%) diff --git a/src/main/java/Main.java b/src/main/java/Main.java index 56a4e89..6de67c4 100644 --- a/src/main/java/Main.java +++ b/src/main/java/Main.java @@ -1,19 +1,21 @@ import models.Model; import models.Sql2oModel; -import org.apache.log4j.BasicConfigurator; import org.flywaydb.core.Flyway; import org.sql2o.Sql2o; import org.sql2o.converters.UUIDConverter; import org.sql2o.quirks.PostgresQuirks; import spark.ModelAndView; + import java.util.HashMap; import java.util.UUID; import static spark.Spark.get; +import static spark.Spark.post; public class Main { + public static void main(String[] args) { String dbName = "acebook"; for(String a:args) { @@ -33,16 +35,30 @@ public static void main(String[] args) { Model model = new Sql2oModel(sql2o); + get("/", (req, res) -> "Hello World"); - get("/posts", (req, res) -> { + get("/dashboard", (req, res) -> { - HashMap posts = new HashMap(); +// HashMap posts = new HashMap(); - return new ModelAndView(posts, "templates/posts.vtl"); + + return new ModelAndView(new HashMap(), "templates/dashboard.vtl"); }, new VelocityTemplateEngine()); + + + + post("/dashboard", (request, response) -> { + + String content = request.queryParams("send_post"); + + // Find a way to pass Timestamp time + + return new ModelAndView(new HashMap(), "templates/dashboard.vtl"); + }, new VelocityTemplateEngine()); + } } diff --git a/src/main/java/models/Model.java b/src/main/java/models/Model.java index 894f856..5dc79e4 100644 --- a/src/main/java/models/Model.java +++ b/src/main/java/models/Model.java @@ -2,11 +2,14 @@ import java.sql.Date; +import java.sql.Timestamp; import java.util.List; import java.util.UUID; public interface Model { - UUID createPost(String title, String content); + + void createPost(String content, Timestamp time); + List getAllPosts(); } diff --git a/src/main/java/models/Post.java b/src/main/java/models/Post.java index 2f6c1d1..5e4a102 100644 --- a/src/main/java/models/Post.java +++ b/src/main/java/models/Post.java @@ -1,6 +1,7 @@ package models; import java.sql.Date; +import java.sql.Timestamp; import java.util.List; import java.util.UUID; @@ -8,7 +9,13 @@ @Data public class Post { private UUID post_id; - private String title; private String content; + private Timestamp time; + + public Post(UUID post_id, String content, Timestamp time) { + this.post_id = post_id; + this.content = content; + this.time = time; + } } diff --git a/src/main/java/models/Sql2oModel.java b/src/main/java/models/Sql2oModel.java index 8f14967..7769ef4 100644 --- a/src/main/java/models/Sql2oModel.java +++ b/src/main/java/models/Sql2oModel.java @@ -3,6 +3,7 @@ import org.sql2o.Connection; import org.sql2o.Sql2o; +import java.sql.Timestamp; import java.util.List; import java.util.UUID; @@ -16,9 +17,16 @@ public Sql2oModel(Sql2o sql2o) { } @Override - public UUID createPost(String title, String content) { - //TODO - implement this - return null; + public void createPost(String content, Timestamp time) { + try (Connection conn = sql2o.beginTransaction()) { + UUID postUuid = UUID.randomUUID(); + conn.createQuery("insert into post(post_id, content, time) VALUES (:post_id, :content, :time)") + .addParameter("post_id", postUuid) + .addParameter("content", content) + .addParameter("time", time) + .executeUpdate(); + conn.commit(); + } } @Override diff --git a/src/main/resources/db/migration/V1__create_table.sql b/src/main/resources/db/migration/V1__create_table.sql index 05d934d..c3d25d5 100644 --- a/src/main/resources/db/migration/V1__create_table.sql +++ b/src/main/resources/db/migration/V1__create_table.sql @@ -1,11 +1,9 @@ create table posts( post_id VARCHAR, - title VARCHAR, content VARCHAR ); --In db acebook,table Posts: -ALTER TABLE posts ADD COLUMN date VARCHAR; ALTER TABLE posts ADD COLUMN time timestamp; diff --git a/src/main/resources/templates/dashboard.vtl b/src/main/resources/templates/dashboard.vtl new file mode 100644 index 0000000..151b40b --- /dev/null +++ b/src/main/resources/templates/dashboard.vtl @@ -0,0 +1,48 @@ + + + + Acebook! + + + + + + + + + + + + + +
+

🦄 Acebook ✨

+
+ + +
+ + + +
+ + + + \ No newline at end of file diff --git a/src/main/resources/templates/posts.vtl b/src/main/resources/templates/homepage.vtl similarity index 100% rename from src/main/resources/templates/posts.vtl rename to src/main/resources/templates/homepage.vtl diff --git a/src/test/MainTest.java b/src/test/MainTest.java index 7e773f0..9751f02 100644 --- a/src/test/MainTest.java +++ b/src/test/MainTest.java @@ -8,22 +8,22 @@ import static org.junit.Assert.assertEquals; -public class MainTest { - - public static class WebAppTestSparkApp implements SparkApplication { - public void init() { - String[] arr = {}; - Main.main(arr); - } - } - - @ClassRule - public static SparkServer testServer = new SparkServer<>(WebAppTestSparkApp.class, 4567); - - @Test - public void serverRespondsSuccessfully() throws HttpClientException { - GetMethod request = testServer.get("/", false); - HttpResponse httpResponse = testServer.execute(request); - assertEquals(200, httpResponse.code()); - } -} +//public class MainTest { +// +// public static class WebAppTestSparkApp implements SparkApplication { +// public void init() { +// String[] arr = {}; +// Main.main(arr, request); +// } +// } +// +// @ClassRule +// public static SparkServer testServer = new SparkServer<>(WebAppTestSparkApp.class, 4567); +// +// @Test +// public void serverRespondsSuccessfully() throws HttpClientException { +// GetMethod request = testServer.get("/", false); +// HttpResponse httpResponse = testServer.execute(request); +// assertEquals(200, httpResponse.code()); +// } +//} From 3f3f06431f1adf141a6867ac14ec09546bc81faf Mon Sep 17 00:00:00 2001 From: Ariane Date: Tue, 7 Apr 2020 15:14:27 +0100 Subject: [PATCH 06/19] content and time goes in database --- src/main/java/Main.java | 10 ++++++++-- src/main/java/models/Model.java | 5 +---- src/main/java/models/Sql2oModel.java | 11 ++++++----- src/main/resources/db/migration/V1__create_table.sql | 2 +- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/src/main/java/Main.java b/src/main/java/Main.java index 6de67c4..3059447 100644 --- a/src/main/java/Main.java +++ b/src/main/java/Main.java @@ -7,6 +7,7 @@ import spark.ModelAndView; +import java.time.LocalDateTime; import java.util.HashMap; import java.util.UUID; @@ -16,6 +17,7 @@ public class Main { + public static void main(String[] args) { String dbName = "acebook"; for(String a:args) { @@ -54,10 +56,14 @@ public static void main(String[] args) { post("/dashboard", (request, response) -> { String content = request.queryParams("send_post"); + LocalDateTime currentTimestamp = LocalDateTime.now(); + model.createPost(content, String.valueOf(currentTimestamp)); + + - // Find a way to pass Timestamp time + HashMap dashboard = new HashMap(); - return new ModelAndView(new HashMap(), "templates/dashboard.vtl"); + return new ModelAndView(dashboard, "templates/dashboard.vtl"); }, new VelocityTemplateEngine()); } diff --git a/src/main/java/models/Model.java b/src/main/java/models/Model.java index 5dc79e4..2b2c0c4 100644 --- a/src/main/java/models/Model.java +++ b/src/main/java/models/Model.java @@ -1,14 +1,11 @@ package models; -import java.sql.Date; -import java.sql.Timestamp; import java.util.List; -import java.util.UUID; public interface Model { - void createPost(String content, Timestamp time); + void createPost(String content, String time); List getAllPosts(); } diff --git a/src/main/java/models/Sql2oModel.java b/src/main/java/models/Sql2oModel.java index 7769ef4..cdddb84 100644 --- a/src/main/java/models/Sql2oModel.java +++ b/src/main/java/models/Sql2oModel.java @@ -3,13 +3,13 @@ import org.sql2o.Connection; import org.sql2o.Sql2o; -import java.sql.Timestamp; import java.util.List; import java.util.UUID; public class Sql2oModel implements Model { private Sql2o sql2o; + private Object conn; public Sql2oModel(Sql2o sql2o) { this.sql2o = sql2o; @@ -17,15 +17,16 @@ public Sql2oModel(Sql2o sql2o) { } @Override - public void createPost(String content, Timestamp time) { + public void createPost(String content, String time) { try (Connection conn = sql2o.beginTransaction()) { - UUID postUuid = UUID.randomUUID(); - conn.createQuery("insert into post(post_id, content, time) VALUES (:post_id, :content, :time)") - .addParameter("post_id", postUuid) + UUID postsUuid = UUID.randomUUID(); + conn.createQuery("insert into posts(post_id, content, time) VALUES (:post_id, :content, :time)") + .addParameter("post_id", postsUuid) .addParameter("content", content) .addParameter("time", time) .executeUpdate(); conn.commit(); + } } diff --git a/src/main/resources/db/migration/V1__create_table.sql b/src/main/resources/db/migration/V1__create_table.sql index c3d25d5..a32fd46 100644 --- a/src/main/resources/db/migration/V1__create_table.sql +++ b/src/main/resources/db/migration/V1__create_table.sql @@ -4,7 +4,7 @@ create table posts( ); --In db acebook,table Posts: -ALTER TABLE posts ADD COLUMN time timestamp; +ALTER TABLE posts ADD COLUMN time VARCHAR; From 31b2cc870c807badee4253317ca295c25038f347 Mon Sep 17 00:00:00 2001 From: Avril Harding Date: Tue, 7 Apr 2020 15:19:19 +0100 Subject: [PATCH 07/19] adding users to database --- src/main/java/Main.java | 22 ++++++++++++------- src/main/java/models/AddUser.java | 17 ++++++++++++++ src/main/java/models/Model.java | 2 +- src/main/java/models/Sql2oModel.java | 14 ++++++++++++ .../templates/{posts.vtl => homepage.vtl} | 6 ++--- 5 files changed, 49 insertions(+), 12 deletions(-) create mode 100644 src/main/java/models/AddUser.java rename src/main/resources/templates/{posts.vtl => homepage.vtl} (87%) diff --git a/src/main/java/Main.java b/src/main/java/Main.java index 56a4e89..ef7ed9c 100644 --- a/src/main/java/Main.java +++ b/src/main/java/Main.java @@ -1,6 +1,5 @@ import models.Model; import models.Sql2oModel; -import org.apache.log4j.BasicConfigurator; import org.flywaydb.core.Flyway; import org.sql2o.Sql2o; import org.sql2o.converters.UUIDConverter; @@ -11,16 +10,17 @@ import java.util.UUID; import static spark.Spark.get; +import static spark.Spark.post; public class Main { public static void main(String[] args) { String dbName = "acebook"; - for(String a:args) { + for (String a : args) { dbName = a; } System.out.println(dbName); - Flyway flyway = Flyway.configure().dataSource("jdbc:postgresql://localhost:5432/"+dbName, null, null).load(); + Flyway flyway = Flyway.configure().dataSource("jdbc:postgresql://localhost:5432/" + dbName, null, null).load(); flyway.migrate(); Sql2o sql2o = new Sql2o("jdbc:postgresql://localhost:5432/" + dbName, null, null, new PostgresQuirks() { @@ -32,17 +32,23 @@ public static void main(String[] args) { Model model = new Sql2oModel(sql2o); + get("/", (req, res) -> { - get("/", (req, res) -> "Hello World"); +// HashMap homepage = new HashMap(); - get("/posts", (req, res) -> { + return new ModelAndView(new HashMap(), "templates/homepage.vtl"); + }, new VelocityTemplateEngine()); + post("/", (req, res) -> { - HashMap posts = new HashMap(); + HashMap homepage = new HashMap(); + model.addUser("fakeUser", "fakePassword"); - return new ModelAndView(posts, "templates/posts.vtl"); - }, new VelocityTemplateEngine()); + return new ModelAndView(homepage, "templates/homepage.vtl"); + }, new VelocityTemplateEngine() + ); } + } diff --git a/src/main/java/models/AddUser.java b/src/main/java/models/AddUser.java new file mode 100644 index 0000000..f88a63b --- /dev/null +++ b/src/main/java/models/AddUser.java @@ -0,0 +1,17 @@ +package models; + +import lombok.Data; + +import java.util.UUID; +@Data +public class AddUser { + private UUID user_id; + private String user_name; + private String password; + + public AddUser(UUID user_id, String user_name, String password) { + this.user_id = user_id; + this.user_name = user_name; + this.password = password; + } +} diff --git a/src/main/java/models/Model.java b/src/main/java/models/Model.java index 894f856..8a24ae7 100644 --- a/src/main/java/models/Model.java +++ b/src/main/java/models/Model.java @@ -1,13 +1,13 @@ package models; -import java.sql.Date; import java.util.List; import java.util.UUID; public interface Model { UUID createPost(String title, String content); List getAllPosts(); + void addUser(String user_name, String password); } diff --git a/src/main/java/models/Sql2oModel.java b/src/main/java/models/Sql2oModel.java index 8f14967..2db6d85 100644 --- a/src/main/java/models/Sql2oModel.java +++ b/src/main/java/models/Sql2oModel.java @@ -27,4 +27,18 @@ public List getAllPosts() { return null; } + @Override + public void addUser(String user_name, String password) { + try (Connection conn = sql2o.beginTransaction()) { + UUID personUuid = UUID.randomUUID(); + conn.createQuery("insert into person(user_id, user_name, password) VALUES (:user_id, :user_name, :password)") + .addParameter("user_id", personUuid) + .addParameter("user_name", user_name) + .addParameter("password", password) + .executeUpdate(); + conn.commit(); + + } + } + } \ No newline at end of file diff --git a/src/main/resources/templates/posts.vtl b/src/main/resources/templates/homepage.vtl similarity index 87% rename from src/main/resources/templates/posts.vtl rename to src/main/resources/templates/homepage.vtl index 6e762c0..8ceccc8 100644 --- a/src/main/resources/templates/posts.vtl +++ b/src/main/resources/templates/homepage.vtl @@ -46,12 +46,12 @@ +
+ + + + + +
+ +
+ + + + + + - - - - - + + #foreach( $post in $posts ) + + + + #end + +
Previous post
+ $post.content + $post.time +
+
diff --git a/velocity.log.1 b/velocity.log.1 index f96867f..6fe2715 100644 --- a/velocity.log.1 +++ b/velocity.log.1 @@ -1,903 +1,902 @@ -2020-04-07 09:57:31,236 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 09:57:31,236 - Initializing Velocity, Calling init()... -2020-04-07 09:57:31,236 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 09:57:31,236 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 09:57:31,236 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 09:57:31,236 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... -2020-04-07 09:57:31,236 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 09:57:31,236 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 09:57:31,240 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 09:57:31,327 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 09:57:31,354 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 09:57:31,363 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 09:57:31,368 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 09:57:31,379 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 09:57:31,380 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 09:57:31,382 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 09:57:31,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 09:57:31,386 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 09:57:31,388 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 09:57:31,567 - Created '20' parsers. -2020-04-07 09:57:31,689 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 09:57:31,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 -2020-04-07 09:57:31,691 - Velocimacro : Default library not found. -2020-04-07 09:57:31,691 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 09:57:31,691 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 09:57:31,693 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 09:57:31,693 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 09:57:31,872 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 10:15:54,242 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 10:15:54,260 - Initializing Velocity, Calling init()... -2020-04-07 10:15:54,260 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 10:15:54,260 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 10:15:54,260 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 10:15:54,260 - 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... -2020-04-07 10:15:54,260 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 10:15:54,260 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 10:15:54,292 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 10:15:54,354 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 10:15:54,364 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 10:15:54,366 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 10:15:54,367 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 10:15:54,369 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 10:15:54,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 10:15:54,372 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 10:15:54,373 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 10:15:54,374 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 10:15:54,375 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 10:15:54,423 - Created '20' parsers. -2020-04-07 10:15:54,429 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 10:15:54,430 - 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 -2020-04-07 10:15:54,430 - Velocimacro : Default library not found. -2020-04-07 10:15:54,430 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 10:15:54,430 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 10:15:54,430 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 10:15:54,430 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 10:15:54,486 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 10:21:31,072 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 10:21:31,094 - Initializing Velocity, Calling init()... -2020-04-07 10:21:31,094 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 10:21:31,094 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 10:21:31,094 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 10:21:31,094 - 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... -2020-04-07 10:21:31,094 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 10:21:31,094 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 10:21:31,102 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 10:21:31,141 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 10:21:31,143 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 10:21:31,150 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 10:21:31,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 10:21:31,169 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 10:21:31,169 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 10:21:31,170 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 10:21:31,171 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 10:21:31,172 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 10:21:31,173 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 10:21:31,217 - Created '20' parsers. -2020-04-07 10:21:31,223 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 10:21:31,224 - 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 -2020-04-07 10:21:31,224 - Velocimacro : Default library not found. -2020-04-07 10:21:31,224 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 10:21:31,224 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 10:21:31,225 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 10:21:31,225 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 10:21:31,284 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 10:42:21,416 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 10:42:21,460 - Initializing Velocity, Calling init()... -2020-04-07 10:42:21,461 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 10:42:21,461 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 10:42:21,461 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 10:42:21,461 - 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... -2020-04-07 10:42:21,461 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 10:42:21,461 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 10:42:21,465 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 10:42:21,677 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 10:42:21,678 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 10:42:21,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 10:42:21,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 10:42:21,719 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 10:42:21,720 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 10:42:21,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 10:42:21,725 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 10:42:21,726 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 10:42:21,727 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 10:42:21,879 - Created '20' parsers. -2020-04-07 10:42:21,885 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 10:42:21,886 - 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 -2020-04-07 10:42:21,886 - Velocimacro : Default library not found. -2020-04-07 10:42:21,886 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 10:42:21,887 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 10:42:21,887 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 10:42:21,887 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 10:42:21,936 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 11:37:51,374 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 11:37:51,395 - Initializing Velocity, Calling init()... -2020-04-07 11:37:51,395 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 11:37:51,395 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 11:37:51,395 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 11:37:51,395 - 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... -2020-04-07 11:37:51,395 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 11:37:51,396 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 11:37:51,400 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 11:37:51,506 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 11:37:51,507 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 11:37:51,518 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 11:37:51,519 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 11:37:51,539 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 11:37:51,539 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 11:37:51,541 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 11:37:51,543 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 11:37:51,545 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 11:37:51,547 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 11:37:51,685 - Created '20' parsers. -2020-04-07 11:37:51,689 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 11:37:51,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 -2020-04-07 11:37:51,690 - Velocimacro : Default library not found. -2020-04-07 11:37:51,690 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 11:37:51,691 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 11:37:51,691 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 11:37:51,691 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 11:37:51,733 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 11:39:26,259 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 11:39:26,279 - Initializing Velocity, Calling init()... -2020-04-07 11:39:26,279 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 11:39:26,280 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 11:39:26,280 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 11:39:26,280 - 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... -2020-04-07 11:39:26,280 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 11:39:26,280 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 11:39:26,288 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 11:39:26,340 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 11:39:26,343 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 11:39:26,345 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 11:39:26,346 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 11:39:26,347 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 11:39:26,348 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 11:39:26,357 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 11:39:26,359 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 11:39:26,360 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 11:39:26,361 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 11:39:26,405 - Created '20' parsers. -2020-04-07 11:39:26,410 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 11:39:26,411 - 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 -2020-04-07 11:39:26,411 - Velocimacro : Default library not found. -2020-04-07 11:39:26,411 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 11:39:26,411 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 11:39:26,411 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 11:39:26,411 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 11:39:26,457 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:29:52,022 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 14:29:52,060 - Initializing Velocity, Calling init()... -2020-04-07 14:29:52,060 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 14:29:52,061 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 14:29:52,061 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 14:29:52,061 - 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... -2020-04-07 14:29:52,061 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:29:52,061 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:29:52,069 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:29:52,132 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 14:29:52,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 14:29:52,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 14:29:52,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 14:29:52,138 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 14:29:52,138 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 14:29:52,150 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 14:29:52,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 14:29:52,153 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 14:29:52,154 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 14:29:52,212 - Created '20' parsers. -2020-04-07 14:29:52,231 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 14:29:52,233 - 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 -2020-04-07 14:29:52,233 - Velocimacro : Default library not found. -2020-04-07 14:29:52,233 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 14:29:52,233 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 14:29:52,233 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 14:29:52,233 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 14:29:52,337 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:32:49,395 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 14:32:49,417 - Initializing Velocity, Calling init()... -2020-04-07 14:32:49,417 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 14:32:49,417 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 14:32:49,417 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 14:32:49,417 - 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... -2020-04-07 14:32:49,417 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:32:49,417 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:32:49,425 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:32:49,479 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 14:32:49,485 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 14:32:49,486 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 14:32:49,487 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 14:32:49,489 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 14:32:49,490 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 14:32:49,495 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 14:32:49,496 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 14:32:49,499 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 14:32:49,502 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 14:32:49,557 - Created '20' parsers. -2020-04-07 14:32:49,562 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 14:32:49,564 - 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 -2020-04-07 14:32:49,564 - Velocimacro : Default library not found. -2020-04-07 14:32:49,564 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 14:32:49,565 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 14:32:49,566 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 14:32:49,566 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 14:32:49,617 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:37:56,993 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 14:37:57,014 - Initializing Velocity, Calling init()... -2020-04-07 14:37:57,014 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 14:37:57,014 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 14:37:57,014 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 14:37:57,014 - 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... -2020-04-07 14:37:57,014 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:37:57,015 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:37:57,062 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:37:57,288 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 14:37:57,291 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 14:37:57,292 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 14:37:57,293 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 14:37:57,294 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 14:37:57,294 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 14:37:57,336 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 14:37:57,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 14:37:57,340 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 14:37:57,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 14:37:57,478 - Created '20' parsers. -2020-04-07 14:37:57,504 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 14:37:57,505 - 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 -2020-04-07 14:37:57,505 - Velocimacro : Default library not found. -2020-04-07 14:37:57,506 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 14:37:57,506 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 14:37:57,507 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 14:37:57,507 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 14:37:57,579 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:39:50,299 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 14:39:50,320 - Initializing Velocity, Calling init()... -2020-04-07 14:39:50,320 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 14:39:50,320 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 14:39:50,320 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 14:39:50,320 - 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... -2020-04-07 14:39:50,320 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:39:50,320 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:39:50,327 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:39:50,383 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 14:39:50,385 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 14:39:50,387 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 14:39:50,388 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 14:39:50,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 14:39:50,393 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 14:39:50,410 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 14:39:50,413 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 14:39:50,415 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 14:39:50,416 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 14:39:50,467 - Created '20' parsers. -2020-04-07 14:39:50,472 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 14:39:50,473 - 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 -2020-04-07 14:39:50,475 - Velocimacro : Default library not found. -2020-04-07 14:39:50,475 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 14:39:50,475 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 14:39:50,475 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 14:39:50,475 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 14:39:50,536 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:41:18,282 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 14:41:18,282 - Initializing Velocity, Calling init()... -2020-04-07 14:41:18,282 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 14:41:18,282 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 14:41:18,282 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 14:41:18,282 - 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... -2020-04-07 14:41:18,282 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:41:18,282 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 14:41:18,322 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 14:41:18,699 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 14:41:18,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 14:41:18,702 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 14:41:18,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 14:41:18,704 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 14:41:18,704 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 14:41:18,712 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 14:41:18,713 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 14:41:18,714 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 14:41:18,715 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 14:41:18,983 - Created '20' parsers. -2020-04-07 14:41:18,998 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 14:41:18,998 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm -2020-04-07 14:41:18,998 - Velocimacro : Default library not found. -2020-04-07 14:41:18,998 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 14:41:18,998 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 14:41:18,998 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 14:41:18,999 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 14:41:19,052 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:01:13,645 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:01:13,667 - Initializing Velocity, Calling init()... -2020-04-07 15:01:13,667 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:01:13,667 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:01:13,667 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:01:13,667 - 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... -2020-04-07 15:01:13,667 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:01:13,667 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:01:13,673 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:01:13,727 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:01:13,729 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:01:13,731 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:01:13,732 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:01:13,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:01:13,735 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:01:13,745 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:01:13,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:01:13,749 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:01:13,750 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:01:13,839 - Created '20' parsers. -2020-04-07 15:01:13,852 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:01:13,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 -2020-04-07 15:01:13,853 - Velocimacro : Default library not found. -2020-04-07 15:01:13,853 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:01:13,853 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:01:13,853 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:01:13,853 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:01:13,886 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:10:21,065 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:10:21,090 - Initializing Velocity, Calling init()... -2020-04-07 15:10:21,090 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:10:21,090 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:10:21,090 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:10:21,090 - 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... -2020-04-07 15:10:21,090 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:10:21,090 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:10:21,097 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:10:21,147 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:10:21,149 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:10:21,150 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:10:21,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:10:21,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:10:21,153 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:10:21,168 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:10:21,172 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:10:21,174 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:10:21,175 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:10:21,221 - Created '20' parsers. -2020-04-07 15:10:21,228 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:10:21,229 - 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 -2020-04-07 15:10:21,229 - Velocimacro : Default library not found. -2020-04-07 15:10:21,229 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:10:21,229 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:10:21,229 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:10:21,229 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:10:21,281 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:11:54,088 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:11:54,106 - Initializing Velocity, Calling init()... -2020-04-07 15:11:54,106 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:11:54,106 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:11:54,106 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:11:54,106 - 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... -2020-04-07 15:11:54,106 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:11:54,106 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:11:54,125 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:11:54,163 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:11:54,166 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:11:54,168 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:11:54,169 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:11:54,170 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:11:54,171 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:11:54,184 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:11:54,186 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:11:54,187 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:11:54,189 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:11:54,270 - Created '20' parsers. -2020-04-07 15:11:54,276 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:11:54,279 - 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 -2020-04-07 15:11:54,279 - Velocimacro : Default library not found. -2020-04-07 15:11:54,279 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:11:54,279 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:11:54,279 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:11:54,279 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:11:54,339 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:23:52,084 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:23:52,106 - Initializing Velocity, Calling init()... -2020-04-07 15:23:52,106 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:23:52,106 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:23:52,106 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:23:52,106 - 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... -2020-04-07 15:23:52,107 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:23:52,107 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:23:52,114 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:23:52,167 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:23:52,170 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:23:52,171 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:23:52,172 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:23:52,173 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:23:52,173 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:23:52,184 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:23:52,185 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:23:52,186 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:23:52,187 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:23:52,263 - Created '20' parsers. -2020-04-07 15:23:52,275 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:23:52,283 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm -2020-04-07 15:23:52,283 - Velocimacro : Default library not found. -2020-04-07 15:23:52,284 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:23:52,284 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:23:52,284 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:23:52,284 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:23:52,383 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:23:58,793 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:23:58,793 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:23:58,793 - Initializing Velocity, Calling init()... -2020-04-07 15:23:58,793 - Initializing Velocity, Calling init()... -2020-04-07 15:23:58,793 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:23:58,793 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:23:58,794 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:23:58,794 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:23:58,794 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:23:58,794 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:23:58,794 - 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... -2020-04-07 15:23:58,794 - 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... -2020-04-07 15:23:58,794 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:23:58,794 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:23:58,794 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:23:58,794 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:23:58,795 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:23:58,795 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:23:58,795 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:23:58,795 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:23:58,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:23:58,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:23:58,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:23:58,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:23:58,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:23:58,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:23:58,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:23:58,798 - Created '20' parsers. -2020-04-07 15:23:58,798 - Created '20' parsers. -2020-04-07 15:23:58,798 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:23:58,798 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:23:58,798 - 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 -2020-04-07 15:23:58,798 - 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 -2020-04-07 15:23:58,798 - Velocimacro : Default library not found. -2020-04-07 15:23:58,798 - Velocimacro : Default library not found. -2020-04-07 15:23:58,798 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:23:58,798 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:23:58,798 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:23:58,798 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:23:58,798 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:23:58,798 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:23:58,798 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:23:58,798 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:23:58,838 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:23:58,838 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:37:23,354 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:37:23,379 - Initializing Velocity, Calling init()... -2020-04-07 15:37:23,379 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:37:23,379 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:37:23,379 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:37:23,379 - 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... -2020-04-07 15:37:23,379 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:37:23,381 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:37:23,387 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:37:23,472 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:37:23,474 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:37:23,481 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:37:23,482 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:37:23,483 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:37:23,484 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:37:23,517 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:37:23,518 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:37:23,519 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:37:23,520 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:37:23,584 - Created '20' parsers. -2020-04-07 15:37:23,607 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:37:23,608 - 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 -2020-04-07 15:37:23,608 - Velocimacro : Default library not found. -2020-04-07 15:37:23,608 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:37:23,608 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:37:23,608 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:37:23,608 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:37:23,733 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:37:31,282 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:37:31,282 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:37:31,283 - Initializing Velocity, Calling init()... -2020-04-07 15:37:31,283 - Initializing Velocity, Calling init()... -2020-04-07 15:37:31,283 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:37:31,283 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:37:31,283 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:37:31,283 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:37:31,283 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:37:31,283 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:37:31,283 - 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... -2020-04-07 15:37:31,283 - 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... -2020-04-07 15:37:31,283 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:37:31,283 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:37:31,283 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:37:31,283 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:37:31,283 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:37:31,283 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:37:31,283 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:37:31,283 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:37:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:37:31,286 - Created '20' parsers. -2020-04-07 15:37:31,286 - Created '20' parsers. -2020-04-07 15:37:31,286 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:37:31,286 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:37:31,286 - 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 -2020-04-07 15:37:31,286 - 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 -2020-04-07 15:37:31,287 - Velocimacro : Default library not found. -2020-04-07 15:37:31,287 - Velocimacro : Default library not found. -2020-04-07 15:37:31,287 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:37:31,287 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:37:31,287 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:37:31,287 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:37:31,287 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:37:31,287 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:37:31,287 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:37:31,287 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:37:31,310 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:37:31,310 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:41:24,049 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:41:24,078 - Initializing Velocity, Calling init()... -2020-04-07 15:41:24,079 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:41:24,081 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:41:24,081 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:41:24,081 - 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... -2020-04-07 15:41:24,081 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:41:24,081 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:41:24,096 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:41:24,148 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:41:24,149 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:41:24,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:41:24,159 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:41:24,167 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:41:24,168 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:41:24,182 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:41:24,185 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:41:24,188 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:41:24,201 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:41:24,327 - Created '20' parsers. -2020-04-07 15:41:24,336 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:41:24,337 - 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 -2020-04-07 15:41:24,337 - Velocimacro : Default library not found. -2020-04-07 15:41:24,338 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:41:24,338 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:41:24,338 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:41:24,338 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:41:24,383 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:41:31,282 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:41:31,282 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:41:31,282 - Initializing Velocity, Calling init()... -2020-04-07 15:41:31,282 - Initializing Velocity, Calling init()... -2020-04-07 15:41:31,282 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:41:31,282 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:41:31,282 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:41:31,282 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:41:31,282 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:41:31,282 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:41:31,283 - 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... -2020-04-07 15:41:31,283 - 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... -2020-04-07 15:41:31,283 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:41:31,283 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:41:31,283 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:41:31,283 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:41:31,283 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:41:31,283 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:41:31,283 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:41:31,283 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:41:31,283 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:41:31,283 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:41:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:41:31,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:41:31,285 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:41:31,285 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:41:31,285 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:41:31,285 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:41:31,285 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:41:31,285 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:41:31,290 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:41:31,290 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:41:31,294 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:41:31,294 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:41:31,294 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:41:31,294 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:41:31,295 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:41:31,295 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:41:31,297 - Created '20' parsers. -2020-04-07 15:41:31,297 - Created '20' parsers. -2020-04-07 15:41:31,298 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:41:31,298 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:41:31,298 - 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 -2020-04-07 15:41:31,298 - 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 -2020-04-07 15:41:31,298 - Velocimacro : Default library not found. -2020-04-07 15:41:31,298 - Velocimacro : Default library not found. -2020-04-07 15:41:31,299 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:41:31,299 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:41:31,299 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:41:31,299 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:41:31,299 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:41:31,299 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:41:31,299 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:41:31,299 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:41:31,314 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:41:31,314 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:42:13,453 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:42:13,477 - Initializing Velocity, Calling init()... -2020-04-07 15:42:13,477 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:42:13,477 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:42:13,477 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:42:13,477 - 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... -2020-04-07 15:42:13,477 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:42:13,477 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:42:13,482 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:42:13,579 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:42:13,581 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:42:13,582 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:42:13,583 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:42:13,584 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:42:13,584 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:42:13,599 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:42:13,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:42:13,628 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:42:13,632 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:42:13,723 - Created '20' parsers. -2020-04-07 15:42:13,732 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:42:13,733 - 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 -2020-04-07 15:42:13,733 - Velocimacro : Default library not found. -2020-04-07 15:42:13,733 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:42:13,733 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:42:13,733 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:42:13,733 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:42:13,771 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:42:19,648 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:42:19,648 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:42:19,648 - Initializing Velocity, Calling init()... -2020-04-07 15:42:19,648 - Initializing Velocity, Calling init()... -2020-04-07 15:42:19,648 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:42:19,648 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:42:19,648 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:42:19,648 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:42:19,649 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:42:19,649 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:42:19,649 - 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... -2020-04-07 15:42:19,649 - 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... -2020-04-07 15:42:19,649 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:42:19,649 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:42:19,650 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:42:19,650 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:42:19,651 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:42:19,651 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:42:19,651 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:42:19,651 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:42:19,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:42:19,653 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:42:19,653 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:42:19,653 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:42:19,653 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:42:19,654 - Created '20' parsers. -2020-04-07 15:42:19,654 - Created '20' parsers. -2020-04-07 15:42:19,654 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:42:19,654 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:42:19,654 - 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 -2020-04-07 15:42:19,654 - 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 -2020-04-07 15:42:19,654 - Velocimacro : Default library not found. -2020-04-07 15:42:19,654 - Velocimacro : Default library not found. -2020-04-07 15:42:19,654 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:42:19,654 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:42:19,654 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:42:19,654 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:42:19,654 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:42:19,654 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:42:19,654 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:42:19,654 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:42:19,687 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:42:19,687 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:46:06,671 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:46:06,712 - Initializing Velocity, Calling init()... -2020-04-07 15:46:06,712 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:46:06,712 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:46:06,712 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:46:06,712 - 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... -2020-04-07 15:46:06,712 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:46:06,712 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:46:06,720 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:46:06,869 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:46:06,873 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:46:06,875 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:46:06,876 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:46:06,877 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:46:06,878 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:46:06,888 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:46:06,891 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:46:06,893 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:46:06,894 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:46:06,958 - Created '20' parsers. -2020-04-07 15:46:06,963 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:46:06,967 - 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 -2020-04-07 15:46:06,967 - Velocimacro : Default library not found. -2020-04-07 15:46:06,967 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:46:06,967 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:46:06,967 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:46:06,967 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:46:07,030 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:46:16,582 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:46:16,582 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:46:16,583 - Initializing Velocity, Calling init()... -2020-04-07 15:46:16,583 - Initializing Velocity, Calling init()... -2020-04-07 15:46:16,583 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:46:16,583 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:46:16,583 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:46:16,583 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:46:16,583 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:46:16,583 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:46:16,583 - 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... -2020-04-07 15:46:16,583 - 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... -2020-04-07 15:46:16,583 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:46:16,583 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:46:16,583 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:46:16,583 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:46:16,583 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:46:16,583 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:46:16,586 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:46:16,586 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:46:16,591 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:46:16,591 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:46:16,596 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:46:16,596 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:46:16,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:46:16,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:46:16,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:46:16,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:46:16,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:46:16,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:46:16,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:46:16,602 - Created '20' parsers. -2020-04-07 15:46:16,602 - Created '20' parsers. -2020-04-07 15:46:16,602 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:46:16,602 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:46:16,602 - 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 -2020-04-07 15:46:16,602 - 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 -2020-04-07 15:46:16,602 - Velocimacro : Default library not found. -2020-04-07 15:46:16,602 - Velocimacro : Default library not found. -2020-04-07 15:46:16,602 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:46:16,602 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:46:16,602 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:46:16,602 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:46:16,602 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:46:16,602 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:46:16,602 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:46:16,602 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:46:16,621 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:46:16,621 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:58:16,700 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:58:16,757 - Initializing Velocity, Calling init()... -2020-04-07 15:58:16,757 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:58:16,806 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:58:16,806 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:58:16,806 - 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... -2020-04-07 15:58:16,806 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:58:16,806 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:58:16,815 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:58:17,356 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:58:17,358 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:58:17,360 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:58:17,363 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:58:17,364 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:58:17,366 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:58:17,380 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:58:17,388 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:58:17,390 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:58:17,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:58:17,567 - Created '20' parsers. -2020-04-07 15:58:17,590 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:58:17,591 - 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 -2020-04-07 15:58:17,591 - Velocimacro : Default library not found. -2020-04-07 15:58:17,591 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:58:17,591 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:58:17,591 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:58:17,591 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:58:17,640 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:58:23,945 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:58:23,945 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 15:58:23,945 - Initializing Velocity, Calling init()... -2020-04-07 15:58:23,945 - Initializing Velocity, Calling init()... -2020-04-07 15:58:23,945 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:58:23,945 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 15:58:23,945 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:58:23,945 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 15:58:23,945 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:58:23,945 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 15:58:23,945 - 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... -2020-04-07 15:58:23,945 - 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... -2020-04-07 15:58:23,945 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:58:23,945 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:58:23,945 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:58:23,945 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 15:58:23,946 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:58:23,946 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:58:23,946 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:58:23,946 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 15:58:23,947 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:58:23,947 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:58:23,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 15:58:23,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:58:23,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 15:58:23,950 - Created '20' parsers. -2020-04-07 15:58:23,950 - Created '20' parsers. -2020-04-07 15:58:23,950 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:58:23,950 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 15:58:23,951 - 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 -2020-04-07 15:58:23,951 - 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 -2020-04-07 15:58:23,951 - Velocimacro : Default library not found. -2020-04-07 15:58:23,951 - Velocimacro : Default library not found. -2020-04-07 15:58:23,951 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:58:23,951 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 15:58:23,951 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:58:23,951 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 15:58:23,951 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:58:23,951 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 15:58:23,951 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:58:23,951 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 15:58:23,964 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 15:58:23,964 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:00:34,169 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 16:00:34,193 - Initializing Velocity, Calling init()... -2020-04-07 16:00:34,193 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 16:00:34,193 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 16:00:34,193 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 16:00:34,193 - 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... -2020-04-07 16:00:34,193 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 22:51:36,492 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 22:51:36,492 - Initializing Velocity, Calling init()... +2020-04-06 22:51:36,492 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 22:51:36,492 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 22:51:36,492 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 22:51:36,492 - 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... +2020-04-06 22:51:36,492 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 22:51:36,492 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 22:51:36,494 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 22:51:36,499 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 22:51:36,500 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 22:51:36,500 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 22:51:36,501 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 22:51:36,501 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 22:51:36,501 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 22:51:36,502 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 22:51:36,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 22:51:36,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 22:51:36,504 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 22:51:36,519 - Created '20' parsers. +2020-04-06 22:51:36,522 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 22:51:36,522 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm +2020-04-06 22:51:36,522 - Velocimacro : Default library not found. +2020-04-06 22:51:36,522 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 22:51:36,522 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 22:51:36,522 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 22:51:36,522 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 22:51:36,525 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 22:51:54,402 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 22:52:13,737 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 22:52:13,737 - Initializing Velocity, Calling init()... +2020-04-06 22:52:13,737 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 22:52:13,737 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 22:52:13,737 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 22:52:13,737 - 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... +2020-04-06 22:52:13,737 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 22:52:13,737 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 22:52:13,739 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 22:52:13,744 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 22:52:13,745 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 22:52:13,745 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 22:52:13,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 22:52:13,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 22:52:13,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 22:52:13,747 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 22:52:13,747 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 22:52:13,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 22:52:13,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 22:52:13,763 - Created '20' parsers. +2020-04-06 22:52:13,765 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 22:52:13,765 - 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 +2020-04-06 22:52:13,765 - Velocimacro : Default library not found. +2020-04-06 22:52:13,765 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 22:52:13,765 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 22:52:13,765 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 22:52:13,765 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 22:52:13,768 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 22:53:44,874 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 22:54:56,018 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 22:54:56,019 - Initializing Velocity, Calling init()... +2020-04-06 22:54:56,019 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 22:54:56,019 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 22:54:56,019 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 22:54:56,019 - 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... +2020-04-06 22:54:56,019 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 22:54:56,019 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 22:54:56,020 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 22:54:56,026 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 22:54:56,027 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 22:54:56,027 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 22:54:56,027 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 22:54:56,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 22:54:56,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 22:54:56,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 22:54:56,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 22:54:56,030 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 22:54:56,030 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 22:54:56,045 - Created '20' parsers. +2020-04-06 22:54:56,047 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 22:54:56,047 - 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 +2020-04-06 22:54:56,047 - Velocimacro : Default library not found. +2020-04-06 22:54:56,047 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 22:54:56,047 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 22:54:56,047 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 22:54:56,047 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 22:54:56,052 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:01:14,783 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:01:14,783 - Initializing Velocity, Calling init()... +2020-04-06 23:01:14,783 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:01:14,783 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:01:14,783 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:01:14,783 - 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... +2020-04-06 23:01:14,783 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:01:14,783 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:01:14,785 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:01:14,793 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:01:14,794 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:01:14,794 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:01:14,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:01:14,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:01:14,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:01:14,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:01:14,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:01:14,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:01:14,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:01:14,814 - Created '20' parsers. +2020-04-06 23:01:14,816 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:01:14,816 - 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 +2020-04-06 23:01:14,816 - Velocimacro : Default library not found. +2020-04-06 23:01:14,816 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:01:14,816 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:01:14,816 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:01:14,816 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:01:14,821 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:14:04,757 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:14:04,757 - Initializing Velocity, Calling init()... +2020-04-06 23:14:04,757 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:14:04,757 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:14:04,758 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:14:04,758 - 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... +2020-04-06 23:14:04,758 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:14:04,758 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:14:04,759 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:14:04,765 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:14:04,766 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:14:04,766 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:14:04,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:14:04,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:14:04,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:14:04,768 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:14:04,768 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:14:04,769 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:14:04,769 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:14:04,785 - Created '20' parsers. +2020-04-06 23:14:04,787 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:14:04,787 - 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 +2020-04-06 23:14:04,788 - Velocimacro : Default library not found. +2020-04-06 23:14:04,788 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:14:04,788 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:14:04,788 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:14:04,788 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:14:04,791 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:15:55,606 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:15:55,606 - Initializing Velocity, Calling init()... +2020-04-06 23:15:55,606 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:15:55,606 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:15:55,606 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:15:55,606 - 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... +2020-04-06 23:15:55,606 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:15:55,606 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:15:55,608 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:15:55,614 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:15:55,614 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:15:55,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:15:55,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:15:55,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:15:55,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:15:55,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:15:55,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:15:55,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:15:55,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:15:55,634 - Created '20' parsers. +2020-04-06 23:15:55,636 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:15:55,636 - 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 +2020-04-06 23:15:55,636 - Velocimacro : Default library not found. +2020-04-06 23:15:55,636 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:15:55,636 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:15:55,636 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:15:55,636 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:15:55,640 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:17:30,792 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:17:30,792 - Initializing Velocity, Calling init()... +2020-04-06 23:17:30,792 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:17:30,792 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:17:30,792 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:17:30,792 - 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... +2020-04-06 23:17:30,792 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:17:30,792 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:17:30,794 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:17:30,803 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:17:30,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:17:30,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:17:30,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:17:30,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:17:30,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:17:30,806 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:17:30,806 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:17:30,807 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:17:30,807 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:17:30,824 - Created '20' parsers. +2020-04-06 23:17:30,826 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:17:30,826 - 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 +2020-04-06 23:17:30,826 - Velocimacro : Default library not found. +2020-04-06 23:17:30,826 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:17:30,826 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:17:30,826 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:17:30,826 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:17:30,831 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:20:15,389 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:20:15,389 - Initializing Velocity, Calling init()... +2020-04-06 23:20:15,389 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:20:15,389 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:20:15,389 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:20:15,389 - 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... +2020-04-06 23:20:15,389 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:20:15,389 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:20:15,390 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:20:15,396 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:20:15,397 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:20:15,397 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:20:15,398 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:20:15,398 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:20:15,398 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:20:15,399 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:20:15,399 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:20:15,400 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:20:15,400 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:20:15,417 - Created '20' parsers. +2020-04-06 23:20:15,419 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:20:15,419 - 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 +2020-04-06 23:20:15,419 - Velocimacro : Default library not found. +2020-04-06 23:20:15,420 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:20:15,420 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:20:15,420 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:20:15,420 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:20:15,424 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:21:00,318 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:21:00,318 - Initializing Velocity, Calling init()... +2020-04-06 23:21:00,319 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:21:00,319 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:21:00,319 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:21:00,319 - 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... +2020-04-06 23:21:00,319 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:21:00,319 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:21:00,320 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:21:00,326 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:21:00,327 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:21:00,327 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:21:00,328 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:21:00,328 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:21:00,328 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:21:00,329 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:21:00,329 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:21:00,330 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:21:00,330 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:21:00,347 - Created '20' parsers. +2020-04-06 23:21:00,349 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:21:00,349 - 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 +2020-04-06 23:21:00,349 - Velocimacro : Default library not found. +2020-04-06 23:21:00,350 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:21:00,350 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:21:00,350 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:21:00,350 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:21:00,354 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:22:42,961 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:22:55,125 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:22:55,125 - Initializing Velocity, Calling init()... +2020-04-06 23:22:55,125 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:22:55,125 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:22:55,125 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:22:55,125 - 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... +2020-04-06 23:22:55,125 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:22:55,125 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:22:55,127 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:22:55,133 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:22:55,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:22:55,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:22:55,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:22:55,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:22:55,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:22:55,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:22:55,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:22:55,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:22:55,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:22:55,152 - Created '20' parsers. +2020-04-06 23:22:55,154 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:22:55,155 - 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 +2020-04-06 23:22:55,155 - Velocimacro : Default library not found. +2020-04-06 23:22:55,155 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:22:55,155 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:22:55,155 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:22:55,155 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:22:55,159 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:28:23,588 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:28:23,588 - Initializing Velocity, Calling init()... +2020-04-06 23:28:23,588 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:28:23,588 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:28:23,588 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:28:23,588 - 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... +2020-04-06 23:28:23,588 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:28:23,588 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:28:23,590 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:28:23,596 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:28:23,596 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:28:23,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:28:23,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:28:23,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:28:23,598 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:28:23,598 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:28:23,599 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:28:23,599 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:28:23,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:28:23,616 - Created '20' parsers. +2020-04-06 23:28:23,618 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:28:23,618 - 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 +2020-04-06 23:28:23,618 - Velocimacro : Default library not found. +2020-04-06 23:28:23,618 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:28:23,618 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:28:23,618 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:28:23,618 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:28:23,622 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:33:40,689 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:33:40,689 - Initializing Velocity, Calling init()... +2020-04-06 23:33:40,689 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:33:40,689 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:33:40,690 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:33:40,690 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... +2020-04-06 23:33:40,690 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:33:40,690 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:33:40,691 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:33:40,699 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:33:40,700 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:33:40,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:33:40,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:33:40,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:33:40,702 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:33:40,702 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:33:40,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:33:40,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:33:40,704 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:33:40,720 - Created '20' parsers. +2020-04-06 23:33:40,722 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:33:40,722 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm +2020-04-06 23:33:40,722 - Velocimacro : Default library not found. +2020-04-06 23:33:40,722 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:33:40,722 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:33:40,722 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:33:40,722 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:33:40,727 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:34:17,817 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:34:17,817 - Initializing Velocity, Calling init()... +2020-04-06 23:34:17,817 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:34:17,817 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:34:17,817 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:34:17,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... +2020-04-06 23:34:17,817 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:34:17,817 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:34:17,819 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:34:17,824 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:34:17,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:34:17,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:34:17,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:34:17,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:34:17,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:34:17,827 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:34:17,827 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:34:17,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:34:17,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:34:17,844 - Created '20' parsers. +2020-04-06 23:34:17,846 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:34:17,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 +2020-04-06 23:34:17,846 - Velocimacro : Default library not found. +2020-04-06 23:34:17,846 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:34:17,846 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:34:17,846 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:34:17,846 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:34:17,850 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:37:30,453 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:37:30,453 - Initializing Velocity, Calling init()... +2020-04-06 23:37:30,453 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:37:30,453 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:37:30,453 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:37:30,453 - 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... +2020-04-06 23:37:30,453 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:37:30,453 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:37:30,455 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:37:30,463 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:37:30,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:37:30,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:37:30,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:37:30,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:37:30,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:37:30,466 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:37:30,466 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:37:30,467 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:37:30,467 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:37:30,484 - Created '20' parsers. +2020-04-06 23:37:30,487 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:37:30,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 +2020-04-06 23:37:30,487 - Velocimacro : Default library not found. +2020-04-06 23:37:30,487 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:37:30,487 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:37:30,487 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:37:30,487 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:37:30,491 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:44:56,706 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:44:56,706 - Initializing Velocity, Calling init()... +2020-04-06 23:44:56,706 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:44:56,707 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:44:56,707 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:44:56,707 - 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... +2020-04-06 23:44:56,707 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:44:56,707 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:44:56,708 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:44:56,714 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:44:56,715 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:44:56,716 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:44:56,716 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:44:56,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:44:56,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:44:56,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:44:56,718 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:44:56,718 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:44:56,719 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:44:56,735 - Created '20' parsers. +2020-04-06 23:44:56,737 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:44:56,738 - 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 +2020-04-06 23:44:56,738 - Velocimacro : Default library not found. +2020-04-06 23:44:56,738 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:44:56,738 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:44:56,738 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:44:56,738 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:44:56,742 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:48:53,382 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:48:53,382 - Initializing Velocity, Calling init()... +2020-04-06 23:48:53,382 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:48:53,382 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:48:53,382 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:48:53,382 - 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... +2020-04-06 23:48:53,382 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:48:53,382 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:48:53,384 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:48:53,390 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:48:53,390 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:48:53,391 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:48:53,391 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:48:53,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:48:53,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:48:53,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:48:53,393 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:48:53,393 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:48:53,394 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:48:53,410 - Created '20' parsers. +2020-04-06 23:48:53,412 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:48:53,413 - 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 +2020-04-06 23:48:53,413 - Velocimacro : Default library not found. +2020-04-06 23:48:53,413 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:48:53,413 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:48:53,413 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:48:53,413 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:48:53,417 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:59:31,767 - Log4JLogChute initialized using file 'velocity.log' +2020-04-06 23:59:31,768 - Initializing Velocity, Calling init()... +2020-04-06 23:59:31,768 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-06 23:59:31,768 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-06 23:59:31,768 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-06 23:59:31,768 - 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... +2020-04-06 23:59:31,768 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:59:31,768 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-06 23:59:31,769 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-06 23:59:31,775 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-06 23:59:31,776 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-06 23:59:31,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-06 23:59:31,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-06 23:59:31,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-06 23:59:31,778 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-06 23:59:31,778 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-06 23:59:31,779 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-06 23:59:31,779 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-06 23:59:31,780 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-06 23:59:31,797 - Created '20' parsers. +2020-04-06 23:59:31,799 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-06 23:59:31,799 - 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 +2020-04-06 23:59:31,799 - Velocimacro : Default library not found. +2020-04-06 23:59:31,799 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-06 23:59:31,799 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-06 23:59:31,799 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-06 23:59:31,799 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-06 23:59:31,804 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:02:29,199 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:08:41,908 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 00:08:41,908 - Initializing Velocity, Calling init()... +2020-04-07 00:08:41,908 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 00:08:41,908 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 00:08:41,908 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 00:08:41,908 - 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... +2020-04-07 00:08:41,908 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:08:41,908 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:08:41,910 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:08:41,916 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 00:08:41,917 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 00:08:41,917 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 00:08:41,917 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 00:08:41,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 00:08:41,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 00:08:41,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 00:08:41,919 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 00:08:41,919 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 00:08:41,920 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 00:08:41,937 - Created '20' parsers. +2020-04-07 00:08:41,939 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 00:08:41,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 +2020-04-07 00:08:41,939 - Velocimacro : Default library not found. +2020-04-07 00:08:41,939 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 00:08:41,939 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 00:08:41,939 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 00:08:41,939 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 00:08:41,944 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:10:05,609 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 00:10:05,609 - Initializing Velocity, Calling init()... +2020-04-07 00:10:05,609 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 00:10:05,609 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 00:10:05,609 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 00:10:05,609 - 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... +2020-04-07 00:10:05,609 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:10:05,609 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:10:05,611 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:10:05,617 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 00:10:05,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 00:10:05,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 00:10:05,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 00:10:05,619 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 00:10:05,619 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 00:10:05,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 00:10:05,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 00:10:05,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 00:10:05,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 00:10:05,637 - Created '20' parsers. +2020-04-07 00:10:05,639 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 00:10:05,640 - 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 +2020-04-07 00:10:05,640 - Velocimacro : Default library not found. +2020-04-07 00:10:05,640 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 00:10:05,640 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 00:10:05,640 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 00:10:05,640 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 00:10:05,644 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:13:23,188 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 00:13:23,188 - Initializing Velocity, Calling init()... +2020-04-07 00:13:23,188 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 00:13:23,188 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 00:13:23,188 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 00:13:23,188 - 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... +2020-04-07 00:13:23,188 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:13:23,188 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:13:23,190 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:13:23,196 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 00:13:23,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 00:13:23,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 00:13:23,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 00:13:23,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 00:13:23,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 00:13:23,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 00:13:23,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 00:13:23,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 00:13:23,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 00:13:23,216 - Created '20' parsers. +2020-04-07 00:13:23,218 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 00:13:23,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 +2020-04-07 00:13:23,218 - Velocimacro : Default library not found. +2020-04-07 00:13:23,218 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 00:13:23,218 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 00:13:23,218 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 00:13:23,218 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 00:13:23,223 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:14:13,437 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 00:14:13,437 - Initializing Velocity, Calling init()... +2020-04-07 00:14:13,438 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 00:14:13,438 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 00:14:13,438 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 00:14:13,438 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... +2020-04-07 00:14:13,438 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:14:13,438 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 00:14:13,439 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 00:14:13,445 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 00:14:13,446 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 00:14:13,446 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 00:14:13,446 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 00:14:13,447 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 00:14:13,447 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 00:14:13,448 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 00:14:13,448 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 00:14:13,449 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 00:14:13,449 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 00:14:13,465 - Created '20' parsers. +2020-04-07 00:14:13,467 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 00:14:13,467 - 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 +2020-04-07 00:14:13,467 - Velocimacro : Default library not found. +2020-04-07 00:14:13,468 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 00:14:13,468 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 00:14:13,468 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 00:14:13,468 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 00:14:13,472 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 09:44:48,186 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 09:44:48,186 - Initializing Velocity, Calling init()... +2020-04-07 09:44:48,186 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 09:44:48,186 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 09:44:48,186 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 09:44:48,186 - 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... +2020-04-07 09:44:48,186 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 09:44:48,186 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 09:44:48,189 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 09:44:48,196 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 09:44:48,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 09:44:48,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 09:44:48,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 09:44:48,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 09:44:48,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 09:44:48,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 09:44:48,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 09:44:48,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 09:44:48,201 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 09:44:48,218 - Created '20' parsers. +2020-04-07 09:44:48,220 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 09:44:48,220 - 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 +2020-04-07 09:44:48,220 - Velocimacro : Default library not found. +2020-04-07 09:44:48,220 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 09:44:48,220 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 09:44:48,220 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 09:44:48,220 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 09:44:48,226 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:56:22,297 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 16:56:22,298 - Initializing Velocity, Calling init()... +2020-04-07 16:56:22,298 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 16:56:22,298 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 16:56:22,298 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 16:56:22,298 - 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... +2020-04-07 16:56:22,298 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:56:22,298 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:56:22,300 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:56:22,310 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 16:56:22,311 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 16:56:22,312 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 16:56:22,312 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 16:56:22,312 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 16:56:22,313 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 16:56:22,313 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 16:56:22,314 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 16:56:22,315 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 16:56:22,315 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 16:56:22,336 - Created '20' parsers. +2020-04-07 16:56:22,339 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 16:56:22,339 - 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 +2020-04-07 16:56:22,339 - Velocimacro : Default library not found. +2020-04-07 16:56:22,339 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 16:56:22,339 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 16:56:22,339 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 16:56:22,339 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 16:56:22,344 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:56:33,935 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 16:56:33,935 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 16:56:33,935 - Initializing Velocity, Calling init()... +2020-04-07 16:56:33,935 - Initializing Velocity, Calling init()... +2020-04-07 16:56:33,935 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 16:56:33,935 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 16:56:33,935 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 16:56:33,935 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 16:56:33,935 - 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... +2020-04-07 16:56:33,935 - 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... +2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:56:33,935 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:56:33,935 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:56:33,935 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:56:33,935 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:56:33,935 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 16:56:33,935 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 16:56:33,938 - Created '20' parsers. +2020-04-07 16:56:33,938 - Created '20' parsers. +2020-04-07 16:56:33,938 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 16:56:33,938 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 16:56:33,938 - 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 +2020-04-07 16:56:33,938 - 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 +2020-04-07 16:56:33,938 - Velocimacro : Default library not found. +2020-04-07 16:56:33,938 - Velocimacro : Default library not found. +2020-04-07 16:56:33,938 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 16:56:33,938 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 16:56:33,938 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 16:56:33,938 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 16:56:33,938 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 16:56:33,938 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 16:56:33,938 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 16:56:33,938 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 16:56:33,939 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:56:33,939 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:58:22,565 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 16:58:22,565 - Initializing Velocity, Calling init()... +2020-04-07 16:58:22,565 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 16:58:22,565 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 16:58:22,565 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 16:58:22,565 - 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... +2020-04-07 16:58:22,565 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:58:22,565 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:58:22,567 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:58:22,573 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 16:58:22,574 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 16:58:22,574 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 16:58:22,575 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 16:58:22,575 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 16:58:22,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 16:58:22,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 16:58:22,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 16:58:22,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 16:58:22,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 16:58:22,594 - Created '20' parsers. +2020-04-07 16:58:22,596 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 16:58:22,597 - 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 +2020-04-07 16:58:22,597 - Velocimacro : Default library not found. +2020-04-07 16:58:22,597 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 16:58:22,597 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 16:58:22,597 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 16:58:22,597 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 16:58:22,601 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:58:56,724 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 16:58:56,724 - Initializing Velocity, Calling init()... +2020-04-07 16:58:56,724 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 16:58:56,724 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 16:58:56,724 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 16:58:56,724 - 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... +2020-04-07 16:58:56,724 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:58:56,724 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 16:58:56,726 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 16:58:56,732 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 16:58:56,733 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 16:58:56,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 16:58:56,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 16:58:56,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 16:58:56,735 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 16:58:56,735 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 16:58:56,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 16:58:56,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 16:58:56,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 16:58:56,755 - Created '20' parsers. +2020-04-07 16:58:56,757 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 16:58:56,757 - 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 +2020-04-07 16:58:56,757 - Velocimacro : Default library not found. +2020-04-07 16:58:56,757 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 16:58:56,757 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 16:58:56,757 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 16:58:56,757 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 16:58:56,762 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:00:46,329 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:00:46,329 - Initializing Velocity, Calling init()... +2020-04-07 17:00:46,329 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:00:46,329 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:00:46,329 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:00:46,329 - 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... +2020-04-07 17:00:46,329 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:00:46,329 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:00:46,331 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:00:46,338 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:00:46,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:00:46,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:00:46,340 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:00:46,340 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:00:46,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:00:46,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:00:46,342 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:00:46,342 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:00:46,343 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:00:46,360 - Created '20' parsers. +2020-04-07 17:00:46,363 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:00:46,363 - 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 +2020-04-07 17:00:46,363 - Velocimacro : Default library not found. +2020-04-07 17:00:46,363 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:00:46,363 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:00:46,363 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:00:46,363 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:00:46,368 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:03:37,602 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:03:37,602 - Initializing Velocity, Calling init()... +2020-04-07 17:03:37,602 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:03:37,602 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:03:37,602 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:03:37,602 - 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... +2020-04-07 17:03:37,602 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:03:37,602 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:03:37,604 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:03:37,611 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:03:37,612 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:03:37,612 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:03:37,613 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:03:37,613 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:03:37,613 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:03:37,614 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:03:37,614 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:03:37,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:03:37,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:03:37,633 - Created '20' parsers. +2020-04-07 17:03:37,635 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:03:37,636 - 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 +2020-04-07 17:03:37,636 - Velocimacro : Default library not found. +2020-04-07 17:03:37,636 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:03:37,636 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:03:37,636 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:03:37,636 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:03:37,641 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:03:42,508 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:05:20,724 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:05:20,724 - Initializing Velocity, Calling init()... +2020-04-07 17:05:20,724 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:05:20,724 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:05:20,724 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:05:20,724 - 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... +2020-04-07 17:05:20,724 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:05:20,724 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:05:20,727 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:05:20,735 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:05:20,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:05:20,738 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:05:20,739 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:05:20,739 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:05:20,740 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:05:20,758 - Created '20' parsers. +2020-04-07 17:05:20,761 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:05:20,762 - 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 +2020-04-07 17:05:20,762 - Velocimacro : Default library not found. +2020-04-07 17:05:20,762 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:05:20,762 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:05:20,762 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:05:20,762 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:05:20,766 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:07:05,890 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:07:05,890 - Initializing Velocity, Calling init()... +2020-04-07 17:07:05,890 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:07:05,890 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:07:05,890 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:07:05,890 - 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... +2020-04-07 17:07:05,890 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:07:05,890 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:07:05,892 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:07:05,900 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:07:05,901 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:07:05,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:07:05,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:07:05,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:07:05,903 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:07:05,903 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:07:05,904 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:07:05,904 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:07:05,905 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:07:05,922 - Created '20' parsers. +2020-04-07 17:07:05,925 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:07:05,926 - 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 +2020-04-07 17:07:05,926 - Velocimacro : Default library not found. +2020-04-07 17:07:05,926 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:07:05,926 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:07:05,926 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:07:05,926 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:07:05,932 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:09:31,410 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:09:31,410 - Initializing Velocity, Calling init()... +2020-04-07 17:09:31,410 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:09:31,410 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:09:31,410 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:09:31,410 - 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... +2020-04-07 17:09:31,410 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:09:31,410 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:09:31,412 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:09:31,418 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:09:31,419 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:09:31,419 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:09:31,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:09:31,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:09:31,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:09:31,421 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:09:31,421 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:09:31,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:09:31,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:09:31,440 - Created '20' parsers. +2020-04-07 17:09:31,442 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:09:31,443 - 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 +2020-04-07 17:09:31,443 - Velocimacro : Default library not found. +2020-04-07 17:09:31,443 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:09:31,443 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:09:31,443 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:09:31,443 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:09:31,447 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:10:36,224 - Log4JLogChute initialized using file 'velocity.log' From 11d84f75edc83f1ecd9ec851a710830a2ab471d8 Mon Sep 17 00:00:00 2001 From: Ziyao Zheng Date: Wed, 8 Apr 2020 00:22:30 +0100 Subject: [PATCH 12/19] the posts table is working --- src/main/java/Main.java | 16 ++++++++-------- src/main/java/models/Post.java | 4 ++-- src/main/resources/templates/dashboard.vtl | 3 ++- 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/src/main/java/Main.java b/src/main/java/Main.java index 9deef6a..de56c0a 100644 --- a/src/main/java/Main.java +++ b/src/main/java/Main.java @@ -57,12 +57,12 @@ public static void main(String[] args) { get("/dashboard", (req, res) -> { + model.getAllPosts(); + HashMap posts = new HashMap(); + posts.put("posts",model.getAllPosts()); -// HashMap posts = new HashMap(); - - - return new ModelAndView(new HashMap(), "templates/dashboard.vtl"); + return new ModelAndView(posts, "templates/dashboard.vtl"); }, new VelocityTemplateEngine()); @@ -73,11 +73,11 @@ public static void main(String[] args) { LocalDateTime currentTimestamp = LocalDateTime.now(); model.createPost(content, String.valueOf(currentTimestamp)); + model.getAllPosts(); + HashMap posts = new HashMap(); + posts.put("posts",model.getAllPosts()); - - HashMap dashboard = new HashMap(); - - return new ModelAndView(dashboard, "templates/dashboard.vtl"); + return new ModelAndView(posts, "templates/dashboard.vtl"); }, new VelocityTemplateEngine()); diff --git a/src/main/java/models/Post.java b/src/main/java/models/Post.java index 5e4a102..382e55f 100644 --- a/src/main/java/models/Post.java +++ b/src/main/java/models/Post.java @@ -10,9 +10,9 @@ public class Post { private UUID post_id; private String content; - private Timestamp time; + private String time; - public Post(UUID post_id, String content, Timestamp time) { + public Post(UUID post_id, String content, String time) { this.post_id = post_id; this.content = content; this.time = time; diff --git a/src/main/resources/templates/dashboard.vtl b/src/main/resources/templates/dashboard.vtl index 5be7d36..ddd9353 100644 --- a/src/main/resources/templates/dashboard.vtl +++ b/src/main/resources/templates/dashboard.vtl @@ -80,7 +80,8 @@ $post.content - $post.time +
+ Posted on: $post.time #end From 39f95c3c593c719689d399c654232f7d012d4a7d Mon Sep 17 00:00:00 2001 From: Ziyao Zheng Date: Wed, 8 Apr 2020 01:17:40 +0100 Subject: [PATCH 13/19] like button wip --- src/main/java/Main.java | 4 +- src/main/resources/templates/dashboard.vtl | 11 +- src/main/resources/templates/homepage.vtl | 6 +- velocity.log.1 | 2074 +++++++++++--------- 4 files changed, 1184 insertions(+), 911 deletions(-) diff --git a/src/main/java/Main.java b/src/main/java/Main.java index de56c0a..f421720 100644 --- a/src/main/java/Main.java +++ b/src/main/java/Main.java @@ -45,8 +45,8 @@ public static void main(String[] args) { post("/", (request, response) -> { - String user_name = request.queryParams("user_name"); - String password = request.queryParams("password"); + String user_name = request.queryParams("user_name_1"); + String password = request.queryParams("psw"); model.addUser(user_name, password); HashMap homepage = new HashMap(); diff --git a/src/main/resources/templates/dashboard.vtl b/src/main/resources/templates/dashboard.vtl index ddd9353..47d2144 100644 --- a/src/main/resources/templates/dashboard.vtl +++ b/src/main/resources/templates/dashboard.vtl @@ -61,9 +61,9 @@
- - - + + +
@@ -71,7 +71,7 @@ - + @@ -82,6 +82,9 @@ $post.content
Posted on: $post.time +
+ + #end diff --git a/src/main/resources/templates/homepage.vtl b/src/main/resources/templates/homepage.vtl index 400e021..76c3d4f 100644 --- a/src/main/resources/templates/homepage.vtl +++ b/src/main/resources/templates/homepage.vtl @@ -25,7 +25,7 @@ font-family: 'El Messiri'; align-items: stretch; width: 20%; - font-size: 2rem; + font-size: 18px; } @@ -47,12 +47,12 @@
- +
- +
diff --git a/velocity.log.1 b/velocity.log.1 index 6fe2715..83f0852 100644 --- a/velocity.log.1 +++ b/velocity.log.1 @@ -1,902 +1,1172 @@ -2020-04-06 22:51:36,492 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 22:51:36,492 - Initializing Velocity, Calling init()... -2020-04-06 22:51:36,492 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 22:51:36,492 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 22:51:36,492 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 22:51:36,492 - 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... -2020-04-06 22:51:36,492 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 22:51:36,492 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 22:51:36,494 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 22:51:36,499 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 22:51:36,500 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 22:51:36,500 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 22:51:36,501 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 22:51:36,501 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 22:51:36,501 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 22:51:36,502 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 22:51:36,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 22:51:36,503 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 22:51:36,504 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 22:51:36,519 - Created '20' parsers. -2020-04-06 22:51:36,522 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 22:51:36,522 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm -2020-04-06 22:51:36,522 - Velocimacro : Default library not found. -2020-04-06 22:51:36,522 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 22:51:36,522 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 22:51:36,522 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 22:51:36,522 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 22:51:36,525 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 22:51:54,402 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 22:52:13,737 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 22:52:13,737 - Initializing Velocity, Calling init()... -2020-04-06 22:52:13,737 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 22:52:13,737 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 22:52:13,737 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 22:52:13,737 - 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... -2020-04-06 22:52:13,737 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 22:52:13,737 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 22:52:13,739 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 22:52:13,744 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 22:52:13,745 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 22:52:13,745 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 22:52:13,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 22:52:13,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 22:52:13,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 22:52:13,747 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 22:52:13,747 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 22:52:13,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 22:52:13,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 22:52:13,763 - Created '20' parsers. -2020-04-06 22:52:13,765 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 22:52:13,765 - 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 -2020-04-06 22:52:13,765 - Velocimacro : Default library not found. -2020-04-06 22:52:13,765 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 22:52:13,765 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 22:52:13,765 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 22:52:13,765 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 22:52:13,768 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 22:53:44,874 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 22:54:56,018 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 22:54:56,019 - Initializing Velocity, Calling init()... -2020-04-06 22:54:56,019 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 22:54:56,019 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 22:54:56,019 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 22:54:56,019 - 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... -2020-04-06 22:54:56,019 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 22:54:56,019 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 22:54:56,020 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 22:54:56,026 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 22:54:56,027 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 22:54:56,027 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 22:54:56,027 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 22:54:56,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 22:54:56,028 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 22:54:56,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 22:54:56,029 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 22:54:56,030 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 22:54:56,030 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 22:54:56,045 - Created '20' parsers. -2020-04-06 22:54:56,047 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 22:54:56,047 - 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 -2020-04-06 22:54:56,047 - Velocimacro : Default library not found. -2020-04-06 22:54:56,047 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 22:54:56,047 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 22:54:56,047 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 22:54:56,047 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 22:54:56,052 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:01:14,783 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:01:14,783 - Initializing Velocity, Calling init()... -2020-04-06 23:01:14,783 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:01:14,783 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:01:14,783 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:01:14,783 - 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... -2020-04-06 23:01:14,783 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:01:14,783 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:01:14,785 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:01:14,793 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:01:14,794 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:01:14,794 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:01:14,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:01:14,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:01:14,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:01:14,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:01:14,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:01:14,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:01:14,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:01:14,814 - Created '20' parsers. -2020-04-06 23:01:14,816 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:01:14,816 - 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 -2020-04-06 23:01:14,816 - Velocimacro : Default library not found. -2020-04-06 23:01:14,816 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:01:14,816 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:01:14,816 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:01:14,816 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:01:14,821 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:14:04,757 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:14:04,757 - Initializing Velocity, Calling init()... -2020-04-06 23:14:04,757 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:14:04,757 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:14:04,758 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:14:04,758 - 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... -2020-04-06 23:14:04,758 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:14:04,758 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:14:04,759 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:14:04,765 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:14:04,766 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:14:04,766 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:14:04,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:14:04,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:14:04,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:14:04,768 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:14:04,768 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:14:04,769 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:14:04,769 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:14:04,785 - Created '20' parsers. -2020-04-06 23:14:04,787 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:14:04,787 - 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 -2020-04-06 23:14:04,788 - Velocimacro : Default library not found. -2020-04-06 23:14:04,788 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:14:04,788 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:14:04,788 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:14:04,788 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:14:04,791 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:15:55,606 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:15:55,606 - Initializing Velocity, Calling init()... -2020-04-06 23:15:55,606 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:15:55,606 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:15:55,606 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:15:55,606 - 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... -2020-04-06 23:15:55,606 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:15:55,606 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:15:55,608 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:15:55,614 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:15:55,614 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:15:55,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:15:55,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:15:55,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:15:55,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:15:55,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:15:55,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:15:55,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:15:55,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:15:55,634 - Created '20' parsers. -2020-04-06 23:15:55,636 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:15:55,636 - 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 -2020-04-06 23:15:55,636 - Velocimacro : Default library not found. -2020-04-06 23:15:55,636 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:15:55,636 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:15:55,636 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:15:55,636 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:15:55,640 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:17:30,792 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:17:30,792 - Initializing Velocity, Calling init()... -2020-04-06 23:17:30,792 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:17:30,792 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:17:30,792 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:17:30,792 - 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... -2020-04-06 23:17:30,792 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:17:30,792 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:17:30,794 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:17:30,803 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:17:30,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:17:30,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:17:30,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:17:30,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:17:30,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:17:30,806 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:17:30,806 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:17:30,807 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:17:30,807 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:17:30,824 - Created '20' parsers. -2020-04-06 23:17:30,826 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:17:30,826 - 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 -2020-04-06 23:17:30,826 - Velocimacro : Default library not found. -2020-04-06 23:17:30,826 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:17:30,826 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:17:30,826 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:17:30,826 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:17:30,831 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:20:15,389 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:20:15,389 - Initializing Velocity, Calling init()... -2020-04-06 23:20:15,389 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:20:15,389 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:20:15,389 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:20:15,389 - 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... -2020-04-06 23:20:15,389 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:20:15,389 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:20:15,390 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:20:15,396 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:20:15,397 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:20:15,397 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:20:15,398 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:20:15,398 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:20:15,398 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:20:15,399 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:20:15,399 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:20:15,400 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:20:15,400 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:20:15,417 - Created '20' parsers. -2020-04-06 23:20:15,419 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:20:15,419 - 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 -2020-04-06 23:20:15,419 - Velocimacro : Default library not found. -2020-04-06 23:20:15,420 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:20:15,420 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:20:15,420 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:20:15,420 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:20:15,424 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:21:00,318 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:21:00,318 - Initializing Velocity, Calling init()... -2020-04-06 23:21:00,319 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:21:00,319 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:21:00,319 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:21:00,319 - 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... -2020-04-06 23:21:00,319 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:21:00,319 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:21:00,320 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:21:00,326 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:21:00,327 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:21:00,327 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:21:00,328 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:21:00,328 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:21:00,328 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:21:00,329 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:21:00,329 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:21:00,330 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:21:00,330 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:21:00,347 - Created '20' parsers. -2020-04-06 23:21:00,349 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:21:00,349 - 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 -2020-04-06 23:21:00,349 - Velocimacro : Default library not found. -2020-04-06 23:21:00,350 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:21:00,350 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:21:00,350 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:21:00,350 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:21:00,354 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:22:42,961 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:22:55,125 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:22:55,125 - Initializing Velocity, Calling init()... -2020-04-06 23:22:55,125 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:22:55,125 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:22:55,125 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:22:55,125 - 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... -2020-04-06 23:22:55,125 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:22:55,125 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:22:55,127 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:22:55,133 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:22:55,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:22:55,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:22:55,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:22:55,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:22:55,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:22:55,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:22:55,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:22:55,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:22:55,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:22:55,152 - Created '20' parsers. -2020-04-06 23:22:55,154 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:22:55,155 - 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 -2020-04-06 23:22:55,155 - Velocimacro : Default library not found. -2020-04-06 23:22:55,155 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:22:55,155 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:22:55,155 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:22:55,155 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:22:55,159 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:28:23,588 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:28:23,588 - Initializing Velocity, Calling init()... -2020-04-06 23:28:23,588 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:28:23,588 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:28:23,588 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:28:23,588 - 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... -2020-04-06 23:28:23,588 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:28:23,588 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:28:23,590 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:28:23,596 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:28:23,596 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:28:23,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:28:23,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:28:23,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:28:23,598 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:28:23,598 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:28:23,599 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:28:23,599 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:28:23,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:28:23,616 - Created '20' parsers. -2020-04-06 23:28:23,618 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:28:23,618 - 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 -2020-04-06 23:28:23,618 - Velocimacro : Default library not found. -2020-04-06 23:28:23,618 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:28:23,618 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:28:23,618 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:28:23,618 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:28:23,622 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:33:40,689 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:33:40,689 - Initializing Velocity, Calling init()... -2020-04-06 23:33:40,689 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:33:40,689 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:33:40,690 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:33:40,690 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... -2020-04-06 23:33:40,690 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:33:40,690 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:33:40,691 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:33:40,699 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:33:40,700 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:33:40,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:33:40,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:33:40,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:33:40,702 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:33:40,702 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:33:40,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:33:40,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:33:40,704 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:33:40,720 - Created '20' parsers. -2020-04-06 23:33:40,722 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:33:40,722 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm -2020-04-06 23:33:40,722 - Velocimacro : Default library not found. -2020-04-06 23:33:40,722 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:33:40,722 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:33:40,722 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:33:40,722 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:33:40,727 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:34:17,817 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:34:17,817 - Initializing Velocity, Calling init()... -2020-04-06 23:34:17,817 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:34:17,817 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:34:17,817 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:34:17,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... -2020-04-06 23:34:17,817 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:34:17,817 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:34:17,819 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:34:17,824 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:34:17,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:34:17,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:34:17,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:34:17,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:34:17,826 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:34:17,827 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:34:17,827 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:34:17,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:34:17,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:34:17,844 - Created '20' parsers. -2020-04-06 23:34:17,846 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:34:17,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 -2020-04-06 23:34:17,846 - Velocimacro : Default library not found. -2020-04-06 23:34:17,846 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:34:17,846 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:34:17,846 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:34:17,846 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:34:17,850 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:37:30,453 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:37:30,453 - Initializing Velocity, Calling init()... -2020-04-06 23:37:30,453 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:37:30,453 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:37:30,453 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:37:30,453 - 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... -2020-04-06 23:37:30,453 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:37:30,453 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:37:30,455 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:37:30,463 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:37:30,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:37:30,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:37:30,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:37:30,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:37:30,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:37:30,466 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:37:30,466 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:37:30,467 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:37:30,467 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:37:30,484 - Created '20' parsers. -2020-04-06 23:37:30,487 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:37:30,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 -2020-04-06 23:37:30,487 - Velocimacro : Default library not found. -2020-04-06 23:37:30,487 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:37:30,487 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:37:30,487 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:37:30,487 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:37:30,491 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:44:56,706 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:44:56,706 - Initializing Velocity, Calling init()... -2020-04-06 23:44:56,706 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:44:56,707 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:44:56,707 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:44:56,707 - 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... -2020-04-06 23:44:56,707 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:44:56,707 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:44:56,708 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:44:56,714 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:44:56,715 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:44:56,716 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:44:56,716 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:44:56,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:44:56,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:44:56,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:44:56,718 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:44:56,718 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:44:56,719 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:44:56,735 - Created '20' parsers. -2020-04-06 23:44:56,737 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:44:56,738 - 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 -2020-04-06 23:44:56,738 - Velocimacro : Default library not found. -2020-04-06 23:44:56,738 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:44:56,738 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:44:56,738 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:44:56,738 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:44:56,742 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:48:53,382 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:48:53,382 - Initializing Velocity, Calling init()... -2020-04-06 23:48:53,382 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:48:53,382 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:48:53,382 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:48:53,382 - 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... -2020-04-06 23:48:53,382 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:48:53,382 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:48:53,384 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:48:53,390 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:48:53,390 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:48:53,391 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:48:53,391 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:48:53,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:48:53,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:48:53,392 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:48:53,393 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:48:53,393 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:48:53,394 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:48:53,410 - Created '20' parsers. -2020-04-06 23:48:53,412 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:48:53,413 - 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 -2020-04-06 23:48:53,413 - Velocimacro : Default library not found. -2020-04-06 23:48:53,413 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:48:53,413 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:48:53,413 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:48:53,413 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:48:53,417 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:59:31,767 - Log4JLogChute initialized using file 'velocity.log' -2020-04-06 23:59:31,768 - Initializing Velocity, Calling init()... -2020-04-06 23:59:31,768 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-06 23:59:31,768 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-06 23:59:31,768 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-06 23:59:31,768 - 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... -2020-04-06 23:59:31,768 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:59:31,768 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-06 23:59:31,769 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-06 23:59:31,775 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-06 23:59:31,776 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-06 23:59:31,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-06 23:59:31,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-06 23:59:31,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-06 23:59:31,778 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-06 23:59:31,778 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-06 23:59:31,779 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-06 23:59:31,779 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-06 23:59:31,780 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-06 23:59:31,797 - Created '20' parsers. -2020-04-06 23:59:31,799 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-06 23:59:31,799 - 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 -2020-04-06 23:59:31,799 - Velocimacro : Default library not found. -2020-04-06 23:59:31,799 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-06 23:59:31,799 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-06 23:59:31,799 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-06 23:59:31,799 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-06 23:59:31,804 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:02:29,199 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:08:41,908 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 00:08:41,908 - Initializing Velocity, Calling init()... -2020-04-07 00:08:41,908 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 00:08:41,908 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 00:08:41,908 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 00:08:41,908 - 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... -2020-04-07 00:08:41,908 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:08:41,908 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:08:41,910 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:08:41,916 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 00:08:41,917 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 00:08:41,917 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 00:08:41,917 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 00:08:41,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 00:08:41,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 00:08:41,918 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 00:08:41,919 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 00:08:41,919 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 00:08:41,920 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 00:08:41,937 - Created '20' parsers. -2020-04-07 00:08:41,939 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 00:08:41,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 -2020-04-07 00:08:41,939 - Velocimacro : Default library not found. -2020-04-07 00:08:41,939 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 00:08:41,939 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 00:08:41,939 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 00:08:41,939 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 00:08:41,944 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:10:05,609 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 00:10:05,609 - Initializing Velocity, Calling init()... -2020-04-07 00:10:05,609 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 00:10:05,609 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 00:10:05,609 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 00:10:05,609 - 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... -2020-04-07 00:10:05,609 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:10:05,609 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:10:05,611 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:10:05,617 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 00:10:05,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 00:10:05,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 00:10:05,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 00:10:05,619 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 00:10:05,619 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 00:10:05,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 00:10:05,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 00:10:05,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 00:10:05,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 00:10:05,637 - Created '20' parsers. -2020-04-07 00:10:05,639 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 00:10:05,640 - 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 -2020-04-07 00:10:05,640 - Velocimacro : Default library not found. -2020-04-07 00:10:05,640 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 00:10:05,640 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 00:10:05,640 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 00:10:05,640 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 00:10:05,644 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:13:23,188 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 00:13:23,188 - Initializing Velocity, Calling init()... -2020-04-07 00:13:23,188 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 00:13:23,188 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 00:13:23,188 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 00:13:23,188 - 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... -2020-04-07 00:13:23,188 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:13:23,188 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:13:23,190 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:13:23,196 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 00:13:23,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 00:13:23,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 00:13:23,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 00:13:23,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 00:13:23,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 00:13:23,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 00:13:23,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 00:13:23,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 00:13:23,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 00:13:23,216 - Created '20' parsers. -2020-04-07 00:13:23,218 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 00:13:23,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 -2020-04-07 00:13:23,218 - Velocimacro : Default library not found. -2020-04-07 00:13:23,218 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 00:13:23,218 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 00:13:23,218 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 00:13:23,218 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 00:13:23,223 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:14:13,437 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 00:14:13,437 - Initializing Velocity, Calling init()... -2020-04-07 00:14:13,438 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 00:14:13,438 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 00:14:13,438 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 00:14:13,438 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... -2020-04-07 00:14:13,438 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:14:13,438 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 00:14:13,439 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 00:14:13,445 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 00:14:13,446 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 00:14:13,446 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 00:14:13,446 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 00:14:13,447 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 00:14:13,447 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 00:14:13,448 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 00:14:13,448 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 00:14:13,449 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 00:14:13,449 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 00:14:13,465 - Created '20' parsers. -2020-04-07 00:14:13,467 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 00:14:13,467 - 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 -2020-04-07 00:14:13,467 - Velocimacro : Default library not found. -2020-04-07 00:14:13,468 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 00:14:13,468 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 00:14:13,468 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 00:14:13,468 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 00:14:13,472 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 09:44:48,186 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 09:44:48,186 - Initializing Velocity, Calling init()... -2020-04-07 09:44:48,186 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 09:44:48,186 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 09:44:48,186 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 09:44:48,186 - 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... -2020-04-07 09:44:48,186 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 09:44:48,186 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 09:44:48,189 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 09:44:48,196 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 09:44:48,197 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 09:44:48,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 09:44:48,198 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 09:44:48,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 09:44:48,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 09:44:48,199 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 09:44:48,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 09:44:48,200 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 09:44:48,201 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 09:44:48,218 - Created '20' parsers. -2020-04-07 09:44:48,220 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 09:44:48,220 - 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 -2020-04-07 09:44:48,220 - Velocimacro : Default library not found. -2020-04-07 09:44:48,220 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 09:44:48,220 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 09:44:48,220 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 09:44:48,220 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 09:44:48,226 - ResourceManager : found templates/posts.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:56:22,297 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 16:56:22,298 - Initializing Velocity, Calling init()... -2020-04-07 16:56:22,298 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 16:56:22,298 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 16:56:22,298 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 16:56:22,298 - 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... -2020-04-07 16:56:22,298 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:56:22,298 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:56:22,300 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:56:22,310 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 16:56:22,311 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 16:56:22,312 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 16:56:22,312 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 16:56:22,312 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 16:56:22,313 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 16:56:22,313 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 16:56:22,314 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 16:56:22,315 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 16:56:22,315 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 16:56:22,336 - Created '20' parsers. -2020-04-07 16:56:22,339 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 16:56:22,339 - 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 -2020-04-07 16:56:22,339 - Velocimacro : Default library not found. -2020-04-07 16:56:22,339 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 16:56:22,339 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 16:56:22,339 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 16:56:22,339 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 16:56:22,344 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:56:33,935 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 16:56:33,935 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 16:56:33,935 - Initializing Velocity, Calling init()... -2020-04-07 16:56:33,935 - Initializing Velocity, Calling init()... -2020-04-07 16:56:33,935 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 16:56:33,935 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 16:56:33,935 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 16:56:33,935 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 16:56:33,935 - 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... -2020-04-07 16:56:33,935 - 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... -2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:56:33,935 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:56:33,935 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:56:33,935 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:56:33,935 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:56:33,935 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:56:33,935 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 16:56:33,935 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 16:56:33,936 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 16:56:33,938 - Created '20' parsers. -2020-04-07 16:56:33,938 - Created '20' parsers. -2020-04-07 16:56:33,938 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 16:56:33,938 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 16:56:33,938 - 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 -2020-04-07 16:56:33,938 - 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 -2020-04-07 16:56:33,938 - Velocimacro : Default library not found. -2020-04-07 16:56:33,938 - Velocimacro : Default library not found. -2020-04-07 16:56:33,938 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 16:56:33,938 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 16:56:33,938 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 16:56:33,938 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 16:56:33,938 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 16:56:33,938 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 16:56:33,938 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 16:56:33,938 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 16:56:33,939 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:56:33,939 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:58:22,565 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 16:58:22,565 - Initializing Velocity, Calling init()... -2020-04-07 16:58:22,565 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 16:58:22,565 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 16:58:22,565 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 16:58:22,565 - 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... -2020-04-07 16:58:22,565 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:58:22,565 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:58:22,567 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:58:22,573 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 16:58:22,574 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 16:58:22,574 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 16:58:22,575 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 16:58:22,575 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 16:58:22,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 16:58:22,576 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 16:58:22,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 16:58:22,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 16:58:22,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 16:58:22,594 - Created '20' parsers. -2020-04-07 16:58:22,596 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 16:58:22,597 - 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 -2020-04-07 16:58:22,597 - Velocimacro : Default library not found. -2020-04-07 16:58:22,597 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 16:58:22,597 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 16:58:22,597 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 16:58:22,597 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 16:58:22,601 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:58:56,724 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 16:58:56,724 - Initializing Velocity, Calling init()... -2020-04-07 16:58:56,724 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 16:58:56,724 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 16:58:56,724 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 16:58:56,724 - 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... -2020-04-07 16:58:56,724 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:58:56,724 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 16:58:56,726 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 16:58:56,732 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 16:58:56,733 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 16:58:56,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 16:58:56,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 16:58:56,734 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 16:58:56,735 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 16:58:56,735 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 16:58:56,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 16:58:56,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 16:58:56,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 16:58:56,755 - Created '20' parsers. -2020-04-07 16:58:56,757 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 16:58:56,757 - 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 -2020-04-07 16:58:56,757 - Velocimacro : Default library not found. -2020-04-07 16:58:56,757 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 16:58:56,757 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 16:58:56,757 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 16:58:56,757 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 16:58:56,762 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:00:46,329 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 17:00:46,329 - Initializing Velocity, Calling init()... -2020-04-07 17:00:46,329 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 17:00:46,329 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 17:00:46,329 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 17:00:46,329 - 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... -2020-04-07 17:00:46,329 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:00:46,329 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:00:46,331 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:00:46,338 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 17:00:46,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 17:00:46,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 17:00:46,340 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 17:00:46,340 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 17:00:46,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 17:00:46,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 17:00:46,342 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 17:00:46,342 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 17:00:46,343 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 17:00:46,360 - Created '20' parsers. -2020-04-07 17:00:46,363 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 17:00:46,363 - 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 -2020-04-07 17:00:46,363 - Velocimacro : Default library not found. -2020-04-07 17:00:46,363 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 17:00:46,363 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 17:00:46,363 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 17:00:46,363 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 17:00:46,368 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:03:37,602 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 17:03:37,602 - Initializing Velocity, Calling init()... -2020-04-07 17:03:37,602 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 17:03:37,602 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 17:03:37,602 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 17:03:37,602 - 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... -2020-04-07 17:03:37,602 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:03:37,602 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:03:37,604 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:03:37,611 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 17:03:37,612 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 17:03:37,612 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 17:03:37,613 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 17:03:37,613 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 17:03:37,613 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 17:03:37,614 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 17:03:37,614 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 17:03:37,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 17:03:37,615 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 17:03:37,633 - Created '20' parsers. -2020-04-07 17:03:37,635 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 17:03:37,636 - 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 -2020-04-07 17:03:37,636 - Velocimacro : Default library not found. -2020-04-07 17:03:37,636 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 17:03:37,636 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 17:03:37,636 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 17:03:37,636 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 17:03:37,641 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:03:42,508 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:05:20,724 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 17:05:20,724 - Initializing Velocity, Calling init()... -2020-04-07 17:05:20,724 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 17:05:20,724 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 17:05:20,724 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 17:05:20,724 - 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... -2020-04-07 17:05:20,724 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:05:20,724 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:05:20,727 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:05:20,735 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 17:05:20,736 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 17:05:20,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 17:05:20,738 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 17:05:20,739 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 17:05:20,739 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 17:05:20,740 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 17:05:20,758 - Created '20' parsers. -2020-04-07 17:05:20,761 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 17:05:20,762 - 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 -2020-04-07 17:05:20,762 - Velocimacro : Default library not found. -2020-04-07 17:05:20,762 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 17:05:20,762 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 17:05:20,762 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 17:05:20,762 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 17:05:20,766 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:07:05,890 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 17:07:05,890 - Initializing Velocity, Calling init()... -2020-04-07 17:07:05,890 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 17:07:05,890 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 17:07:05,890 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 17:07:05,890 - 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... -2020-04-07 17:07:05,890 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:07:05,890 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:07:05,892 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:07:05,900 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 17:07:05,901 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 17:07:05,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 17:07:05,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 17:07:05,902 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 17:07:05,903 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 17:07:05,903 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 17:07:05,904 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 17:07:05,904 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 17:07:05,905 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 17:07:05,922 - Created '20' parsers. -2020-04-07 17:07:05,925 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 17:07:05,926 - 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 -2020-04-07 17:07:05,926 - Velocimacro : Default library not found. -2020-04-07 17:07:05,926 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 17:07:05,926 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 17:07:05,926 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 17:07:05,926 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 17:07:05,932 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:09:31,410 - Log4JLogChute initialized using file 'velocity.log' -2020-04-07 17:09:31,410 - Initializing Velocity, Calling init()... -2020-04-07 17:09:31,410 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-07 17:09:31,410 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-07 17:09:31,410 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-07 17:09:31,410 - 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... -2020-04-07 17:09:31,410 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:09:31,410 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-07 17:09:31,412 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:09:31,418 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-07 17:09:31,419 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-07 17:09:31,419 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-07 17:09:31,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-07 17:09:31,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-07 17:09:31,420 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-07 17:09:31,421 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-07 17:09:31,421 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-07 17:09:31,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-07 17:09:31,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-07 17:09:31,440 - Created '20' parsers. -2020-04-07 17:09:31,442 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-07 17:09:31,443 - 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 -2020-04-07 17:09:31,443 - Velocimacro : Default library not found. -2020-04-07 17:09:31,443 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-07 17:09:31,443 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-07 17:09:31,443 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-07 17:09:31,443 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-07 17:09:31,447 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-07 17:10:36,224 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:10:36,226 - Initializing Velocity, Calling init()... +2020-04-07 17:10:36,226 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:10:36,226 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:10:36,226 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:10:36,226 - 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... +2020-04-07 17:10:36,226 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:10:36,226 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:10:36,228 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:10:36,235 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:10:36,236 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:10:36,237 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:10:36,237 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:10:36,238 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:10:36,238 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:10:36,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:10:36,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:10:36,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:10:36,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:10:36,258 - Created '20' parsers. +2020-04-07 17:10:36,260 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:10:36,261 - 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 +2020-04-07 17:10:36,261 - Velocimacro : Default library not found. +2020-04-07 17:10:36,261 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:10:36,261 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:10:36,261 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:10:36,261 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:10:36,266 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:18:23,783 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:18:23,783 - Initializing Velocity, Calling init()... +2020-04-07 17:18:23,783 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:18:23,783 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:18:23,783 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:18:23,783 - 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... +2020-04-07 17:18:23,783 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:18:23,783 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:18:23,786 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:18:23,794 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:18:23,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:18:23,795 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:18:23,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:18:23,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:18:23,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:18:23,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:18:23,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:18:23,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:18:23,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:18:23,816 - Created '20' parsers. +2020-04-07 17:18:23,819 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:18:23,819 - 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 +2020-04-07 17:18:23,819 - Velocimacro : Default library not found. +2020-04-07 17:18:23,819 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:18:23,819 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:18:23,819 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:18:23,819 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:18:23,824 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:20:04,530 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:20:04,530 - Initializing Velocity, Calling init()... +2020-04-07 17:20:04,530 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:20:04,530 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:20:04,530 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:20:04,530 - 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... +2020-04-07 17:20:04,530 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:20:04,530 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:20:04,532 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:20:04,540 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:20:04,541 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:20:04,541 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:20:04,541 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:20:04,542 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:20:04,542 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:20:04,543 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:20:04,543 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:20:04,544 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:20:04,544 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:20:04,563 - Created '20' parsers. +2020-04-07 17:20:04,565 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:20:04,566 - 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 +2020-04-07 17:20:04,566 - Velocimacro : Default library not found. +2020-04-07 17:20:04,566 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:20:04,566 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:20:04,566 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:20:04,566 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:20:04,570 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:20:50,501 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:20:50,501 - Initializing Velocity, Calling init()... +2020-04-07 17:20:50,501 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:20:50,501 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:20:50,501 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:20:50,501 - 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... +2020-04-07 17:20:50,501 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:20:50,501 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:20:50,504 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:20:50,510 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:20:50,511 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:20:50,511 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:20:50,512 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:20:50,512 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:20:50,512 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:20:50,513 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:20:50,513 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:20:50,514 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:20:50,515 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:20:50,531 - Created '20' parsers. +2020-04-07 17:20:50,533 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:20:50,533 - 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 +2020-04-07 17:20:50,533 - Velocimacro : Default library not found. +2020-04-07 17:20:50,533 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:20:50,533 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:20:50,533 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:20:50,534 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:20:50,539 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:21:52,806 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:21:52,807 - Initializing Velocity, Calling init()... +2020-04-07 17:21:52,807 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:21:52,807 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:21:52,807 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:21:52,807 - 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... +2020-04-07 17:21:52,807 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:21:52,807 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:21:52,809 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:21:52,816 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:21:52,818 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:21:52,818 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:21:52,819 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:21:52,819 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:21:52,820 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:21:52,820 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:21:52,821 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:21:52,821 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:21:52,822 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:21:52,838 - Created '20' parsers. +2020-04-07 17:21:52,840 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:21:52,840 - 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 +2020-04-07 17:21:52,840 - Velocimacro : Default library not found. +2020-04-07 17:21:52,840 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:21:52,840 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:21:52,840 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:21:52,840 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:21:52,845 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:33:06,954 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:33:06,954 - Initializing Velocity, Calling init()... +2020-04-07 17:33:06,954 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:33:06,954 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:33:06,954 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:33:06,954 - 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... +2020-04-07 17:33:06,954 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:33:06,954 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:33:06,956 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:33:06,962 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:33:06,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:33:06,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:33:06,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:33:06,964 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:33:06,964 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:33:06,965 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:33:06,966 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:33:06,967 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:33:06,967 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:33:06,983 - Created '20' parsers. +2020-04-07 17:33:06,985 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:33:06,986 - 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 +2020-04-07 17:33:06,986 - Velocimacro : Default library not found. +2020-04-07 17:33:06,986 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:33:06,986 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:33:06,986 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:33:06,986 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:33:06,993 - Parser Exception: templates/dashboard.vtl +org.apache.velocity.runtime.parser.ParseException: Encountered "" at line 95, column 7. +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.runtime.parser.Parser.generateParseException(Parser.java:3679) + at org.apache.velocity.runtime.parser.Parser.jj_consume_token(Parser.java:3558) + at org.apache.velocity.runtime.parser.Parser.Directive(Parser.java:939) + at org.apache.velocity.runtime.parser.Parser.Statement(Parser.java:379) + at org.apache.velocity.runtime.parser.Parser.process(Parser.java:317) + at org.apache.velocity.runtime.parser.Parser.parse(Parser.java:117) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1226) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1181) + at org.apache.velocity.Template.process(Template.java:134) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:33:06,994 - ResourceManager.getResource() parse exception +org.apache.velocity.exception.ParseErrorException: Encountered "" at templates/dashboard.vtl[line 95, column 7] +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.Template.process(Template.java:151) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:33:11,007 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:33:11,007 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:33:11,007 - Initializing Velocity, Calling init()... +2020-04-07 17:33:11,007 - Initializing Velocity, Calling init()... +2020-04-07 17:33:11,007 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:33:11,007 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:33:11,007 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:33:11,007 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:33:11,007 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:33:11,007 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:33:11,007 - 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... +2020-04-07 17:33:11,007 - 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... +2020-04-07 17:33:11,007 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:33:11,007 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:33:11,007 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:33:11,007 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:33:11,007 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:33:11,007 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:33:11,007 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:33:11,007 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:33:11,007 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:33:11,007 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:33:11,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:33:11,009 - Created '20' parsers. +2020-04-07 17:33:11,009 - Created '20' parsers. +2020-04-07 17:33:11,009 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:33:11,009 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:33:11,009 - 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 +2020-04-07 17:33:11,009 - 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 +2020-04-07 17:33:11,010 - Velocimacro : Default library not found. +2020-04-07 17:33:11,010 - Velocimacro : Default library not found. +2020-04-07 17:33:11,010 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:33:11,010 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:33:11,010 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:33:11,010 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:33:11,010 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:33:11,010 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:33:11,010 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:33:11,010 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:33:11,011 - Parser Exception: templates/dashboard.vtl +org.apache.velocity.runtime.parser.ParseException: Encountered "" at line 95, column 7. +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.runtime.parser.Parser.generateParseException(Parser.java:3679) + at org.apache.velocity.runtime.parser.Parser.jj_consume_token(Parser.java:3558) + at org.apache.velocity.runtime.parser.Parser.Directive(Parser.java:939) + at org.apache.velocity.runtime.parser.Parser.Statement(Parser.java:379) + at org.apache.velocity.runtime.parser.Parser.process(Parser.java:317) + at org.apache.velocity.runtime.parser.Parser.parse(Parser.java:117) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1226) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1181) + at org.apache.velocity.Template.process(Template.java:134) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) + at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:33:11,011 - Parser Exception: templates/dashboard.vtl +org.apache.velocity.runtime.parser.ParseException: Encountered "" at line 95, column 7. +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.runtime.parser.Parser.generateParseException(Parser.java:3679) + at org.apache.velocity.runtime.parser.Parser.jj_consume_token(Parser.java:3558) + at org.apache.velocity.runtime.parser.Parser.Directive(Parser.java:939) + at org.apache.velocity.runtime.parser.Parser.Statement(Parser.java:379) + at org.apache.velocity.runtime.parser.Parser.process(Parser.java:317) + at org.apache.velocity.runtime.parser.Parser.parse(Parser.java:117) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1226) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1181) + at org.apache.velocity.Template.process(Template.java:134) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) + at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:33:11,011 - ResourceManager.getResource() parse exception +org.apache.velocity.exception.ParseErrorException: Encountered "" at templates/dashboard.vtl[line 95, column 7] +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.Template.process(Template.java:151) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) + at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:33:11,011 - ResourceManager.getResource() parse exception +org.apache.velocity.exception.ParseErrorException: Encountered "" at templates/dashboard.vtl[line 95, column 7] +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.Template.process(Template.java:151) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) + at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:382) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:35:28,610 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:35:28,610 - Initializing Velocity, Calling init()... +2020-04-07 17:35:28,610 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:35:28,610 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:35:28,610 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:35:28,610 - 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... +2020-04-07 17:35:28,610 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:35:28,610 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:35:28,612 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:35:28,620 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:35:28,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:35:28,622 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:35:28,622 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:35:28,622 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:35:28,623 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:35:28,623 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:35:28,624 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:35:28,624 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:35:28,625 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:35:28,641 - Created '20' parsers. +2020-04-07 17:35:28,643 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:35:28,643 - 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 +2020-04-07 17:35:28,643 - Velocimacro : Default library not found. +2020-04-07 17:35:28,643 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:35:28,643 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:35:28,643 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:35:28,643 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:35:28,650 - Parser Exception: templates/dashboard.vtl +org.apache.velocity.runtime.parser.ParseException: Encountered "" at line 95, column 7. +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.runtime.parser.Parser.generateParseException(Parser.java:3679) + at org.apache.velocity.runtime.parser.Parser.jj_consume_token(Parser.java:3558) + at org.apache.velocity.runtime.parser.Parser.Directive(Parser.java:939) + at org.apache.velocity.runtime.parser.Parser.Statement(Parser.java:379) + at org.apache.velocity.runtime.parser.Parser.process(Parser.java:317) + at org.apache.velocity.runtime.parser.Parser.parse(Parser.java:117) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1226) + at org.apache.velocity.runtime.RuntimeInstance.parse(RuntimeInstance.java:1181) + at org.apache.velocity.Template.process(Template.java:134) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:35:28,651 - ResourceManager.getResource() parse exception +org.apache.velocity.exception.ParseErrorException: Encountered "" at templates/dashboard.vtl[line 95, column 7] +Was expecting one of: + "(" ... + ... + ... + ... + "##" ... + "\\\\" ... + "\\" ... + ... + "*#" ... + "*#" ... + "]]#" ... + ... + ... + ... + ... + ... + ... + ... + ... + ... + "{" ... + "}" ... + ... + + at org.apache.velocity.Template.process(Template.java:151) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:437) + at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:352) + at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1533) + at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:392) + at VelocityTemplateEngine.render(VelocityTemplateEngine.java:79) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:61) + at spark.TemplateViewRouteImpl$1.render(TemplateViewRouteImpl.java:58) + at spark.TemplateViewRouteImpl.render(TemplateViewRouteImpl.java:86) + at spark.http.matching.Routes.execute(Routes.java:63) + at spark.http.matching.MatcherFilter.doFilter(MatcherFilter.java:130) + at spark.embeddedserver.jetty.JettyHandler.doHandle(JettyHandler.java:50) + at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1568) + at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) + at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132) + at org.eclipse.jetty.server.Server.handle(Server.java:530) + at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:347) + at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:256) + at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:279) + at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:102) + at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:124) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:247) + at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.produce(EatWhatYouKill.java:140) + at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:708) + at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:626) + at java.base/java.lang.Thread.run(Thread.java:832) +2020-04-07 17:36:32,988 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:36:32,988 - Initializing Velocity, Calling init()... +2020-04-07 17:36:32,988 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:36:32,988 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:36:32,988 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:36:32,988 - 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... +2020-04-07 17:36:32,988 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:36:32,988 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:36:32,989 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:36:32,997 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:36:32,997 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:36:32,998 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:36:32,998 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:36:32,999 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:36:32,999 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:36:32,999 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:36:33,000 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:36:33,001 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:36:33,001 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:36:33,019 - Created '20' parsers. +2020-04-07 17:36:33,022 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:36:33,023 - 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 +2020-04-07 17:36:33,023 - Velocimacro : Default library not found. +2020-04-07 17:36:33,023 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:36:33,023 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:36:33,023 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:36:33,023 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:36:33,032 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:37:33,247 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:37:33,247 - Initializing Velocity, Calling init()... +2020-04-07 17:37:33,247 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:37:33,247 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:37:33,247 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:37:33,247 - 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... +2020-04-07 17:37:33,247 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:37:33,247 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:37:33,248 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:37:33,255 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:37:33,256 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:37:33,257 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:37:33,257 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:37:33,258 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:37:33,258 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:37:33,259 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:37:33,259 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:37:33,260 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:37:33,261 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:37:33,278 - Created '20' parsers. +2020-04-07 17:37:33,280 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:37:33,281 - 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 +2020-04-07 17:37:33,281 - Velocimacro : Default library not found. +2020-04-07 17:37:33,281 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:37:33,281 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:37:33,281 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:37:33,281 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:37:33,290 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:38:51,934 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:38:51,934 - Initializing Velocity, Calling init()... +2020-04-07 17:38:51,934 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:38:51,934 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:38:51,935 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:38:51,935 - 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... +2020-04-07 17:38:51,935 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:38:51,935 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:38:51,937 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:38:51,946 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:38:51,947 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:38:51,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:38:51,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:38:51,948 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:38:51,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:38:51,949 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:38:51,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:38:51,950 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:38:51,951 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:38:51,971 - Created '20' parsers. +2020-04-07 17:38:51,973 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:38:51,974 - 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 +2020-04-07 17:38:51,974 - Velocimacro : Default library not found. +2020-04-07 17:38:51,974 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:38:51,974 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:38:51,974 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:38:51,974 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:38:51,982 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:45:52,297 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:45:52,297 - Initializing Velocity, Calling init()... +2020-04-07 17:45:52,297 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:45:52,297 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:45:52,297 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:45:52,297 - 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... +2020-04-07 17:45:52,297 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:45:52,297 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:45:52,299 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:45:52,307 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:45:52,308 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:45:52,308 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:45:52,309 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:45:52,310 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:45:52,310 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:45:52,311 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:45:52,311 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:45:52,312 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:45:52,313 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:45:52,330 - Created '20' parsers. +2020-04-07 17:45:52,332 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:45:52,332 - 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 +2020-04-07 17:45:52,332 - Velocimacro : Default library not found. +2020-04-07 17:45:52,332 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:45:52,332 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:45:52,332 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:45:52,332 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:45:52,340 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:53:09,268 - Log4JLogChute initialized using file 'velocity.log' +2020-04-07 17:53:09,268 - Initializing Velocity, Calling init()... +2020-04-07 17:53:09,268 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-07 17:53:09,268 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-07 17:53:09,268 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-07 17:53:09,268 - 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... +2020-04-07 17:53:09,268 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:53:09,268 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-07 17:53:09,270 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 17:53:09,278 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-07 17:53:09,279 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-07 17:53:09,280 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-07 17:53:09,280 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-07 17:53:09,280 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-07 17:53:09,280 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-07 17:53:09,281 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-07 17:53:09,282 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-07 17:53:09,282 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-07 17:53:09,283 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-07 17:53:09,299 - Created '20' parsers. +2020-04-07 17:53:09,302 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-07 17:53:09,302 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm +2020-04-07 17:53:09,302 - Velocimacro : Default library not found. +2020-04-07 17:53:09,302 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-07 17:53:09,302 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-07 17:53:09,302 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-07 17:53:09,302 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-07 17:53:09,310 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-07 23:47:47,631 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:12:19,075 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:12:19,075 - Initializing Velocity, Calling init()... +2020-04-08 00:12:19,075 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:12:19,075 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:12:19,075 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:12:19,076 - 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... +2020-04-08 00:12:19,076 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:12:19,076 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:12:19,077 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:12:19,083 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:12:19,084 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:12:19,084 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:12:19,085 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:12:19,085 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:12:19,085 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:12:19,086 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:12:19,086 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:12:19,087 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:12:19,087 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:12:19,103 - Created '20' parsers. +2020-04-08 00:12:19,105 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:12:19,105 - 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 +2020-04-08 00:12:19,105 - Velocimacro : Default library not found. +2020-04-08 00:12:19,105 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:12:19,105 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:12:19,105 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:12:19,105 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:12:19,112 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:14:41,217 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:14:41,217 - Initializing Velocity, Calling init()... +2020-04-08 00:14:41,217 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:14:41,217 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:14:41,217 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:14:41,217 - 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... +2020-04-08 00:14:41,217 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:14:41,217 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:14:41,219 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:14:41,225 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:14:41,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:14:41,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:14:41,226 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:14:41,227 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:14:41,227 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:14:41,227 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:14:41,228 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:14:41,228 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:14:41,229 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:14:41,244 - Created '20' parsers. +2020-04-08 00:14:41,246 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:14:41,246 - 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 +2020-04-08 00:14:41,246 - Velocimacro : Default library not found. +2020-04-08 00:14:41,246 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:14:41,246 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:14:41,246 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:14:41,246 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:14:41,253 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:15:38,453 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:15:38,453 - Initializing Velocity, Calling init()... +2020-04-08 00:15:38,453 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:15:38,453 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:15:38,453 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:15:38,453 - 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... +2020-04-08 00:15:38,453 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:15:38,453 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:15:38,455 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:15:38,461 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:15:38,461 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:15:38,462 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:15:38,462 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:15:38,462 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:15:38,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:15:38,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:15:38,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:15:38,464 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:15:38,465 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:15:38,479 - Created '20' parsers. +2020-04-08 00:15:38,481 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:15:38,481 - 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 +2020-04-08 00:15:38,481 - Velocimacro : Default library not found. +2020-04-08 00:15:38,481 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:15:38,481 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:15:38,481 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:15:38,481 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:15:38,488 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:15:59,721 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:15:59,721 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:15:59,721 - Initializing Velocity, Calling init()... +2020-04-08 00:15:59,721 - Initializing Velocity, Calling init()... +2020-04-08 00:15:59,721 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:15:59,721 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:15:59,721 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:15:59,721 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:15:59,721 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:15:59,721 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:15:59,721 - 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... +2020-04-08 00:15:59,721 - 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... +2020-04-08 00:15:59,721 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:15:59,721 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:15:59,721 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:15:59,721 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:15:59,721 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:15:59,721 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:15:59,721 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:15:59,721 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:15:59,721 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:15:59,721 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:15:59,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:15:59,723 - Created '20' parsers. +2020-04-08 00:15:59,723 - Created '20' parsers. +2020-04-08 00:15:59,723 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:15:59,723 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:15:59,723 - 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 +2020-04-08 00:15:59,723 - 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 +2020-04-08 00:15:59,723 - Velocimacro : Default library not found. +2020-04-08 00:15:59,723 - Velocimacro : Default library not found. +2020-04-08 00:15:59,723 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:15:59,723 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:15:59,723 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:15:59,723 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:15:59,723 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:15:59,723 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:15:59,723 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:15:59,723 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:15:59,724 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:15:59,724 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:17:31,057 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:17:31,057 - Initializing Velocity, Calling init()... +2020-04-08 00:17:31,057 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:17:31,057 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:17:31,057 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:17:31,057 - 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... +2020-04-08 00:17:31,057 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:17:31,057 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:17:31,058 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:17:31,064 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:17:31,065 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:17:31,065 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:17:31,066 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:17:31,066 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:17:31,066 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:17:31,067 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:17:31,067 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:17:31,068 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:17:31,069 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:17:31,083 - Created '20' parsers. +2020-04-08 00:17:31,084 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:17:31,085 - 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 +2020-04-08 00:17:31,085 - Velocimacro : Default library not found. +2020-04-08 00:17:31,085 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:17:31,085 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:17:31,085 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:17:31,085 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:17:31,091 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:17:36,703 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:17:49,033 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:17:49,033 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:17:49,033 - Initializing Velocity, Calling init()... +2020-04-08 00:17:49,033 - Initializing Velocity, Calling init()... +2020-04-08 00:17:49,033 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:17:49,033 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:17:49,033 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:17:49,033 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:17:49,033 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:17:49,033 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:17:49,033 - 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... +2020-04-08 00:17:49,033 - 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... +2020-04-08 00:17:49,033 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:17:49,033 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:17:49,033 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:17:49,033 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:17:49,033 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:17:49,033 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:17:49,034 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:17:49,034 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:17:49,034 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:17:49,035 - Created '20' parsers. +2020-04-08 00:17:49,035 - Created '20' parsers. +2020-04-08 00:17:49,035 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:17:49,035 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:17:49,036 - 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 +2020-04-08 00:17:49,036 - 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 +2020-04-08 00:17:49,036 - Velocimacro : Default library not found. +2020-04-08 00:17:49,036 - Velocimacro : Default library not found. +2020-04-08 00:17:49,036 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:17:49,036 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:17:49,036 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:17:49,036 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:17:49,036 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:17:49,036 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:17:49,036 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:17:49,036 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:17:49,037 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:17:49,037 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:18:03,657 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:18:03,657 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:18:13,561 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:18:13,561 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:18:43,715 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:18:43,715 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:01,796 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:20:01,796 - Initializing Velocity, Calling init()... +2020-04-08 00:20:01,796 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:20:01,796 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:20:01,796 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:20:01,796 - 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... +2020-04-08 00:20:01,796 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:20:01,796 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:20:01,798 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:01,803 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:20:01,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:20:01,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:20:01,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:20:01,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:20:01,806 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:20:01,806 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:20:01,807 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:20:01,807 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:20:01,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:20:01,824 - Created '20' parsers. +2020-04-08 00:20:01,826 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:20:01,826 - 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 +2020-04-08 00:20:01,826 - Velocimacro : Default library not found. +2020-04-08 00:20:01,826 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:20:01,826 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:20:01,826 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:20:01,826 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:20:01,834 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:08,833 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:20:08,833 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 00:20:08,833 - Initializing Velocity, Calling init()... +2020-04-08 00:20:08,833 - Initializing Velocity, Calling init()... +2020-04-08 00:20:08,833 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:20:08,833 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 00:20:08,833 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:20:08,833 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 00:20:08,833 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:20:08,833 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 00:20:08,833 - 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... +2020-04-08 00:20:08,833 - 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... +2020-04-08 00:20:08,833 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:20:08,833 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:20:08,833 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:20:08,833 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 00:20:08,833 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:08,833 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:08,833 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:20:08,833 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:20:08,834 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 00:20:08,835 - Created '20' parsers. +2020-04-08 00:20:08,835 - Created '20' parsers. +2020-04-08 00:20:08,835 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:20:08,835 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 00:20:08,835 - 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 +2020-04-08 00:20:08,835 - 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 +2020-04-08 00:20:08,835 - Velocimacro : Default library not found. +2020-04-08 00:20:08,835 - Velocimacro : Default library not found. +2020-04-08 00:20:08,835 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:20:08,835 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 00:20:08,835 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:20:08,835 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 00:20:08,835 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:20:08,835 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 00:20:08,835 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:20:08,835 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 00:20:08,836 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:08,836 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:24,878 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:24,878 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:39,228 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:20:39,228 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 00:24:34,335 - Log4JLogChute initialized using file 'velocity.log' From 2c855715d2526d8275742b362e9ce2d83a9ac26d Mon Sep 17 00:00:00 2001 From: Ziyao Zheng Date: Wed, 8 Apr 2020 11:03:45 +0100 Subject: [PATCH 14/19] signin going to db/controller fixed --- src/main/java/Main.java | 31 +- .../db/migration/V1__create_table.sql | 2 +- src/main/resources/templates/homepage.vtl | 2 +- velocity.log.1 | 2063 +++++++---------- 4 files changed, 907 insertions(+), 1191 deletions(-) diff --git a/src/main/java/Main.java b/src/main/java/Main.java index f421720..22e0a83 100644 --- a/src/main/java/Main.java +++ b/src/main/java/Main.java @@ -5,6 +5,7 @@ import org.sql2o.converters.UUIDConverter; import org.sql2o.quirks.PostgresQuirks; import spark.ModelAndView; +import spark.Redirect; import java.time.LocalDateTime; @@ -17,7 +18,6 @@ public class Main { - public static void main(String[] args) { String dbName = "acebook"; for (String a : args) { @@ -36,7 +36,7 @@ public static void main(String[] args) { Model model = new Sql2oModel(sql2o); - get("/", (req, res) -> { + get("/", (request, response) -> { // HashMap homepage = new HashMap(); @@ -45,42 +45,39 @@ public static void main(String[] args) { post("/", (request, response) -> { - String user_name = request.queryParams("user_name_1"); - String password = request.queryParams("psw"); - model.addUser(user_name, password); + String user_name = request.queryParams("user_name_1"); + String password = request.queryParams("psw"); + model.addUser(user_name, password); + +// HashMap homepage = new HashMap(); - HashMap homepage = new HashMap(); + response.redirect("/dashboard"); + return null; + } - return new ModelAndView(homepage, "templates/homepage.vtl"); - }, new VelocityTemplateEngine() ); get("/dashboard", (req, res) -> { model.getAllPosts(); HashMap posts = new HashMap(); - posts.put("posts",model.getAllPosts()); + posts.put("posts", model.getAllPosts()); return new ModelAndView(posts, "templates/dashboard.vtl"); }, new VelocityTemplateEngine()); - post("/dashboard", (request, response) -> { String content = request.queryParams("send_post"); LocalDateTime currentTimestamp = LocalDateTime.now(); model.createPost(content, String.valueOf(currentTimestamp)); - model.getAllPosts(); - HashMap posts = new HashMap(); - posts.put("posts",model.getAllPosts()); - - return new ModelAndView(posts, "templates/dashboard.vtl"); - }, new VelocityTemplateEngine()); + response.redirect("/dashboard"); + return null; + }); } - } diff --git a/src/main/resources/db/migration/V1__create_table.sql b/src/main/resources/db/migration/V1__create_table.sql index a32fd46..7ba16b9 100644 --- a/src/main/resources/db/migration/V1__create_table.sql +++ b/src/main/resources/db/migration/V1__create_table.sql @@ -10,4 +10,4 @@ ALTER TABLE posts ADD COLUMN time VARCHAR; --Create new user table in acebook db: -CREATE TABLE person(user_id SERIAL PRIMARY KEY, user_name VARCHAR(60), password VARCHAR); +CREATE TABLE person(user_id VARCHAR, user_name VARCHAR(60), password VARCHAR); diff --git a/src/main/resources/templates/homepage.vtl b/src/main/resources/templates/homepage.vtl index 76c3d4f..f8d195b 100644 --- a/src/main/resources/templates/homepage.vtl +++ b/src/main/resources/templates/homepage.vtl @@ -44,7 +44,7 @@
Previous postPrevious post
+ + + \ No newline at end of file diff --git a/src/main/resources/templates/homepage.vtl b/src/main/resources/templates/homepage.vtl index f8d195b..900f280 100644 --- a/src/main/resources/templates/homepage.vtl +++ b/src/main/resources/templates/homepage.vtl @@ -6,7 +6,7 @@ - + @@ -59,6 +82,12 @@

🦄 Acebook ✨

+
+ #foreach( $user_name in $userName ) +

Hello, $user_name.user_name

+ #end +
+
diff --git a/src/main/resources/templates/homepage.vtl b/src/main/resources/templates/homepage.vtl index f8d195b..cc0bb71 100644 --- a/src/main/resources/templates/homepage.vtl +++ b/src/main/resources/templates/homepage.vtl @@ -1,6 +1,26 @@ + Acebook! @@ -30,7 +50,7 @@ body { - background: linear-gradient(to right, #feac5e, #c779d0, #4bc0c8); + background: linear-gradient(to right, #DAE2F8, #D6A4A4); } diff --git a/velocity.log.1 b/velocity.log.1 index 7f59c1c..58844ef 100644 --- a/velocity.log.1 +++ b/velocity.log.1 @@ -1,891 +1,883 @@ -2020-04-08 00:24:34,336 - Initializing Velocity, Calling init()... -2020-04-08 00:24:34,336 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:24:34,336 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:24:34,336 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:24:34,336 - 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... -2020-04-08 00:24:34,336 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:24:34,336 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:24:34,338 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:24:34,343 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:24:34,344 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:24:34,344 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:24:34,345 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:24:34,345 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:24:34,345 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:24:34,346 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:24:34,346 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:24:34,347 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:24:34,348 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:24:34,363 - Created '20' parsers. -2020-04-08 00:24:34,365 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:24:34,365 - 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 -2020-04-08 00:24:34,365 - Velocimacro : Default library not found. -2020-04-08 00:24:34,365 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:24:34,365 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:24:34,365 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:24:34,365 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:24:34,372 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:27:36,052 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:27:36,052 - Initializing Velocity, Calling init()... -2020-04-08 00:27:36,052 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:27:36,052 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:27:36,052 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:27:36,052 - 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... -2020-04-08 00:27:36,052 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:27:36,052 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:27:36,054 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:27:36,060 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:27:36,061 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:27:36,061 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:27:36,061 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:27:36,062 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:27:36,062 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:27:36,063 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:27:36,063 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:27:36,064 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:27:36,064 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:27:36,081 - Created '20' parsers. -2020-04-08 00:27:36,083 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:27:36,083 - 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 -2020-04-08 00:27:36,083 - Velocimacro : Default library not found. -2020-04-08 00:27:36,083 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:27:36,083 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:27:36,083 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:27:36,083 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:27:36,090 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:27:46,323 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:28:01,070 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:28:12,183 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:28:21,549 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:29:00,822 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:29:45,843 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:29:45,843 - Initializing Velocity, Calling init()... -2020-04-08 00:29:45,843 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:29:45,843 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:29:45,843 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:29:45,843 - 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... -2020-04-08 00:29:45,843 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:29:45,843 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:29:45,845 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:29:45,850 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:29:45,851 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:29:45,852 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:29:45,852 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:29:45,852 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:29:45,853 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:29:45,853 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:29:45,854 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:29:45,854 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:29:45,855 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:29:45,870 - Created '20' parsers. -2020-04-08 00:29:45,873 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:29:45,873 - 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 -2020-04-08 00:29:45,873 - Velocimacro : Default library not found. -2020-04-08 00:29:45,873 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:29:45,873 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:29:45,873 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:29:45,873 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:29:45,880 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:29:56,571 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:31:03,369 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:31:03,369 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:31:03,369 - Initializing Velocity, Calling init()... -2020-04-08 00:31:03,369 - Initializing Velocity, Calling init()... -2020-04-08 00:31:03,369 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:31:03,369 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:31:03,369 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:31:03,369 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:31:03,369 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:31:03,369 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:31:03,369 - 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... -2020-04-08 00:31:03,369 - 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... -2020-04-08 00:31:03,369 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:31:03,369 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:31:03,369 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:31:03,369 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:31:03,369 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:31:03,369 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:31:03,369 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:31:03,369 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:31:03,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:31:03,372 - Created '20' parsers. -2020-04-08 00:31:03,372 - Created '20' parsers. -2020-04-08 00:31:03,372 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:31:03,372 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:31:03,373 - 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 -2020-04-08 00:31:03,373 - 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 -2020-04-08 00:31:03,373 - Velocimacro : Default library not found. -2020-04-08 00:31:03,373 - Velocimacro : Default library not found. -2020-04-08 00:31:03,373 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:31:03,373 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:31:03,373 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:31:03,373 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:31:03,373 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:31:03,373 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:31:03,373 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:31:03,373 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:31:03,374 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:31:03,374 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:31:09,781 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:31:09,781 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:31:09,783 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 00:31:09,783 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 00:39:44,257 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:39:44,257 - Initializing Velocity, Calling init()... -2020-04-08 00:39:44,257 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:39:44,258 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:39:44,258 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:39:44,258 - 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... -2020-04-08 00:39:44,258 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:39:44,258 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:39:44,259 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:39:44,265 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:39:44,266 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:39:44,266 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:39:44,266 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:39:44,267 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:39:44,267 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:39:44,267 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:39:44,268 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:39:44,269 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:39:44,269 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:39:44,284 - Created '20' parsers. -2020-04-08 00:39:44,287 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:39:44,287 - 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 -2020-04-08 00:39:44,287 - Velocimacro : Default library not found. -2020-04-08 00:39:44,287 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:39:44,287 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:39:44,287 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:39:44,287 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:39:44,292 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:39:49,241 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:39:49,241 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:39:49,241 - Initializing Velocity, Calling init()... -2020-04-08 00:39:49,241 - Initializing Velocity, Calling init()... -2020-04-08 00:39:49,241 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:39:49,241 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:39:49,241 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:39:49,241 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:39:49,241 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:39:49,241 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:39:49,241 - 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... -2020-04-08 00:39:49,241 - 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... -2020-04-08 00:39:49,241 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:39:49,241 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:39:49,241 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:39:49,241 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:39:49,241 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:39:49,241 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:39:49,241 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:39:49,241 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:39:49,241 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:39:49,242 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:39:49,242 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:39:49,242 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:39:49,242 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:39:49,242 - Created '20' parsers. -2020-04-08 00:39:49,242 - Created '20' parsers. -2020-04-08 00:39:49,242 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:39:49,242 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:39:49,242 - 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 -2020-04-08 00:39:49,242 - 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 -2020-04-08 00:39:49,242 - Velocimacro : Default library not found. -2020-04-08 00:39:49,242 - Velocimacro : Default library not found. -2020-04-08 00:39:49,242 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:39:49,242 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:39:49,242 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:39:49,242 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:39:49,243 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:39:49,243 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:39:49,243 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:39:49,243 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:39:49,246 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:39:49,246 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:39:49,249 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 00:39:49,249 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 00:39:49,249 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 00:39:49,249 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 00:45:39,395 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:45:39,395 - Initializing Velocity, Calling init()... -2020-04-08 00:45:39,395 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:45:39,395 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:45:39,395 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:45:39,395 - 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... -2020-04-08 00:45:39,395 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:45:39,395 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:45:39,397 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:45:39,403 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:45:39,403 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:45:39,404 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:45:39,404 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:45:39,404 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:45:39,405 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:45:39,405 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:45:39,406 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:45:39,406 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:45:39,407 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:45:39,422 - Created '20' parsers. -2020-04-08 00:45:39,424 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:45:39,424 - 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 -2020-04-08 00:45:39,424 - Velocimacro : Default library not found. -2020-04-08 00:45:39,424 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:45:39,424 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:45:39,424 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:45:39,424 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:45:39,430 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:45:39,433 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 00:45:44,962 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:45:44,962 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:45:44,962 - Initializing Velocity, Calling init()... -2020-04-08 00:45:44,962 - Initializing Velocity, Calling init()... -2020-04-08 00:45:44,962 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:45:44,962 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:45:44,962 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:45:44,962 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:45:44,962 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:45:44,962 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:45:44,962 - 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... -2020-04-08 00:45:44,962 - 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... -2020-04-08 00:45:44,962 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:45:44,962 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:45:44,962 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:45:44,962 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:45:44,962 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:45:44,962 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:45:44,962 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:45:44,962 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:45:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:45:44,964 - Created '20' parsers. -2020-04-08 00:45:44,964 - Created '20' parsers. -2020-04-08 00:45:44,964 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:45:44,964 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:45:44,964 - 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 -2020-04-08 00:45:44,964 - 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 -2020-04-08 00:45:44,964 - Velocimacro : Default library not found. -2020-04-08 00:45:44,964 - Velocimacro : Default library not found. -2020-04-08 00:45:44,964 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:45:44,964 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:45:44,964 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:45:44,964 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:45:44,964 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:45:44,964 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:45:44,965 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:45:44,965 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:45:44,965 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:45:44,965 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:46:49,261 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 00:46:49,261 - Initializing Velocity, Calling init()... -2020-04-08 00:46:49,261 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 00:46:49,261 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 00:46:49,261 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 00:46:49,261 - 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... -2020-04-08 00:46:49,261 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:46:49,261 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 00:46:49,263 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 00:46:49,268 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 00:46:49,269 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 00:46:49,269 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 00:46:49,270 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 00:46:49,270 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 00:46:49,270 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 00:46:49,271 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 00:46:49,271 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 00:46:49,272 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 00:46:49,273 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 00:46:49,288 - Created '20' parsers. -2020-04-08 00:46:49,291 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 00:46:49,291 - 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 -2020-04-08 00:46:49,291 - Velocimacro : Default library not found. -2020-04-08 00:46:49,291 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 00:46:49,291 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 00:46:49,291 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 00:46:49,291 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 00:46:49,296 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 01:06:16,549 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 01:06:16,549 - Initializing Velocity, Calling init()... -2020-04-08 01:06:16,549 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 01:06:16,549 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 01:06:16,549 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 01:06:16,549 - 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... -2020-04-08 01:06:16,549 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 01:06:16,549 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 01:06:16,551 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 01:06:16,557 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 01:06:16,558 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 01:06:16,558 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 01:06:16,558 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 01:06:16,559 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 01:06:16,559 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 01:06:16,559 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 01:06:16,560 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 01:06:16,560 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 01:06:16,561 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 01:06:16,576 - Created '20' parsers. -2020-04-08 01:06:16,578 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 01:06:16,579 - 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 -2020-04-08 01:06:16,579 - Velocimacro : Default library not found. -2020-04-08 01:06:16,579 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 01:06:16,579 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 01:06:16,579 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 01:06:16,579 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 01:06:16,586 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 01:06:16,590 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 01:08:24,955 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 01:08:24,956 - Initializing Velocity, Calling init()... -2020-04-08 01:08:24,956 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 01:08:24,956 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 01:08:24,956 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 01:08:24,956 - 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... -2020-04-08 01:08:24,956 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 01:08:24,956 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 01:08:24,957 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 01:08:24,963 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 01:08:24,964 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 01:08:24,965 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 01:08:24,965 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 01:08:24,965 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 01:08:24,966 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 01:08:24,966 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 01:08:24,967 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 01:08:24,967 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 01:08:24,968 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 01:08:24,984 - Created '20' parsers. -2020-04-08 01:08:24,986 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 01:08:24,986 - 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 -2020-04-08 01:08:24,986 - Velocimacro : Default library not found. -2020-04-08 01:08:24,986 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 01:08:24,986 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 01:08:24,986 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 01:08:24,986 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 01:08:24,994 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 01:08:24,997 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 01:09:26,721 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 01:21:56,592 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 01:21:56,592 - Initializing Velocity, Calling init()... -2020-04-08 01:21:56,592 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 01:21:56,592 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 01:21:56,592 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 01:21:56,592 - 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... -2020-04-08 01:21:56,592 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 01:21:56,592 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 01:21:56,594 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 01:21:56,600 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 01:21:56,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 01:21:56,601 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 01:21:56,601 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 01:21:56,602 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 01:21:56,602 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 01:21:56,602 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 01:21:56,603 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 01:21:56,604 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 01:21:56,604 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 01:21:56,620 - Created '20' parsers. -2020-04-08 01:21:56,622 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 01:21:56,623 - 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 -2020-04-08 01:21:56,623 - Velocimacro : Default library not found. -2020-04-08 01:21:56,623 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 01:21:56,623 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 01:21:56,623 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 01:21:56,623 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 01:21:56,630 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:41:17,086 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:41:17,087 - Initializing Velocity, Calling init()... -2020-04-08 09:41:17,087 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:41:17,087 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:41:17,087 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:41:17,087 - 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... -2020-04-08 09:41:17,087 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:41:17,087 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:41:17,090 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:41:17,100 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:41:17,101 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:41:17,102 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:41:17,103 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:41:17,103 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:41:17,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:41:17,104 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:41:17,105 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:41:17,106 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:41:17,107 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:41:17,126 - Created '20' parsers. -2020-04-08 09:41:17,128 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:41:17,129 - 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 -2020-04-08 09:41:17,129 - Velocimacro : Default library not found. -2020-04-08 09:41:17,129 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:41:17,129 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:41:17,129 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:41:17,129 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:41:17,138 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:41:24,770 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:41:24,770 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:41:24,771 - Initializing Velocity, Calling init()... -2020-04-08 09:41:24,771 - Initializing Velocity, Calling init()... -2020-04-08 09:41:24,771 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:41:24,771 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:41:24,771 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:41:24,771 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:41:24,771 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:41:24,771 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:41:24,771 - 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... -2020-04-08 09:41:24,771 - 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... -2020-04-08 09:41:24,771 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:41:24,771 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:41:24,771 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:41:24,771 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:41:24,771 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:41:24,771 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:41:24,771 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:41:24,771 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:41:24,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:41:24,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:41:24,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:41:24,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:41:24,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:41:24,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:41:24,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:41:24,773 - Created '20' parsers. -2020-04-08 09:41:24,773 - Created '20' parsers. -2020-04-08 09:41:24,774 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:41:24,774 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:41:24,774 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm -2020-04-08 09:41:24,774 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm -2020-04-08 09:41:24,774 - Velocimacro : Default library not found. -2020-04-08 09:41:24,774 - Velocimacro : Default library not found. -2020-04-08 09:41:24,774 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:41:24,774 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:41:24,774 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:41:24,774 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:41:24,774 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:41:24,774 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:41:24,774 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:41:24,774 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:41:24,776 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:41:24,776 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:46:28,650 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:46:28,650 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:46:51,435 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:46:51,435 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:17,764 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:47:17,764 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:47:17,764 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:47:17,764 - Initializing Velocity, Calling init()... -2020-04-08 09:47:17,764 - Initializing Velocity, Calling init()... -2020-04-08 09:47:17,764 - Initializing Velocity, Calling init()... -2020-04-08 09:47:17,764 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:47:17,764 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:47:17,764 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:47:17,764 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:47:17,764 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:47:17,764 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:47:17,764 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:47:17,764 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:47:17,764 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:47:17,764 - 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... -2020-04-08 09:47:17,764 - 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... -2020-04-08 09:47:17,764 - 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... -2020-04-08 09:47:17,764 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:47:17,764 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:47:17,764 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:47:17,764 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:47:17,764 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:47:17,764 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:47:17,764 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:17,764 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:17,764 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:17,764 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:47:17,764 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:47:17,764 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:47:17,764 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:47:17,764 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:47:17,764 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:47:17,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:47:17,766 - Created '20' parsers. -2020-04-08 09:47:17,766 - Created '20' parsers. -2020-04-08 09:47:17,766 - Created '20' parsers. -2020-04-08 09:47:17,766 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:47:17,766 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:47:17,766 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:47:17,766 - 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 -2020-04-08 09:47:17,766 - 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 -2020-04-08 09:47:17,766 - 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 -2020-04-08 09:47:17,766 - Velocimacro : Default library not found. -2020-04-08 09:47:17,766 - Velocimacro : Default library not found. -2020-04-08 09:47:17,766 - Velocimacro : Default library not found. -2020-04-08 09:47:17,766 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:47:17,766 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:47:17,766 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:47:17,766 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:47:17,766 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:47:17,766 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:47:17,766 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:47:17,766 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:47:17,766 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:47:17,766 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:47:17,766 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:47:17,766 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:47:17,767 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:17,767 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:17,767 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:27,207 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:27,207 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:27,207 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:47:27,209 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:47:27,209 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:47:27,209 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:50:17,761 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:50:17,761 - Initializing Velocity, Calling init()... -2020-04-08 09:50:17,761 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:50:17,761 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:50:17,761 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:50:17,761 - 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... -2020-04-08 09:50:17,761 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:50:17,761 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:50:17,763 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:17,769 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:50:17,770 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:50:17,770 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:50:17,770 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:50:17,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:50:17,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:50:17,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:50:17,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:50:17,773 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:50:17,773 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:50:17,790 - Created '20' parsers. -2020-04-08 09:50:17,792 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:50:17,792 - 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 -2020-04-08 09:50:17,793 - Velocimacro : Default library not found. -2020-04-08 09:50:17,793 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:50:17,793 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:50:17,793 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:50:17,793 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:50:17,801 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:23,856 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:30,570 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:43,771 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:50:43,771 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:50:43,771 - Initializing Velocity, Calling init()... -2020-04-08 09:50:43,771 - Initializing Velocity, Calling init()... -2020-04-08 09:50:43,771 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:50:43,771 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:50:43,771 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:50:43,771 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:50:43,771 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:50:43,771 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:50:43,771 - 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... -2020-04-08 09:50:43,771 - 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... -2020-04-08 09:50:43,771 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:50:43,771 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:50:43,771 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:50:43,771 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:50:43,771 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:43,771 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:43,771 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:50:43,771 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:50:43,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:50:43,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:50:43,773 - Created '20' parsers. -2020-04-08 09:50:43,773 - Created '20' parsers. -2020-04-08 09:50:43,773 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:50:43,773 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:50:43,773 - 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 -2020-04-08 09:50:43,773 - 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 -2020-04-08 09:50:43,773 - Velocimacro : Default library not found. -2020-04-08 09:50:43,773 - Velocimacro : Default library not found. -2020-04-08 09:50:43,773 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:50:43,773 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:50:43,773 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:50:43,773 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:50:43,773 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:50:43,773 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:50:43,773 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:50:43,773 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:50:43,775 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:43,775 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:50,185 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:50,185 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:50:50,187 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:50:50,187 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:57:12,975 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:57:12,975 - Initializing Velocity, Calling init()... -2020-04-08 09:57:12,975 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:57:12,976 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:57:12,976 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:57:12,976 - 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... -2020-04-08 09:57:12,976 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:57:12,976 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:57:12,980 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:57:12,996 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:57:13,000 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:57:13,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:57:13,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:57:13,004 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:57:13,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:57:13,006 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:57:13,008 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:57:13,009 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:57:13,010 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:57:13,038 - Created '20' parsers. -2020-04-08 09:57:13,042 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:57:13,044 - 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 -2020-04-08 09:57:13,044 - Velocimacro : Default library not found. -2020-04-08 09:57:13,044 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:57:13,044 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:57:13,045 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:57:13,045 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:57:13,088 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:57:21,573 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:57:21,573 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 09:57:21,574 - Initializing Velocity, Calling init()... -2020-04-08 09:57:21,574 - Initializing Velocity, Calling init()... -2020-04-08 09:57:21,574 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:57:21,574 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 09:57:21,574 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:57:21,574 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 09:57:21,574 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:57:21,574 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 09:57:21,574 - 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... -2020-04-08 09:57:21,574 - 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... -2020-04-08 09:57:21,574 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:57:21,574 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:57:21,574 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:57:21,574 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 09:57:21,575 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:57:21,575 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:57:21,575 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:57:21,575 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:57:21,577 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:57:21,578 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 09:57:21,584 - Created '20' parsers. -2020-04-08 09:57:21,584 - Created '20' parsers. -2020-04-08 09:57:21,585 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:57:21,585 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 09:57:21,585 - 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 -2020-04-08 09:57:21,585 - 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 -2020-04-08 09:57:21,585 - Velocimacro : Default library not found. -2020-04-08 09:57:21,585 - Velocimacro : Default library not found. -2020-04-08 09:57:21,585 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:57:21,585 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 09:57:21,585 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:57:21,585 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 09:57:21,585 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:57:21,585 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 09:57:21,585 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:57:21,585 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 09:57:21,640 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:57:21,640 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 09:57:21,653 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:57:21,653 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:57:21,654 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 09:57:21,654 - Null reference [template 'templates/dashboard.vtl', line 82, column 13] : $post.content cannot be resolved. -2020-04-08 10:01:10,528 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 10:01:10,529 - Initializing Velocity, Calling init()... -2020-04-08 10:01:10,529 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 10:01:10,529 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 10:01:10,529 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 10:01:10,529 - 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... -2020-04-08 10:01:10,529 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:01:10,529 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:01:10,533 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:01:10,546 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 10:01:10,551 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 10:01:10,552 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 10:01:10,553 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 10:01:10,554 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 10:01:10,555 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 10:01:10,556 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 10:01:10,558 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 10:01:10,559 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 10:01:10,561 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 10:01:10,590 - Created '20' parsers. -2020-04-08 10:01:10,594 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 10:01:10,596 - 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 -2020-04-08 10:01:10,596 - Velocimacro : Default library not found. -2020-04-08 10:01:10,596 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 10:01:10,596 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 10:01:10,596 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 10:01:10,596 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 10:01:10,638 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:03:58,080 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 10:03:58,080 - Initializing Velocity, Calling init()... -2020-04-08 10:03:58,080 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 10:03:58,080 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 10:03:58,080 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 10:03:58,080 - 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... -2020-04-08 10:03:58,080 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:03:58,080 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:03:58,082 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:03:58,089 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 10:03:58,090 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 10:03:58,090 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 10:03:58,091 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 10:03:58,091 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 10:03:58,091 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 10:03:58,092 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 10:03:58,092 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 10:03:58,093 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 10:03:58,093 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 10:03:58,110 - Created '20' parsers. -2020-04-08 10:03:58,112 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 10:03:58,112 - 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 -2020-04-08 10:03:58,112 - Velocimacro : Default library not found. -2020-04-08 10:03:58,113 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 10:03:58,113 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 10:03:58,113 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 10:03:58,113 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 10:03:58,117 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:07:07,653 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 10:07:07,653 - Initializing Velocity, Calling init()... -2020-04-08 10:07:07,653 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 10:07:07,653 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 10:07:07,653 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 10:07:07,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... -2020-04-08 10:07:07,653 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:07:07,653 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:07:07,655 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:07:07,661 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 10:07:07,662 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 10:07:07,663 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 10:07:07,663 - Loaded System Directive: org.apache.velocity.runtime.directive.Break -2020-04-08 10:07:07,663 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate -2020-04-08 10:07:07,664 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal -2020-04-08 10:07:07,664 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro -2020-04-08 10:07:07,665 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse -2020-04-08 10:07:07,665 - Loaded System Directive: org.apache.velocity.runtime.directive.Include -2020-04-08 10:07:07,666 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach -2020-04-08 10:07:07,682 - Created '20' parsers. -2020-04-08 10:07:07,684 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm -2020-04-08 10:07:07,685 - 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 -2020-04-08 10:07:07,685 - Velocimacro : Default library not found. -2020-04-08 10:07:07,685 - Velocimacro : allowInline = true : VMs can be defined inline in templates -2020-04-08 10:07:07,685 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions -2020-04-08 10:07:07,685 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. -2020-04-08 10:07:07,685 - Velocimacro : autoload off : VM system will not automatically reload global library macros -2020-04-08 10:07:07,690 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:07:11,823 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:07:54,921 - Log4JLogChute initialized using file 'velocity.log' -2020-04-08 10:07:54,921 - Initializing Velocity, Calling init()... -2020-04-08 10:07:54,921 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) -2020-04-08 10:07:54,921 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties -2020-04-08 10:07:54,921 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute -2020-04-08 10:07:54,921 - 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... -2020-04-08 10:07:54,921 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:07:54,921 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute -2020-04-08 10:07:54,923 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader -2020-04-08 10:07:54,930 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. -2020-04-08 10:07:54,931 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop -2020-04-08 10:07:54,931 - Loaded System Directive: org.apache.velocity.runtime.directive.Define -2020-04-08 10:07:54,931 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:34:10,191 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:34:10,191 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:34:10,191 - 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... +2020-04-08 15:34:10,191 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:34:10,192 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:34:10,207 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:34:10,272 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:34:10,275 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:34:10,277 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:34:10,278 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:34:10,279 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:34:10,279 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:34:10,281 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:34:10,282 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:34:10,283 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:34:10,284 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:34:10,352 - Created '20' parsers. +2020-04-08 15:34:10,360 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:34:10,361 - 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 +2020-04-08 15:34:10,361 - Velocimacro : Default library not found. +2020-04-08 15:34:10,361 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:34:10,361 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:34:10,363 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:34:10,363 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:34:10,435 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:34:16,872 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:34:16,872 - Initializing Velocity, Calling init()... +2020-04-08 15:34:16,872 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:34:16,872 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:34:16,872 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:34:16,872 - 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... +2020-04-08 15:34:16,872 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:34:16,872 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:34:16,873 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:34:16,874 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:34:16,890 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:34:16,891 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:34:16,891 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:34:16,891 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:34:16,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:34:16,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:34:16,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:34:16,893 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:34:16,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:34:16,902 - Created '20' parsers. +2020-04-08 15:34:16,902 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:34:16,903 - 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 +2020-04-08 15:34:16,903 - Velocimacro : Default library not found. +2020-04-08 15:34:16,903 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:34:16,903 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:34:16,903 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:34:16,903 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:34:17,168 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +o : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:34:17,168 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:35:52,604 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:35:52,623 - Initializing Velocity, Calling init()... +2020-04-08 15:35:52,624 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:35:52,624 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:35:52,624 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:35:52,624 - 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... +2020-04-08 15:35:52,624 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:35:52,624 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:35:52,632 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:35:52,712 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:35:52,715 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:35:52,716 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:35:52,717 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:35:52,718 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:35:52,720 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:35:52,722 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:35:52,725 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:35:52,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:35:52,729 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:35:52,782 - Created '20' parsers. +2020-04-08 15:35:52,802 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:35:52,803 - 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 +2020-04-08 15:35:52,803 - Velocimacro : Default library not found. +2020-04-08 15:35:52,804 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:35:52,804 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:35:52,806 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:35:52,806 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:35:52,861 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:36:00,125 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:36:00,125 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:36:00,125 - Initializing Velocity, Calling init()... +2020-04-08 15:36:00,125 - Initializing Velocity, Calling init()... +2020-04-08 15:36:00,125 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:36:00,125 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:36:00,125 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:36:00,125 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:36:00,126 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:36:00,126 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:36:00,126 - 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... +2020-04-08 15:36:00,126 - 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... +2020-04-08 15:36:00,126 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:36:00,126 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:36:00,126 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:36:00,126 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:36:00,126 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:36:00,126 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:36:00,126 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:36:00,126 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:36:00,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:36:00,128 - Created '20' parsers. +2020-04-08 15:36:00,128 - Created '20' parsers. +2020-04-08 15:36:00,129 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:36:00,129 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:36:00,129 - 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 +2020-04-08 15:36:00,129 - 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 +2020-04-08 15:36:00,129 - Velocimacro : Default library not found. +2020-04-08 15:36:00,129 - Velocimacro : Default library not found. +2020-04-08 15:36:00,129 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:36:00,129 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:36:00,129 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:36:00,129 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:36:00,129 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:36:00,129 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:36:00,129 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:36:00,129 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:36:00,185 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:36:00,185 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:37:50,657 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:37:50,699 - Initializing Velocity, Calling init()... +2020-04-08 15:37:50,699 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:37:50,699 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:37:50,699 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:37:50,699 - 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... +2020-04-08 15:37:50,699 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:37:50,699 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:37:50,706 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:37:50,883 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:37:50,885 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:37:50,886 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:37:50,887 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:37:50,888 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:37:50,889 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:37:50,892 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:37:50,893 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:37:50,895 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:37:50,896 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:37:50,959 - Created '20' parsers. +2020-04-08 15:37:50,976 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:37:50,977 - 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 +2020-04-08 15:37:50,977 - Velocimacro : Default library not found. +2020-04-08 15:37:50,978 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:37:50,978 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:37:50,978 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:37:50,978 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:37:51,047 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:45:18,864 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:45:18,894 - Initializing Velocity, Calling init()... +2020-04-08 15:45:18,894 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:45:18,894 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:45:18,894 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:45:18,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... +2020-04-08 15:45:18,894 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:45:18,894 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:45:18,924 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:45:18,969 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:45:18,971 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:45:18,976 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:45:18,978 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:45:18,980 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:45:18,980 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:45:18,981 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:45:18,982 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:45:18,983 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:45:18,984 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:45:19,061 - Created '20' parsers. +2020-04-08 15:45:19,074 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:45:19,075 - 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 +2020-04-08 15:45:19,075 - Velocimacro : Default library not found. +2020-04-08 15:45:19,075 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:45:19,075 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:45:19,075 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:45:19,076 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:45:19,143 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:47:37,612 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:47:37,638 - Initializing Velocity, Calling init()... +2020-04-08 15:47:37,638 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:47:37,638 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:47:37,638 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:47:37,638 - 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... +2020-04-08 15:47:37,638 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:47:37,638 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:47:37,646 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:47:37,699 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:47:37,701 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:47:37,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:47:37,704 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:47:37,705 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:47:37,707 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:47:37,708 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:47:37,710 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:47:37,712 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:47:37,713 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:47:37,766 - Created '20' parsers. +2020-04-08 15:47:37,770 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:47:37,771 - 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 +2020-04-08 15:47:37,771 - Velocimacro : Default library not found. +2020-04-08 15:47:37,771 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:47:37,781 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:47:37,782 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:47:37,782 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:47:37,850 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:49:40,679 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:49:40,710 - Initializing Velocity, Calling init()... +2020-04-08 15:49:40,711 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:49:40,711 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:49:40,711 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:49:40,711 - 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... +2020-04-08 15:49:40,711 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:49:40,711 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:49:40,719 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:49:40,770 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:49:40,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:49:40,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:49:40,778 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:49:40,779 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:49:40,781 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:49:40,783 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:49:40,784 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:49:40,785 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:49:40,787 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:49:40,847 - Created '20' parsers. +2020-04-08 15:49:40,865 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:49:40,865 - 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 +2020-04-08 15:49:40,865 - Velocimacro : Default library not found. +2020-04-08 15:49:40,865 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:49:40,865 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:49:40,866 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:49:40,867 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:49:40,960 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:53:03,355 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:53:03,390 - Initializing Velocity, Calling init()... +2020-04-08 15:53:03,390 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:53:03,390 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:53:03,390 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:53:03,390 - 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... +2020-04-08 15:53:03,390 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:53:03,390 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:53:03,397 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:53:03,761 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:53:03,764 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:53:03,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:53:03,769 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:53:03,771 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:53:03,772 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:53:03,774 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:53:03,775 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:53:03,776 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:53:03,777 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:53:03,962 - Created '20' parsers. +2020-04-08 15:53:03,976 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:53:03,977 - 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 +2020-04-08 15:53:03,978 - Velocimacro : Default library not found. +2020-04-08 15:53:03,978 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:53:03,979 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:53:03,979 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:53:03,979 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:53:04,037 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:56:14,161 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 15:56:14,186 - Initializing Velocity, Calling init()... +2020-04-08 15:56:14,186 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 15:56:14,187 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 15:56:14,187 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 15:56:14,187 - 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... +2020-04-08 15:56:14,187 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:56:14,187 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 15:56:14,202 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 15:56:14,320 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 15:56:14,352 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 15:56:14,361 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 15:56:14,369 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 15:56:14,370 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 15:56:14,372 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 15:56:14,374 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 15:56:14,377 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 15:56:14,388 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 15:56:14,391 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 15:56:14,626 - Created '20' parsers. +2020-04-08 15:56:14,651 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 15:56:14,656 - 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 +2020-04-08 15:56:14,657 - Velocimacro : Default library not found. +2020-04-08 15:56:14,658 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 15:56:14,658 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 15:56:14,658 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 15:56:14,659 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 15:56:14,830 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:19:20,704 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:19:20,734 - Initializing Velocity, Calling init()... +2020-04-08 16:19:20,734 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:19:20,734 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:19:20,734 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:19:20,734 - 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... +2020-04-08 16:19:20,734 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:19:20,734 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:19:20,739 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:19:20,818 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:19:20,821 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:19:20,822 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:19:20,823 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:19:20,824 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:19:20,825 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:19:20,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:19:20,836 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:19:20,838 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:19:20,840 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:19:20,916 - Created '20' parsers. +2020-04-08 16:19:20,922 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:19:20,922 - 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 +2020-04-08 16:19:20,922 - Velocimacro : Default library not found. +2020-04-08 16:19:20,923 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:19:20,923 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:19:20,923 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:19:20,923 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:19:20,990 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:25:44,859 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:25:44,891 - Initializing Velocity, Calling init()... +2020-04-08 16:25:44,891 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:25:44,891 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:25:44,891 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:25:44,891 - 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... +2020-04-08 16:25:44,891 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:25:44,891 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:25:44,899 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:25:44,959 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:25:44,961 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:25:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:25:44,963 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:25:44,964 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:25:44,964 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:25:44,965 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:25:44,966 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:25:44,967 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:25:44,968 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:25:45,032 - Created '20' parsers. +2020-04-08 16:25:45,055 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:25:45,056 - 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 +2020-04-08 16:25:45,056 - Velocimacro : Default library not found. +2020-04-08 16:25:45,057 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:25:45,057 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:25:45,057 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:25:45,057 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:25:45,135 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:28:20,400 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:28:20,433 - Initializing Velocity, Calling init()... +2020-04-08 16:28:20,433 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:28:20,434 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:28:20,434 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:28:20,434 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... +2020-04-08 16:28:20,434 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:28:20,434 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:28:20,444 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:28:20,649 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:28:20,650 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:28:20,651 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:28:20,652 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:28:20,653 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:28:20,653 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:28:20,654 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:28:20,656 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:28:20,659 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:28:20,660 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:28:20,927 - Created '20' parsers. +2020-04-08 16:28:20,931 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:28:20,932 - 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 +2020-04-08 16:28:20,932 - Velocimacro : Default library not found. +2020-04-08 16:28:20,933 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:28:20,933 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:28:20,934 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:28:20,934 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:28:21,025 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:28:27,972 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:28:27,972 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:28:28,000 - Initializing Velocity, Calling init()... +2020-04-08 16:28:28,000 - Initializing Velocity, Calling init()... +2020-04-08 16:28:28,001 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:28:28,001 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:28:28,001 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:28:28,001 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:28:28,001 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:28:28,001 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:28:28,001 - 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... +2020-04-08 16:28:28,001 - 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... +2020-04-08 16:28:28,001 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:28:28,001 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:28:28,001 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:28:28,001 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:28:28,001 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:28:28,001 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:28:28,001 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:28:28,001 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:28:28,001 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:28:28,001 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:28:28,002 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:28:28,003 - Created '20' parsers. +2020-04-08 16:28:28,003 - Created '20' parsers. +2020-04-08 16:28:28,003 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:28:28,003 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:28:28,003 - 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 +2020-04-08 16:28:28,003 - 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 +2020-04-08 16:28:28,004 - Velocimacro : Default library not found. +2020-04-08 16:28:28,004 - Velocimacro : Default library not found. +2020-04-08 16:28:28,004 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:28:28,004 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:28:28,004 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:28:28,004 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:28:28,004 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:28:28,004 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:28:28,004 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:28:28,004 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:28:28,058 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:28:28,058 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:28:28,079 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,079 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,080 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:28:28,081 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.userName cannot be resolved. +2020-04-08 16:31:38,901 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:31:38,924 - Initializing Velocity, Calling init()... +2020-04-08 16:31:38,924 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:31:38,924 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:31:38,924 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:31:38,924 - 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... +2020-04-08 16:31:38,924 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:31:38,924 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:31:38,928 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:31:38,983 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:31:38,985 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:31:38,986 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:31:38,987 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:31:38,988 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:31:38,989 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:31:38,990 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:31:38,994 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:31:38,995 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:31:38,998 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:31:39,085 - Created '20' parsers. +2020-04-08 16:31:39,091 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:31:39,092 - 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 +2020-04-08 16:31:39,092 - Velocimacro : Default library not found. +2020-04-08 16:31:39,092 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:31:39,092 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:31:39,092 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:31:39,092 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:31:39,126 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:31:43,792 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:31:43,792 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:31:43,794 - Initializing Velocity, Calling init()... +2020-04-08 16:31:43,794 - Initializing Velocity, Calling init()... +2020-04-08 16:31:43,794 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:31:43,794 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:31:43,794 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:31:43,794 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:31:43,794 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:31:43,794 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:31:43,794 - 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... +2020-04-08 16:31:43,794 - 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... +2020-04-08 16:31:43,795 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:31:43,795 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:31:43,795 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:31:43,795 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:31:43,795 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:31:43,795 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:31:43,795 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:31:43,795 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:31:43,796 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:31:43,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:31:43,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:31:43,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:31:43,797 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:31:43,798 - Created '20' parsers. +2020-04-08 16:31:43,798 - Created '20' parsers. +2020-04-08 16:31:43,798 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:31:43,798 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:31:43,798 - 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 +2020-04-08 16:31:43,798 - 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 +2020-04-08 16:31:43,798 - Velocimacro : Default library not found. +2020-04-08 16:31:43,798 - Velocimacro : Default library not found. +2020-04-08 16:31:43,798 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:31:43,798 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:31:43,798 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:31:43,798 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:31:43,798 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:31:43,798 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:31:43,799 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:31:43,799 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:31:43,924 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:31:43,924 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:31:43,989 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,989 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,990 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,991 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,991 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,991 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:31:43,991 - Null reference [template 'templates/dashboard.vtl', line 87, column 59] : $userName.user_name cannot be resolved. +2020-04-08 16:33:15,084 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:33:15,108 - Initializing Velocity, Calling init()... +2020-04-08 16:33:15,108 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:33:15,108 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:33:15,108 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:33:15,108 - 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... +2020-04-08 16:33:15,108 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:33:15,108 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:33:15,116 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:33:15,168 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:33:15,171 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:33:15,173 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:33:15,176 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:33:15,177 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:33:15,178 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:33:15,179 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:33:15,180 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:33:15,182 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:33:15,183 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:33:15,256 - Created '20' parsers. +2020-04-08 16:33:15,260 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:33:15,260 - 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 +2020-04-08 16:33:15,260 - Velocimacro : Default library not found. +2020-04-08 16:33:15,260 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:33:15,260 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:33:15,261 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:33:15,261 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:33:15,331 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:33:20,004 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:33:20,004 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:33:20,004 - Initializing Velocity, Calling init()... +2020-04-08 16:33:20,004 - Initializing Velocity, Calling init()... +2020-04-08 16:33:20,004 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:33:20,004 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:33:20,004 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:33:20,004 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:33:20,004 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:33:20,004 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:33:20,004 - 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... +2020-04-08 16:33:20,004 - 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... +2020-04-08 16:33:20,004 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:33:20,004 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:33:20,004 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:33:20,004 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:33:20,004 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:33:20,004 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:33:20,004 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:33:20,004 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:33:20,005 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:33:20,006 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:33:20,006 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:33:20,006 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:33:20,006 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:33:20,007 - Created '20' parsers. +2020-04-08 16:33:20,007 - Created '20' parsers. +2020-04-08 16:33:20,007 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:33:20,007 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:33:20,007 - 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 +2020-04-08 16:33:20,007 - 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 +2020-04-08 16:33:20,007 - Velocimacro : Default library not found. +2020-04-08 16:33:20,007 - Velocimacro : Default library not found. +2020-04-08 16:33:20,007 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:33:20,007 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:33:20,007 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:33:20,007 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:33:20,008 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:33:20,008 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:33:20,008 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:33:20,008 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:33:20,079 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:33:20,079 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:38:36,193 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:38:36,217 - Initializing Velocity, Calling init()... +2020-04-08 16:38:36,217 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:38:36,217 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:38:36,217 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:38:36,217 - 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... +2020-04-08 16:38:36,217 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:38:36,217 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:38:36,223 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:38:36,273 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:38:36,275 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:38:36,278 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:38:36,279 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:38:36,281 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:38:36,281 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:38:36,285 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:38:36,290 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:38:36,297 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:38:36,301 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:38:36,408 - Created '20' parsers. +2020-04-08 16:38:36,414 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:38:36,415 - 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 +2020-04-08 16:38:36,415 - Velocimacro : Default library not found. +2020-04-08 16:38:36,415 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:38:36,415 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:38:36,415 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:38:36,415 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:38:36,528 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:42:18,351 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:42:18,375 - Initializing Velocity, Calling init()... +2020-04-08 16:42:18,375 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:42:18,375 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:42:18,375 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:42:18,375 - 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... +2020-04-08 16:42:18,375 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:42:18,375 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:42:18,380 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:42:18,577 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:42:18,580 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:42:18,581 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:42:18,582 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:42:18,583 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:42:18,583 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:42:18,584 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:42:18,585 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:42:18,585 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:42:18,586 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:42:18,631 - Created '20' parsers. +2020-04-08 16:42:18,636 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:42:18,637 - 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 +2020-04-08 16:42:18,637 - Velocimacro : Default library not found. +2020-04-08 16:42:18,637 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:42:18,637 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:42:18,637 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:42:18,637 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:42:18,666 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:42:27,149 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:42:27,149 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:42:27,150 - Initializing Velocity, Calling init()... +2020-04-08 16:42:27,150 - Initializing Velocity, Calling init()... +2020-04-08 16:42:27,150 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:42:27,150 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:42:27,150 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:42:27,150 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:42:27,150 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:42:27,150 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:42:27,150 - 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... +2020-04-08 16:42:27,150 - 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... +2020-04-08 16:42:27,150 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:42:27,150 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:42:27,150 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:42:27,150 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:42:27,150 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:42:27,150 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:42:27,150 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:42:27,150 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:42:27,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:42:27,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:42:27,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:42:27,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:42:27,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:42:27,153 - Created '20' parsers. +2020-04-08 16:42:27,153 - Created '20' parsers. +2020-04-08 16:42:27,153 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:42:27,153 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:42:27,154 - 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 +2020-04-08 16:42:27,154 - 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 +2020-04-08 16:42:27,154 - Velocimacro : Default library not found. +2020-04-08 16:42:27,154 - Velocimacro : Default library not found. +2020-04-08 16:42:27,154 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:42:27,154 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:42:27,154 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:42:27,154 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:42:27,154 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:42:27,154 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:42:27,154 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:42:27,154 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:42:27,221 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:42:27,221 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:13,575 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:50:13,604 - Initializing Velocity, Calling init()... +2020-04-08 16:50:13,604 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:50:13,604 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:50:13,604 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:50:13,604 - 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... +2020-04-08 16:50:13,605 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:50:13,605 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:50:13,640 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:13,735 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:50:13,737 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:50:13,739 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:50:13,740 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:50:13,741 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:50:13,742 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:50:13,743 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:50:13,744 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:50:13,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:50:13,753 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:50:13,914 - Created '20' parsers. +2020-04-08 16:50:13,921 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:50:13,922 - 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 +2020-04-08 16:50:13,922 - Velocimacro : Default library not found. +2020-04-08 16:50:13,922 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:50:13,923 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:50:13,924 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:50:13,924 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:50:14,159 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:23,215 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:50:23,215 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:50:23,238 - Initializing Velocity, Calling init()... +2020-04-08 16:50:23,238 - Initializing Velocity, Calling init()... +2020-04-08 16:50:23,238 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:50:23,238 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37) +2020-04-08 16:50:23,238 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:50:23,238 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties +2020-04-08 16:50:23,238 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:50:23,238 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute +2020-04-08 16:50:23,238 - 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... +2020-04-08 16:50:23,238 - 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... +2020-04-08 16:50:23,238 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:50:23,238 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:50:23,238 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:50:23,238 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute +2020-04-08 16:50:23,239 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:23,239 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:23,239 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:50:23,239 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Define +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Break +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:50:23,239 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Include +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:50:23,240 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach +2020-04-08 16:50:23,241 - Created '20' parsers. +2020-04-08 16:50:23,241 - Created '20' parsers. +2020-04-08 16:50:23,241 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:50:23,241 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm +2020-04-08 16:50:23,241 - 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 +2020-04-08 16:50:23,241 - 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 +2020-04-08 16:50:23,241 - Velocimacro : Default library not found. +2020-04-08 16:50:23,241 - Velocimacro : Default library not found. +2020-04-08 16:50:23,241 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:50:23,241 - Velocimacro : allowInline = true : VMs can be defined inline in templates +2020-04-08 16:50:23,241 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:50:23,241 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions +2020-04-08 16:50:23,242 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:50:23,242 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. +2020-04-08 16:50:23,242 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:50:23,242 - Velocimacro : autoload off : VM system will not automatically reload global library macros +2020-04-08 16:50:23,295 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:23,295 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:28,001 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:28,001 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:37,920 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:37,920 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:39,912 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:39,912 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:46,341 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:46,341 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:57,836 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:50:57,836 - ResourceManager : found templates/homepage.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:51:04,252 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:51:04,252 - ResourceManager : found templates/dashboard.vtl with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader +2020-04-08 16:52:13,413 - Log4JLogChute initialized using file 'velocity.log' +2020-04-08 16:52:13,434 - Initializing Velocity, Calling init()... From d5997fde2e2e6fb86394ddf01108befda5e6d755 Mon Sep 17 00:00:00 2001 From: Ziyao Zheng Date: Wed, 8 Apr 2020 21:24:15 +0100 Subject: [PATCH 18/19] navbar fixed --- src/main/java/Main.java | 4 ++++ src/main/resources/templates/dashboard.vtl | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/main/java/Main.java b/src/main/java/Main.java index 2819709..05bcbfe 100644 --- a/src/main/java/Main.java +++ b/src/main/java/Main.java @@ -77,9 +77,13 @@ public static void main(String[] args) { LocalDateTime currentTimestamp = LocalDateTime.now(); model.createPost(content, String.valueOf(currentTimestamp)); + + response.redirect("/dashboard"); return null; }); + + } } diff --git a/src/main/resources/templates/dashboard.vtl b/src/main/resources/templates/dashboard.vtl index 72d8933..e5442bf 100644 --- a/src/main/resources/templates/dashboard.vtl +++ b/src/main/resources/templates/dashboard.vtl @@ -75,7 +75,7 @@ } - a{ + .custom-button{ color:#00000030; font-size:2rem } @@ -124,9 +124,9 @@
Posted on: $post.time
-
diff --git a/src/main/resources/templates/signup.vtl b/src/main/resources/templates/signup.vtl new file mode 100644 index 0000000..200c66b --- /dev/null +++ b/src/main/resources/templates/signup.vtl @@ -0,0 +1,120 @@ + + + +
+ Sign up for Acebook! + + + + + + + + + + + + + + +
+

Sign up for Acebook!

+
+ + + + + + \ No newline at end of file