48 Star 193 Fork 61

票牛 / pngen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
velocity.log 61.19 KB
一键复制 编辑 原始数据 按行查看 历史
yihua.huang 提交于 2016-07-29 10:26 . 增加注释等
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593
2016-07-28 18:07:59,094 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:07:59,095 - Initializing Velocity, Calling init()...
2016-07-28 18:07:59,095 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:07:59,097 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:07:59,097 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:07:59,097 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:07:59,097 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:07:59,097 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:07:59,102 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-07-28 18:07:59,104 - Do unicode file recognition: false
2016-07-28 18:07:59,104 - FileResourceLoader : adding path '.'
2016-07-28 18:07:59,116 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:07:59,118 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:07:59,119 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:07:59,119 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:07:59,120 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:07:59,122 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:07:59,124 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:07:59,125 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:07:59,126 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:07:59,127 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:07:59,155 - Created '20' parsers.
2016-07-28 18:07:59,159 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:07:59,159 - Velocimacro : Default library not found.
2016-07-28 18:07:59,159 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:07:59,159 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:07:59,159 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:07:59,159 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:07:59,160 - ResourceManager : unable to find resource 'create_table.vm' in any resource loader.
2016-07-28 18:08:38,720 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:08:38,722 - Initializing Velocity, Calling init()...
2016-07-28 18:08:38,722 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:08:38,725 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:08:38,725 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:08:38,725 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:08:38,725 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:08:38,725 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:08:38,730 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-07-28 18:08:38,732 - Do unicode file recognition: false
2016-07-28 18:08:38,732 - FileResourceLoader : adding path '.'
2016-07-28 18:08:38,742 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:08:38,743 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:08:38,744 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:08:38,745 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:08:38,745 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:08:38,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:08:38,746 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:08:38,747 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:08:38,748 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:08:38,749 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:08:38,778 - Created '20' parsers.
2016-07-28 18:08:38,784 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:08:38,784 - Velocimacro : Default library not found.
2016-07-28 18:08:38,784 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:08:38,784 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:08:38,784 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:08:38,785 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:08:38,786 - ResourceManager : unable to find resource 'create_table.vm' in any resource loader.
2016-07-28 18:08:52,857 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:08:52,857 - Initializing Velocity, Calling init()...
2016-07-28 18:08:52,857 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:08:52,858 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:08:52,858 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:08:52,858 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:08:52,858 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:08:52,858 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:08:52,869 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-07-28 18:08:52,870 - Do unicode file recognition: false
2016-07-28 18:08:52,870 - FileResourceLoader : adding path '.'
2016-07-28 18:08:52,881 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:08:52,882 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:08:52,883 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:08:52,884 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:08:52,885 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:08:52,885 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:08:52,886 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:08:52,887 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:08:52,888 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:08:52,889 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:08:52,913 - Created '20' parsers.
2016-07-28 18:08:52,918 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:08:52,919 - Velocimacro : Default library not found.
2016-07-28 18:08:52,919 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:08:52,919 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:08:52,919 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:08:52,919 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:17:57,457 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:17:57,459 - Initializing Velocity, Calling init()...
2016-07-28 18:17:57,459 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:17:57,459 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:17:57,459 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:17:57,459 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:17:57,459 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:17:57,459 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:17:57,470 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-07-28 18:17:57,472 - Do unicode file recognition: false
2016-07-28 18:17:57,472 - FileResourceLoader : adding path '.'
2016-07-28 18:17:57,484 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:17:57,485 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:17:57,486 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:17:57,487 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:17:57,488 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:17:57,488 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:17:57,489 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:17:57,490 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:17:57,491 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:17:57,492 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:17:57,518 - Created '20' parsers.
2016-07-28 18:17:57,526 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:17:57,526 - Velocimacro : Default library not found.
2016-07-28 18:17:57,526 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:17:57,526 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:17:57,526 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:17:57,526 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:18:01,312 - ResourceManager : unable to find resource 'create_table.vm' in any resource loader.
2016-07-28 18:19:24,391 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:19:24,394 - Initializing Velocity, Calling init()...
2016-07-28 18:19:24,394 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:19:24,394 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:19:24,394 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:19:24,394 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:19:24,394 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:19:24,394 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:19:24,405 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-07-28 18:19:24,406 - Do unicode file recognition: false
2016-07-28 18:19:24,407 - FileResourceLoader : adding path '.'
2016-07-28 18:19:24,419 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:19:24,421 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:19:24,422 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:19:24,423 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:19:24,423 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:19:24,424 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:19:24,425 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:19:24,426 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:19:24,428 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:19:24,429 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:19:24,457 - Created '20' parsers.
2016-07-28 18:19:24,463 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:19:24,463 - Velocimacro : Default library not found.
2016-07-28 18:19:24,463 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:19:24,463 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:19:24,463 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:19:24,464 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:19:28,890 - ResourceManager : unable to find resource 'create_table.vm' in any resource loader.
2016-07-28 18:19:46,423 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:19:46,423 - Initializing Velocity, Calling init()...
2016-07-28 18:19:46,423 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:19:46,423 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:19:46,423 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:19:46,423 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:19:46,423 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:19:46,424 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:19:46,435 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-07-28 18:19:46,437 - Do unicode file recognition: false
2016-07-28 18:19:46,437 - FileResourceLoader : adding path '.'
2016-07-28 18:19:46,450 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:19:46,452 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:19:46,453 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:19:46,453 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:19:46,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:19:46,454 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:19:46,455 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:19:46,456 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:19:46,457 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:19:46,458 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:19:46,485 - Created '20' parsers.
2016-07-28 18:19:46,490 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:19:46,491 - Velocimacro : Default library not found.
2016-07-28 18:19:46,491 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:19:46,491 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:19:46,491 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:19:46,491 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:19:48,576 - ResourceManager : unable to find resource 'create_table.vm' in any resource loader.
2016-07-28 18:22:12,861 - ResourceManager : unable to find resource 'create_table.vm' in any resource loader.
2016-07-28 18:23:21,652 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:23:21,653 - Initializing Velocity, Calling init()...
2016-07-28 18:23:21,653 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:23:21,653 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:23:21,653 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:23:21,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...
2016-07-28 18:23:21,653 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:23:21,653 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:23:21,662 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-07-28 18:23:21,665 - Do unicode file recognition: false
2016-07-28 18:23:21,665 - FileResourceLoader : adding path '.'
2016-07-28 18:23:21,675 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:23:21,676 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:23:21,677 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:23:21,678 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:23:21,678 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:23:21,679 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:23:21,680 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:23:21,681 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:23:21,682 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:23:21,683 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:23:21,708 - Created '20' parsers.
2016-07-28 18:23:21,714 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:23:21,714 - Velocimacro : Default library not found.
2016-07-28 18:23:21,714 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:23:21,714 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:23:21,714 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:23:21,714 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:23:24,538 - ResourceManager : unable to find resource 'create_table.vm' in any resource loader.
2016-07-28 18:26:40,113 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:26:40,113 - Initializing Velocity, Calling init()...
2016-07-28 18:26:40,113 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:26:40,113 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:26:40,113 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:26:40,113 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:26:40,113 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:26:40,114 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:26:40,121 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:26:40,132 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:26:40,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:26:40,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:26:40,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:26:40,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:26:40,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:26:40,137 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:26:40,139 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:26:40,140 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:26:40,141 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:26:40,165 - Created '20' parsers.
2016-07-28 18:26:40,170 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:26:40,170 - 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
2016-07-28 18:26:40,170 - Velocimacro : Default library not found.
2016-07-28 18:26:40,170 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:26:40,170 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:26:40,170 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:26:40,170 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:26:42,293 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:32:02,318 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:32:02,321 - Initializing Velocity, Calling init()...
2016-07-28 18:32:02,321 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:32:02,323 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:32:02,323 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:32:02,323 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:32:02,323 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:32:02,323 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:32:02,328 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:32:02,337 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:32:02,339 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:32:02,340 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:32:02,340 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:32:02,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:32:02,341 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:32:02,342 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:32:02,343 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:32:02,344 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:32:02,345 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:32:02,371 - Created '20' parsers.
2016-07-28 18:32:02,375 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:32:02,376 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm
2016-07-28 18:32:02,376 - Velocimacro : Default library not found.
2016-07-28 18:32:02,376 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:32:02,376 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:32:02,376 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:32:02,376 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:32:02,380 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:32:08,736 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:32:08,737 - Initializing Velocity, Calling init()...
2016-07-28 18:32:08,737 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:32:08,739 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:32:08,739 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:32:08,739 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:32:08,739 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:32:08,739 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:32:08,744 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:32:08,755 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:32:08,757 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:32:08,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:32:08,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:32:08,759 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:32:08,760 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:32:08,761 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:32:08,762 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:32:08,764 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:32:08,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:32:08,791 - Created '20' parsers.
2016-07-28 18:32:08,798 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:32:08,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
2016-07-28 18:32:08,799 - Velocimacro : Default library not found.
2016-07-28 18:32:08,799 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:32:08,799 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:32:08,799 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:32:08,799 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:32:08,807 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:38:04,216 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:38:04,217 - Initializing Velocity, Calling init()...
2016-07-28 18:38:04,217 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:38:04,220 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:38:04,220 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:38:04,220 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:38:04,220 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:38:04,220 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:38:04,226 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:38:04,240 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:38:04,242 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:38:04,244 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:38:04,244 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:38:04,245 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:38:04,246 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:38:04,247 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:38:04,249 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:38:04,250 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:38:04,251 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:38:04,284 - Created '20' parsers.
2016-07-28 18:38:04,289 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:38:04,289 - 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
2016-07-28 18:38:04,289 - Velocimacro : Default library not found.
2016-07-28 18:38:04,289 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:38:04,289 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:38:04,289 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:38:04,289 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:38:04,297 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:38:52,600 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:38:52,600 - Initializing Velocity, Calling init()...
2016-07-28 18:38:52,600 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:38:52,602 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:38:52,602 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:38:52,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...
2016-07-28 18:38:52,602 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:38:52,602 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:38:52,606 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:38:52,614 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:38:52,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:38:52,616 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:38:52,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:38:52,617 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:38:52,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:38:52,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:38:52,619 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:38:52,620 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:38:52,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:38:52,644 - Created '20' parsers.
2016-07-28 18:38:52,649 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:38:52,649 - 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
2016-07-28 18:38:52,649 - Velocimacro : Default library not found.
2016-07-28 18:38:52,650 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:38:52,650 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:38:52,650 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:38:52,650 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:38:52,659 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader
2016-07-28 18:53:30,187 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 18:53:30,190 - Initializing Velocity, Calling init()...
2016-07-28 18:53:30,190 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 18:53:30,192 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 18:53:30,192 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 18:53:30,192 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 18:53:30,192 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:53:30,192 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 18:53:30,197 - ResourceLoader instantiated: com.piaoniu.pngen.PnResourceLoader
2016-07-28 18:53:30,209 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 18:53:30,211 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 18:53:30,211 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 18:53:30,212 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 18:53:30,213 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 18:53:30,213 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 18:53:30,214 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 18:53:30,215 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 18:53:30,215 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 18:53:30,216 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 18:53:30,246 - Created '20' parsers.
2016-07-28 18:53:30,251 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 18:53:30,251 - Velocimacro : Default library not found.
2016-07-28 18:53:30,251 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 18:53:30,251 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 18:53:30,251 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 18:53:30,251 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 18:53:30,262 - ResourceManager : found create_table.vm with loader com.piaoniu.pngen.PnResourceLoader
2016-07-28 19:22:25,132 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 19:22:25,135 - Initializing Velocity, Calling init()...
2016-07-28 19:22:25,135 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 19:22:25,137 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 19:22:25,137 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 19:22:25,137 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 19:22:25,137 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 19:22:25,137 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 19:22:25,139 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-28 19:22:25,140 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-28 19:22:25,148 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 19:22:25,150 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 19:22:25,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 19:22:25,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 19:22:25,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 19:22:25,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 19:22:25,153 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 19:22:25,154 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 19:22:25,155 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 19:22:25,155 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 19:22:25,188 - Created '20' parsers.
2016-07-28 19:22:25,194 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 19:22:25,194 - Velocimacro : Default library not found.
2016-07-28 19:22:25,194 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 19:22:25,194 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 19:22:25,194 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 19:22:25,194 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 19:22:35,618 - Log4JLogChute initialized using file 'velocity.log'
2016-07-28 19:22:35,619 - Initializing Velocity, Calling init()...
2016-07-28 19:22:35,619 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-28 19:22:35,620 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-28 19:22:35,620 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-28 19:22:35,620 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-28 19:22:35,620 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 19:22:35,621 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-28 19:22:35,623 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-28 19:22:35,623 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-28 19:22:35,631 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-28 19:22:35,632 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-28 19:22:35,633 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-28 19:22:35,633 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-28 19:22:35,634 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-28 19:22:35,634 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-28 19:22:35,635 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-28 19:22:35,636 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-28 19:22:35,637 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-28 19:22:35,638 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-28 19:22:35,661 - Created '20' parsers.
2016-07-28 19:22:35,666 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-28 19:22:35,666 - Velocimacro : Default library not found.
2016-07-28 19:22:35,666 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-28 19:22:35,666 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-28 19:22:35,666 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-28 19:22:35,666 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-28 19:22:35,678 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 09:58:40,653 - Log4JLogChute initialized using file 'velocity.log'
2016-07-29 09:58:40,656 - Initializing Velocity, Calling init()...
2016-07-29 09:58:40,656 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-29 09:58:40,658 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-29 09:58:40,658 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-29 09:58:40,658 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-29 09:58:40,658 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 09:58:40,658 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 09:58:40,660 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 09:58:40,660 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-29 09:58:40,669 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-29 09:58:40,670 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-29 09:58:40,671 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-29 09:58:40,672 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-29 09:58:40,672 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-29 09:58:40,673 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-29 09:58:40,673 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-29 09:58:40,674 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-29 09:58:40,675 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-29 09:58:40,676 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-29 09:58:40,708 - Created '20' parsers.
2016-07-29 09:58:40,716 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-29 09:58:40,716 - Velocimacro : Default library not found.
2016-07-29 09:58:40,716 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-29 09:58:40,716 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-29 09:58:40,716 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-29 09:58:40,716 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-29 09:58:40,736 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 09:59:30,472 - Log4JLogChute initialized using file 'velocity.log'
2016-07-29 09:59:30,474 - Initializing Velocity, Calling init()...
2016-07-29 09:59:30,474 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-29 09:59:30,476 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-29 09:59:30,476 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-29 09:59:30,476 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-29 09:59:30,476 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 09:59:30,476 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 09:59:30,479 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 09:59:30,481 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-29 09:59:30,490 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-29 09:59:30,491 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-29 09:59:30,491 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-29 09:59:30,492 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-29 09:59:30,492 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-29 09:59:30,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-29 09:59:30,494 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-29 09:59:30,495 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-29 09:59:30,495 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-29 09:59:30,496 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-29 09:59:30,531 - Created '20' parsers.
2016-07-29 09:59:30,538 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-29 09:59:30,538 - Velocimacro : Default library not found.
2016-07-29 09:59:30,538 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-29 09:59:30,538 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-29 09:59:30,538 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-29 09:59:30,538 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-29 09:59:30,553 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 09:59:58,111 - Log4JLogChute initialized using file 'velocity.log'
2016-07-29 09:59:58,113 - Initializing Velocity, Calling init()...
2016-07-29 09:59:58,113 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-29 09:59:58,117 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-29 09:59:58,117 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-29 09:59:58,117 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-29 09:59:58,117 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 09:59:58,117 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 09:59:58,120 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 09:59:58,121 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-29 09:59:58,130 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-29 09:59:58,131 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-29 09:59:58,133 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-29 09:59:58,134 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-29 09:59:58,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-29 09:59:58,135 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-29 09:59:58,136 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-29 09:59:58,138 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-29 09:59:58,139 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-29 09:59:58,140 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-29 09:59:58,167 - Created '20' parsers.
2016-07-29 09:59:58,175 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-29 09:59:58,175 - Velocimacro : Default library not found.
2016-07-29 09:59:58,175 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-29 09:59:58,175 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-29 09:59:58,175 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-29 09:59:58,175 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-29 09:59:58,188 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 10:00:09,732 - Log4JLogChute initialized using file 'velocity.log'
2016-07-29 10:00:09,733 - Initializing Velocity, Calling init()...
2016-07-29 10:00:09,733 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-29 10:00:09,735 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-29 10:00:09,735 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-29 10:00:09,735 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-29 10:00:09,735 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 10:00:09,735 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 10:00:09,737 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 10:00:09,738 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-29 10:00:09,747 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-29 10:00:09,749 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-29 10:00:09,750 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-29 10:00:09,750 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-29 10:00:09,751 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-29 10:00:09,751 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-29 10:00:09,752 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-29 10:00:09,753 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-29 10:00:09,754 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-29 10:00:09,755 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-29 10:00:09,782 - Created '20' parsers.
2016-07-29 10:00:09,789 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-29 10:00:09,789 - Velocimacro : Default library not found.
2016-07-29 10:00:09,789 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-29 10:00:09,790 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-29 10:00:09,790 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-29 10:00:09,790 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-29 10:00:09,801 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 10:04:48,248 - Log4JLogChute initialized using file 'velocity.log'
2016-07-29 10:04:48,251 - Initializing Velocity, Calling init()...
2016-07-29 10:04:48,251 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-29 10:04:48,257 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-29 10:04:48,257 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-29 10:04:48,257 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-29 10:04:48,257 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 10:04:48,257 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 10:04:48,261 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 10:04:48,262 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-29 10:04:48,279 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-29 10:04:48,281 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-29 10:04:48,289 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-29 10:04:48,290 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-29 10:04:48,291 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-29 10:04:48,292 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-29 10:04:48,295 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-29 10:04:48,296 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-29 10:04:48,298 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-29 10:04:48,299 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-29 10:04:48,339 - Created '20' parsers.
2016-07-29 10:04:48,350 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-29 10:04:48,350 - Velocimacro : Default library not found.
2016-07-29 10:04:48,350 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-29 10:04:48,350 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-29 10:04:48,350 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-29 10:04:48,350 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-29 10:04:48,380 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 10:05:09,551 - Log4JLogChute initialized using file 'velocity.log'
2016-07-29 10:05:09,551 - Initializing Velocity, Calling init()...
2016-07-29 10:05:09,551 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-07-29 10:05:09,553 - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2016-07-29 10:05:09,553 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-07-29 10:05:09,553 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system...
2016-07-29 10:05:09,553 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 10:05:09,553 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-07-29 10:05:09,556 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.StringResourceLoader
2016-07-29 10:05:09,556 - Loaded repository 'org.apache.velocity.runtime.resource.util.StringResourceRepository' from static repo store
2016-07-29 10:05:09,564 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-07-29 10:05:09,565 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-07-29 10:05:09,566 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-07-29 10:05:09,566 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-07-29 10:05:09,567 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-07-29 10:05:09,567 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-07-29 10:05:09,568 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-07-29 10:05:09,569 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-07-29 10:05:09,570 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-07-29 10:05:09,570 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-07-29 10:05:09,599 - Created '20' parsers.
2016-07-29 10:05:09,606 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm
2016-07-29 10:05:09,606 - Velocimacro : Default library not found.
2016-07-29 10:05:09,606 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-07-29 10:05:09,606 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-07-29 10:05:09,606 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-07-29 10:05:09,606 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-07-29 10:05:09,619 - ResourceManager : found create_table.vm with loader org.apache.velocity.runtime.resource.loader.StringResourceLoader
Java
1
https://gitee.com/piaoniu/pngen.git
git@gitee.com:piaoniu/pngen.git
piaoniu
pngen
pngen
master

搜索帮助