2018-05-17 19:32:38,966 - Velocimacro : Default library not found. 2018-05-17 19:32:38,966 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 19:32:38,966 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 19:32:38,966 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 19:32:38,967 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-05-17 19:40:48,131 - Log4JLogChute initialized using file 'velocity.log' 2018-05-17 19:40:48,132 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-05-17 19:40:48,132 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-05-17 19:40:48,133 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-05-17 19:40:48,133 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-05-17 19:40:48,133 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:40:48,133 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:40:48,138 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-05-17 19:40:48,149 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-05-17 19:40:48,151 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-05-17 19:40:48,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-05-17 19:40:48,152 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-05-17 19:40:48,160 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-05-17 19:40:48,161 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-05-17 19:40:48,163 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-05-17 19:40:48,166 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-05-17 19:40:48,168 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-05-17 19:40:48,170 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,210 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,211 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,211 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,211 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,211 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,211 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,211 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,212 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,212 - Created '20' parsers. 2018-05-17 19:40:48,225 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-05-17 19:40:48,225 - Velocity was not initialized! Calling init()... 2018-05-17 19:40:48,226 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.NetOrderDao.addOrderLog(NetOrderDao.java:68) at com.chinacreator.process.service.VacOrderService.saveNetLog(VacOrderService.java:315) at com.chinacreator.process.service.VacOrderService.order(VacOrderService.java:288) at com.chinacreator.process.service.VacOrderService.handle(VacOrderService.java:62) at com.chinacreator.process.job.VacService.run(VacMQJob.java:110) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-05-17 19:40:48,232 - Velocimacro : Default library not found. 2018-05-17 19:40:48,233 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 19:40:48,233 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 19:40:48,233 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 19:40:48,233 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-05-17 19:42:35,582 - Log4JLogChute initialized using file 'velocity.log' 2018-05-17 19:42:35,582 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-05-17 19:42:35,582 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-05-17 19:42:35,582 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-05-17 19:42:35,582 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-05-17 19:42:35,582 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:42:35,583 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:42:35,593 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-05-17 19:42:35,614 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-05-17 19:42:35,618 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-05-17 19:42:35,621 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-05-17 19:42:35,623 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-05-17 19:42:35,625 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-05-17 19:42:35,629 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-05-17 19:42:35,633 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-05-17 19:42:35,636 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-05-17 19:42:35,638 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-05-17 19:42:35,646 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,688 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,688 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,688 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,688 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,688 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,689 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,689 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,689 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,689 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,689 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,690 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,690 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,690 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,690 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,690 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,690 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,691 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,691 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,691 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,691 - Created '20' parsers. 2018-05-17 19:42:35,716 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-05-17 19:42:35,716 - Velocity was not initialized! Calling init()... 2018-05-17 19:42:35,722 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.NetOrderDao.order(NetOrderDao.java:39) at com.chinacreator.process.service.VacOrderService.order(VacOrderService.java:276) at com.chinacreator.process.service.VacOrderService.handle(VacOrderService.java:62) at com.chinacreator.process.job.VacService.run(VacMQJob.java:110) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-05-17 19:42:35,726 - Velocimacro : Default library not found. 2018-05-17 19:42:35,726 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 19:42:35,726 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 19:42:35,726 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 19:42:35,726 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-05-17 19:49:03,806 - Log4JLogChute initialized using file 'velocity.log' 2018-05-17 19:49:03,807 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-05-17 19:49:03,808 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-05-17 19:49:03,808 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-05-17 19:49:03,808 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-05-17 19:49:03,808 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:49:03,808 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:49:03,814 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-05-17 19:49:03,824 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-05-17 19:49:03,833 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-05-17 19:49:03,836 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-05-17 19:49:03,837 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-05-17 19:49:03,837 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-05-17 19:49:03,839 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-05-17 19:49:03,840 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-05-17 19:49:03,843 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-05-17 19:49:03,845 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-05-17 19:49:03,853 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,885 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,885 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,885 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,886 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,887 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,887 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,887 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,887 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,887 - Created '20' parsers. 2018-05-17 19:49:03,901 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-05-17 19:49:03,901 - Velocity was not initialized! Calling init()... 2018-05-17 19:49:03,918 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.NetOrderDao.order(NetOrderDao.java:39) at com.chinacreator.process.service.VacOrderService.order(VacOrderService.java:276) at com.chinacreator.process.service.VacOrderService.handle(VacOrderService.java:62) at com.chinacreator.process.job.VacService.run(VacMQJob.java:110) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-05-17 19:49:03,928 - Velocimacro : Default library not found. 2018-05-17 19:49:03,928 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 19:49:03,928 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 19:49:03,928 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 19:49:03,928 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-05-17 19:54:40,255 - Log4JLogChute initialized using file 'velocity.log' 2018-05-17 19:54:40,255 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-05-17 19:54:40,255 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-05-17 19:54:40,255 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-05-17 19:54:40,255 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-05-17 19:54:40,255 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:54:40,255 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 19:54:40,266 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-05-17 19:54:40,285 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-05-17 19:54:40,289 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-05-17 19:54:40,293 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-05-17 19:54:40,295 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-05-17 19:54:40,296 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-05-17 19:54:40,301 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-05-17 19:54:40,304 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-05-17 19:54:40,308 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-05-17 19:54:40,310 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-05-17 19:54:40,317 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,357 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,358 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,358 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,358 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,358 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,358 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,358 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,359 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,359 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,359 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,359 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,359 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,360 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,360 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,360 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,360 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,360 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,360 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,361 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,361 - Created '20' parsers. 2018-05-17 19:54:40,386 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-05-17 19:54:40,386 - Velocity was not initialized! Calling init()... 2018-05-17 19:54:40,391 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.NetOrderDao.order(NetOrderDao.java:39) at com.chinacreator.process.service.VacOrderService.order(VacOrderService.java:276) at com.chinacreator.process.service.VacOrderService.handle(VacOrderService.java:62) at com.chinacreator.process.job.VacService.run(VacMQJob.java:110) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-05-17 19:54:40,395 - Velocimacro : Default library not found. 2018-05-17 19:54:40,395 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 19:54:40,395 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 19:54:40,395 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 19:54:40,395 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-05-17 20:01:18,573 - Log4JLogChute initialized using file 'velocity.log' 2018-05-17 20:01:18,574 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-05-17 20:01:18,574 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-05-17 20:01:18,574 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-05-17 20:01:18,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... 2018-05-17 20:01:18,574 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 20:01:18,574 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 20:01:18,579 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-05-17 20:01:18,591 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-05-17 20:01:18,593 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-05-17 20:01:18,593 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-05-17 20:01:18,594 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-05-17 20:01:18,595 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-05-17 20:01:18,597 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-05-17 20:01:18,603 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-05-17 20:01:18,606 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-05-17 20:01:18,607 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-05-17 20:01:18,609 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,630 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,631 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,632 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,632 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,632 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,632 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,632 - Created '20' parsers. 2018-05-17 20:01:18,642 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-05-17 20:01:18,642 - Velocity was not initialized! Calling init()... 2018-05-17 20:01:18,644 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.NetOrderDao.cancelOrder(NetOrderDao.java:58) at com.chinacreator.process.service.VacOrderService.cancel(VacOrderService.java:223) at com.chinacreator.process.service.VacOrderService.handle(VacOrderService.java:79) at com.chinacreator.process.job.VacService.run(VacMQJob.java:110) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-05-17 20:01:18,649 - Velocimacro : Default library not found. 2018-05-17 20:01:18,650 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 20:01:18,650 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 20:01:18,650 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 20:01:18,650 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-05-17 20:02:59,577 - Log4JLogChute initialized using file 'velocity.log' 2018-05-17 20:02:59,579 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-05-17 20:02:59,579 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-05-17 20:02:59,579 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-05-17 20:02:59,579 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-05-17 20:02:59,579 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 20:02:59,579 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 20:02:59,584 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-05-17 20:02:59,593 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-05-17 20:02:59,595 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-05-17 20:02:59,596 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-05-17 20:02:59,599 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-05-17 20:02:59,600 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-05-17 20:02:59,602 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-05-17 20:02:59,603 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-05-17 20:02:59,606 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-05-17 20:02:59,607 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-05-17 20:02:59,611 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,633 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,633 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,633 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,633 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,634 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,634 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,634 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,634 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,634 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,634 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,634 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,641 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,641 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,641 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,641 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,641 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,642 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,642 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,642 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,642 - Created '20' parsers. 2018-05-17 20:02:59,649 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-05-17 20:02:59,649 - Velocity was not initialized! Calling init()... 2018-05-17 20:02:59,651 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.NetOrderDao.cancelOrder(NetOrderDao.java:58) at com.chinacreator.process.service.VacOrderService.cancel(VacOrderService.java:223) at com.chinacreator.process.service.VacOrderService.handle(VacOrderService.java:79) at com.chinacreator.process.job.VacService.run(VacMQJob.java:110) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-05-17 20:02:59,661 - Velocimacro : Default library not found. 2018-05-17 20:02:59,661 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 20:02:59,661 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 20:02:59,661 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 20:02:59,661 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-05-17 20:06:04,287 - Log4JLogChute initialized using file 'velocity.log' 2018-05-17 20:06:04,288 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-05-17 20:06:04,288 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-05-17 20:06:04,288 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-05-17 20:06:04,288 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-05-17 20:06:04,288 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 20:06:04,288 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-05-17 20:06:04,300 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-05-17 20:06:04,321 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-05-17 20:06:04,326 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-05-17 20:06:04,330 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-05-17 20:06:04,332 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-05-17 20:06:04,334 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-05-17 20:06:04,338 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-05-17 20:06:04,342 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-05-17 20:06:04,346 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-05-17 20:06:04,348 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-05-17 20:06:04,356 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,396 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,396 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,396 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,396 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,396 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,397 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,397 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,397 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,397 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,397 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,398 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,398 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,398 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,398 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,398 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,398 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,399 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,399 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,399 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,399 - Created '20' parsers. 2018-05-17 20:06:04,424 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-05-17 20:06:04,424 - Velocity was not initialized! Calling init()... 2018-05-17 20:06:04,429 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.NetOrderDao.cancelOrder(NetOrderDao.java:58) at com.chinacreator.process.service.VacOrderService.cancel(VacOrderService.java:223) at com.chinacreator.process.service.VacOrderService.handle(Unknown Source) at com.chinacreator.process.job.VacService.run(VacMQJob.java:110) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-05-17 20:06:04,433 - Velocimacro : Default library not found. 2018-05-17 20:06:04,433 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-05-17 20:06:04,433 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-05-17 20:06:04,433 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-05-17 20:06:04,434 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-08-02 15:46:22,750 - Log4JLogChute initialized using file 'velocity.log' 2018-08-02 15:46:22,757 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-08-02 15:46:22,757 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-08-02 15:46:22,757 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-08-02 15:46:22,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... 2018-08-02 15:46:22,758 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 15:46:22,758 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 15:46:22,771 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-08-02 15:46:22,793 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-08-02 15:46:22,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-08-02 15:46:22,802 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-08-02 15:46:22,804 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-08-02 15:46:22,805 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-08-02 15:46:22,809 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-08-02 15:46:22,813 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-08-02 15:46:22,817 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-08-02 15:46:22,820 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-08-02 15:46:22,828 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,871 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,871 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,872 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,872 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,872 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,872 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,872 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,873 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,873 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,873 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,873 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,873 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,873 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,874 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,874 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,874 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,874 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,874 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,874 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,875 - Created '20' parsers. 2018-08-02 15:46:22,903 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-08-02 15:46:22,903 - Velocity was not initialized! Calling init()... 2018-08-02 15:46:22,907 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.KfkChangeNumDao.order(KfkChangeNumDao.java:41) at com.chinacreator.process.job.KafkaTransJob.order(KafkaTransJob.java:173) at com.chinacreator.process.job.KafkaTransJob.handle(KafkaTransJob.java:63) at com.chinacreator.process.job.KafkaTransJob.doProcess(KafkaTransJob.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-08-02 15:46:22,912 - Velocimacro : Default library not found. 2018-08-02 15:46:22,913 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-08-02 15:46:22,913 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-08-02 15:46:22,913 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-08-02 15:46:22,913 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-08-02 15:50:58,643 - Log4JLogChute initialized using file 'velocity.log' 2018-08-02 15:50:58,643 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-08-02 15:50:58,643 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-08-02 15:50:58,643 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-08-02 15:50:58,643 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-08-02 15:50:58,643 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 15:50:58,644 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 15:50:58,655 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-08-02 15:50:58,676 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-08-02 15:50:58,681 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-08-02 15:50:58,684 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-08-02 15:50:58,686 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-08-02 15:50:58,689 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-08-02 15:50:58,692 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-08-02 15:50:58,696 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-08-02 15:50:58,700 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-08-02 15:50:58,703 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-08-02 15:50:58,710 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,751 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,751 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,751 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,751 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,752 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,752 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,752 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,752 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,752 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,752 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,753 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,753 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,753 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,753 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,753 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,753 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,754 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,754 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,754 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,754 - Created '20' parsers. 2018-08-02 15:50:58,785 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-08-02 15:50:58,785 - Velocity was not initialized! Calling init()... 2018-08-02 15:50:58,789 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.KfkChangeNumDao.addOrderLog(KfkChangeNumDao.java:56) at com.chinacreator.process.job.KafkaTransJob.addlog(KafkaTransJob.java:210) at com.chinacreator.process.job.KafkaTransJob.cancnel(KafkaTransJob.java:142) at com.chinacreator.process.job.KafkaTransJob.handle(KafkaTransJob.java:64) at com.chinacreator.process.job.KafkaTransJob.doProcess(KafkaTransJob.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-08-02 15:50:58,794 - Velocimacro : Default library not found. 2018-08-02 15:50:58,794 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-08-02 15:50:58,794 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-08-02 15:50:58,794 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-08-02 15:50:58,795 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-08-02 15:53:52,117 - Log4JLogChute initialized using file 'velocity.log' 2018-08-02 15:53:52,118 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-08-02 15:53:52,118 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-08-02 15:53:52,118 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-08-02 15:53:52,118 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-08-02 15:53:52,118 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 15:53:52,118 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 15:53:52,130 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-08-02 15:53:52,151 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-08-02 15:53:52,155 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-08-02 15:53:52,159 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-08-02 15:53:52,161 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-08-02 15:53:52,163 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-08-02 15:53:52,167 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-08-02 15:53:52,171 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-08-02 15:53:52,174 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-08-02 15:53:52,177 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-08-02 15:53:52,184 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,225 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,225 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,225 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,226 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,226 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,226 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,226 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,226 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,227 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,227 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,227 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,227 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,227 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,227 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,228 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,228 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,228 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,228 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,228 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,229 - Created '20' parsers. 2018-08-02 15:53:52,255 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-08-02 15:53:52,255 - Velocity was not initialized! Calling init()... 2018-08-02 15:53:52,259 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.KfkChangeNumDao.addOrderLog(KfkChangeNumDao.java:56) at com.chinacreator.process.job.KafkaTransJob.addlog(KafkaTransJob.java:210) at com.chinacreator.process.job.KafkaTransJob.cancnel(KafkaTransJob.java:142) at com.chinacreator.process.job.KafkaTransJob.handle(KafkaTransJob.java:64) at com.chinacreator.process.job.KafkaTransJob.doProcess(KafkaTransJob.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-08-02 15:53:52,264 - Velocimacro : Default library not found. 2018-08-02 15:53:52,264 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-08-02 15:53:52,264 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-08-02 15:53:52,265 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-08-02 15:53:52,265 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-08-02 16:24:38,462 - Log4JLogChute initialized using file 'velocity.log' 2018-08-02 16:24:38,462 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-08-02 16:24:38,462 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-08-02 16:24:38,462 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-08-02 16:24:38,462 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-08-02 16:24:38,462 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:24:38,462 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:24:38,466 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-08-02 16:24:38,478 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-08-02 16:24:38,479 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-08-02 16:24:38,481 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-08-02 16:24:38,482 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-08-02 16:24:38,482 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-08-02 16:24:38,484 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-08-02 16:24:38,485 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-08-02 16:24:38,486 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-08-02 16:24:38,487 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-08-02 16:24:38,496 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,519 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,520 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,520 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,520 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,520 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,520 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,520 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,520 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,521 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,521 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,522 - Created '20' parsers. 2018-08-02 16:24:38,530 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-08-02 16:24:38,530 - Velocity was not initialized! Calling init()... 2018-08-02 16:24:38,531 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.KfkChangeNumDao.order(KfkChangeNumDao.java:41) at com.chinacreator.process.job.KafkaTransJob.order(KafkaTransJob.java:174) at com.chinacreator.process.job.KafkaTransJob.handle(KafkaTransJob.java:63) at com.chinacreator.process.job.KafkaTransJob.doProcess(KafkaTransJob.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-08-02 16:24:38,541 - Velocimacro : Default library not found. 2018-08-02 16:24:38,541 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-08-02 16:24:38,542 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-08-02 16:24:38,542 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-08-02 16:24:38,542 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-08-02 16:26:15,735 - Log4JLogChute initialized using file 'velocity.log' 2018-08-02 16:26:15,735 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-08-02 16:26:15,735 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-08-02 16:26:15,735 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-08-02 16:26:15,736 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-08-02 16:26:15,736 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:26:15,737 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:26:15,743 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-08-02 16:26:15,754 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-08-02 16:26:15,755 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-08-02 16:26:15,758 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-08-02 16:26:15,759 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-08-02 16:26:15,759 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-08-02 16:26:15,761 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-08-02 16:26:15,765 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-08-02 16:26:15,767 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-08-02 16:26:15,768 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-08-02 16:26:15,772 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,805 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,806 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,812 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,813 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,813 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,813 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,813 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,813 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,814 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,814 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,819 - Created '20' parsers. 2018-08-02 16:26:15,829 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-08-02 16:26:15,829 - Velocity was not initialized! Calling init()... 2018-08-02 16:26:15,830 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.KfkChangeNumDao.order(KfkChangeNumDao.java:41) at com.chinacreator.process.job.KafkaTransJob.order(KafkaTransJob.java:174) at com.chinacreator.process.job.KafkaTransJob.handle(KafkaTransJob.java:63) at com.chinacreator.process.job.KafkaTransJob.doProcess(KafkaTransJob.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-08-02 16:26:15,837 - Velocimacro : Default library not found. 2018-08-02 16:26:15,837 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-08-02 16:26:15,837 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-08-02 16:26:15,837 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-08-02 16:26:15,837 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-08-02 16:27:44,539 - Log4JLogChute initialized using file 'velocity.log' 2018-08-02 16:27:44,569 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-08-02 16:27:44,569 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-08-02 16:27:44,569 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-08-02 16:27:44,569 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter). Falling back to next log system... 2018-08-02 16:27:44,570 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:27:44,570 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:27:44,575 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-08-02 16:27:44,589 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-08-02 16:27:44,591 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-08-02 16:27:44,592 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-08-02 16:27:44,593 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-08-02 16:27:44,596 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-08-02 16:27:44,598 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-08-02 16:27:44,604 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-08-02 16:27:44,605 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-08-02 16:27:44,606 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-08-02 16:27:44,609 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,646 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,646 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,646 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,646 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,646 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,648 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,648 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,648 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,648 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,648 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,648 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,648 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,649 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,649 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,649 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,649 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,649 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,649 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,650 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,651 - Created '20' parsers. 2018-08-02 16:27:44,661 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-08-02 16:27:44,661 - Velocity was not initialized! Calling init()... 2018-08-02 16:27:44,662 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.KfkChangeNumDao.order(KfkChangeNumDao.java:41) at com.chinacreator.process.job.KafkaTransJob.order(KafkaTransJob.java:174) at com.chinacreator.process.job.KafkaTransJob.handle(KafkaTransJob.java:63) at com.chinacreator.process.job.KafkaTransJob.doProcess(KafkaTransJob.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) 2018-08-02 16:27:44,669 - Velocimacro : Default library not found. 2018-08-02 16:27:44,670 - Velocimacro : allowInline = true : VMs can be defined inline in templates 2018-08-02 16:27:44,670 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions 2018-08-02 16:27:44,670 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed. 2018-08-02 16:27:44,670 - Velocimacro : autoload off : VM system will not automatically reload global library macros 2018-08-02 16:31:16,832 - Log4JLogChute initialized using file 'velocity.log' 2018-08-02 16:31:16,833 - Starting Apache Velocity v1.6.4 (compiled: 2010-04-27 15:31:23) 2018-08-02 16:31:16,833 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties 2018-08-02 16:31:16,833 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute 2018-08-02 16:31:16,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... 2018-08-02 16:31:16,833 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:31:16,834 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute 2018-08-02 16:31:16,838 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader 2018-08-02 16:31:16,846 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map. 2018-08-02 16:31:16,848 - Loaded System Directive: org.apache.velocity.runtime.directive.Define 2018-08-02 16:31:16,849 - Loaded System Directive: org.apache.velocity.runtime.directive.Break 2018-08-02 16:31:16,850 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate 2018-08-02 16:31:16,851 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal 2018-08-02 16:31:16,852 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro 2018-08-02 16:31:16,853 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse 2018-08-02 16:31:16,857 - Loaded System Directive: org.apache.velocity.runtime.directive.Include 2018-08-02 16:31:16,858 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach 2018-08-02 16:31:16,861 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,883 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,884 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,885 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,885 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,885 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,885 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,885 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,885 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,886 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,886 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,887 - Created '20' parsers. 2018-08-02 16:31:16,893 - Velocimacro : "velocimacro.library" is not set. Trying default library: VM_global_library.vm 2018-08-02 16:31:16,893 - Velocity was not initialized! Calling init()... 2018-08-02 16:31:16,894 - Could not load resource 'VM_global_library.vm' from ResourceLoader org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader: org.apache.velocity.exception.ResourceNotFoundException: ClasspathResourceLoader Error: cannot find resource VM_global_library.vm at org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader.getResourceStream(ClasspathResourceLoader.java:131) at org.apache.velocity.runtime.resource.loader.ResourceLoader.resourceExists(ResourceLoader.java:224) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderForResource(ResourceManagerImpl.java:641) at org.apache.velocity.runtime.resource.ResourceManagerImpl.getLoaderNameForResource(ResourceManagerImpl.java:624) at org.apache.velocity.runtime.RuntimeInstance.getLoaderNameForResource(RuntimeInstance.java:1464) at org.apache.velocity.runtime.VelocimacroFactory.initVelocimacro(VelocimacroFactory.java:159) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:261) at org.apache.velocity.runtime.RuntimeInstance.init(RuntimeInstance.java:589) at org.apache.velocity.runtime.RuntimeSingleton.init(RuntimeSingleton.java:229) at org.apache.velocity.app.Velocity.init(Velocity.java:107) at com.frameworkset.util.VelocityUtil.init(VelocityUtil.java:218) at com.frameworkset.util.VelocityUtil.evaluate(VelocityUtil.java:290) at com.frameworkset.common.poolman.SQLParams.evaluateSqlTemplate(SQLParams.java:142) at com.frameworkset.common.poolman.SQLParams.buildParamsByVariableParser(SQLParams.java:240) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:188) at com.frameworkset.common.poolman.SQLParams.buildParams(SQLParams.java:135) at com.frameworkset.common.poolman.PreparedDBUtil.addPreparedBatch(PreparedDBUtil.java:4005) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:380) at com.frameworkset.common.poolman.SQLExecutor.execute(SQLExecutor.java:404) at com.frameworkset.common.poolman.SQLExecutor.insertBeans(SQLExecutor.java:362) at com.frameworkset.common.poolman.SQLExecutor.insertBean(SQLExecutor.java:624) at com.chinacreator.process.dao.KfkChangeNumDao.order(KfkChangeNumDao.java:41) at com.chinacreator.process.job.KafkaTransJob.order(KafkaTransJob.java:174) at com.chinacreator.process.job.KafkaTransJob.handle(KafkaTransJob.java:63) at com.chinacreator.process.job.KafkaTransJob.doProcess(KafkaTransJob.java:53) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:64) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:53) at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745)