NutzCN Logo
问答 吐槽IDEA nutzwk插件
发布于 2735天前 作者 Hamming 2502 次浏览 复制 上一个帖子 下一个帖子
标签: 建议

吐槽IDEA nutzwk插件 能不能不要随便升级版本又不稳定 又不能用

12 回复

适配了nutzwk 3.3.0,所以老版本用不了?

IDEA插件可以在官网下载低版本,找到nutzwk-code-generator 1.1版本对应的插件版本即可。
https://plugins.jetbrains.com/plugin/8506?pr=idea

@Wizzercn 目前IDEA 插件 版本是1.5
CODE 配置两种都试过 nutzwk 3.3.0版本 生成代码用不了 是为什么呢

/*
var ioc={
    loader:{
    //根据实体生成代码
    type:'cn.enilu.common.code.EntityDescLoader'
    //根据表结构生成代码
    //type:'cn.enilu.common.code.TableDescLoader'
    }
}*/
{
    dataSource : {
        type : "com.alibaba.druid.pool.DruidDataSource",
        events : {
            depose : 'close'
        },
        fields : {
            driverClassName : "com.mysql.jdbc.Driver",
            url : "jdbc:mysql://localhost:3306/opo",
            username : "root",
            password : "root",
            maxWait: 20000,
            defaultAutoCommit : false
        }
    },
    loader:{
        //根据实体生成代码
        type:'cn.enilu.common.code.EntityDescLoader'
        //根据表结构生成代码
        //        type:'cn.enilu.common.code.TableDescLoader'
    }
}

@Wizzercn
nutzwk-code-generator 1.1改成1.1 还是不行

nutzwk-code-generator 1.1

创建日志

2016-10-24 17:02:40,708 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,708 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,708 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,708 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,708 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,708 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:02:40,708 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,708 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,708 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,718 - Do unicode file recognition:  false
2016-10-24 17:02:40,718 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,718 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,728 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,768 - Created '20' parsers.
2016-10-24 17:02:40,778 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,778 - Velocimacro : Default library not found.
2016-10-24 17:02:40,778 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,778 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,778 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,778 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,798 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,798 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,798 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,798 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,798 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,798 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,798 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,798 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,798 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,798 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,798 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:02:40,798 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:02:40,798 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,798 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,798 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,798 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,798 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,798 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,798 - Do unicode file recognition:  false
2016-10-24 17:02:40,798 - Do unicode file recognition:  false
2016-10-24 17:02:40,798 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,798 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,798 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,798 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,798 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,798 - Created '20' parsers.
2016-10-24 17:02:40,798 - Created '20' parsers.
2016-10-24 17:02:40,808 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,808 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,808 - Velocimacro : Default library not found.
2016-10-24 17:02:40,808 - Velocimacro : Default library not found.
2016-10-24 17:02:40,808 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,808 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,808 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,808 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,808 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,808 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,808 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,808 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,808 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,808 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,808 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,808 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,808 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,808 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,808 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,808 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,808 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,808 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,808 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,808 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,808 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,808 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,808 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,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...
2016-10-24 17:02:40,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...
2016-10-24 17:02:40,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...
2016-10-24 17:02:40,808 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,808 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,808 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,808 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,808 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,808 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,808 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,808 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,808 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,808 - Do unicode file recognition:  false
2016-10-24 17:02:40,808 - Do unicode file recognition:  false
2016-10-24 17:02:40,808 - Do unicode file recognition:  false
2016-10-24 17:02:40,808 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,808 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,808 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,808 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,808 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,808 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,808 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,818 - Created '20' parsers.
2016-10-24 17:02:40,818 - Created '20' parsers.
2016-10-24 17:02:40,818 - Created '20' parsers.
2016-10-24 17:02:40,818 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,818 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,818 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,818 - Velocimacro : Default library not found.
2016-10-24 17:02:40,818 - Velocimacro : Default library not found.
2016-10-24 17:02:40,818 - Velocimacro : Default library not found.
2016-10-24 17:02:40,818 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,818 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,818 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,818 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,818 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,818 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,818 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,818 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,818 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,818 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,818 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,818 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,828 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,828 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,828 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,828 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:02:40,828 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,828 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,828 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,828 - Initializing Velocity, Calling init()...
2016-10-24 17:02:40,828 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,828 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,828 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,828 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:02:40,828 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,828 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,828 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,828 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:02:40,828 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:02:40,828 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:02:40,828 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:02:40,828 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:02:40,828 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,828 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,828 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,828 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:02:40,828 - Do unicode file recognition:  false
2016-10-24 17:02:40,828 - Do unicode file recognition:  false
2016-10-24 17:02:40,828 - Do unicode file recognition:  false
2016-10-24 17:02:40,828 - Do unicode file recognition:  false
2016-10-24 17:02:40,828 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,828 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,828 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,828 - FileResourceLoader : adding path '.'
2016-10-24 17:02:40,828 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,828 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,828 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,828 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,828 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:02:40,828 - Created '20' parsers.
2016-10-24 17:02:40,828 - Created '20' parsers.
2016-10-24 17:02:40,828 - Created '20' parsers.
2016-10-24 17:02:40,828 - Created '20' parsers.
2016-10-24 17:02:40,828 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,828 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,828 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,828 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:02:40,828 - Velocimacro : Default library not found.
2016-10-24 17:02:40,828 - Velocimacro : Default library not found.
2016-10-24 17:02:40,828 - Velocimacro : Default library not found.
2016-10-24 17:02:40,828 - Velocimacro : Default library not found.
2016-10-24 17:02:40,828 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,828 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,828 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,828 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:02:40,828 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,828 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,828 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,828 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:02:40,828 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,828 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,828 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,828 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:02:40,828 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,828 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,828 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:02:40,828 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,363 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,363 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,363 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,363 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,363 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,363 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,363 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,363 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,373 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,373 - Do unicode file recognition:  false
2016-10-24 17:03:54,373 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,383 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,383 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,393 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,423 - Created '20' parsers.
2016-10-24 17:03:54,423 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,423 - Velocimacro : Default library not found.
2016-10-24 17:03:54,423 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,423 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,423 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,423 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,463 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,463 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,463 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,463 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,463 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,463 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,463 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,463 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,463 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,463 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,463 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,463 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,463 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,463 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,463 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,463 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,463 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,463 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,463 - Do unicode file recognition:  false
2016-10-24 17:03:54,463 - Do unicode file recognition:  false
2016-10-24 17:03:54,463 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,463 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,463 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,463 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,463 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,463 - Created '20' parsers.
2016-10-24 17:03:54,463 - Created '20' parsers.
2016-10-24 17:03:54,463 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,463 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,463 - Velocimacro : Default library not found.
2016-10-24 17:03:54,463 - Velocimacro : Default library not found.
2016-10-24 17:03:54,463 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,463 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,463 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,463 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,463 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,463 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,463 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,463 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,473 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,473 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,473 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,473 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,473 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,473 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,473 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,473 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,473 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,473 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,473 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,473 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,473 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,473 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,473 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,473 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,473 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,473 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,473 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,473 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,473 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,473 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,473 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,473 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,473 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,473 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,473 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,473 - Do unicode file recognition:  false
2016-10-24 17:03:54,473 - Do unicode file recognition:  false
2016-10-24 17:03:54,473 - Do unicode file recognition:  false
2016-10-24 17:03:54,473 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,473 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,473 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,473 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,473 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,473 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,473 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,483 - Created '20' parsers.
2016-10-24 17:03:54,483 - Created '20' parsers.
2016-10-24 17:03:54,483 - Created '20' parsers.
2016-10-24 17:03:54,483 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,483 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,483 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,483 - Velocimacro : Default library not found.
2016-10-24 17:03:54,483 - Velocimacro : Default library not found.
2016-10-24 17:03:54,483 - Velocimacro : Default library not found.
2016-10-24 17:03:54,483 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,483 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,483 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,483 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,483 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,483 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,483 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,483 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,483 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,483 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,483 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,483 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,493 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,493 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,493 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,493 - Log4JLogChute initialized using file 'velocity.log'
2016-10-24 17:03:54,493 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,493 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,493 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,493 - Initializing Velocity, Calling init()...
2016-10-24 17:03:54,493 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,493 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,493 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,493 - Starting Apache Velocity v1.7 (compiled: 2010-11-19 12:14:37)
2016-10-24 17:03:54,493 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,493 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,493 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,493 - Default Properties File: org\apache\velocity\runtime\defaults\velocity.properties
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.AvalonLogChute
2016-10-24 17:03:54,493 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,493 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,493 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,493 - Target log system for org.apache.velocity.runtime.log.AvalonLogChute is not available (java.lang.NoClassDefFoundError: org/apache/log/format/Formatter).  Falling back to next log system...
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - Trying to use logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - Using logger class org.apache.velocity.runtime.log.Log4JLogChute
2016-10-24 17:03:54,493 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,493 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,493 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,493 - ResourceLoader instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2016-10-24 17:03:54,493 - Do unicode file recognition:  false
2016-10-24 17:03:54,493 - Do unicode file recognition:  false
2016-10-24 17:03:54,493 - Do unicode file recognition:  false
2016-10-24 17:03:54,493 - Do unicode file recognition:  false
2016-10-24 17:03:54,493 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,493 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,493 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,493 - FileResourceLoader : adding path '.'
2016-10-24 17:03:54,493 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,493 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,493 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,493 - ResourceCache: initialized (class org.apache.velocity.runtime.resource.ResourceCacheImpl) with class java.util.Collections$SynchronizedMap cache map.
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Stop
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Define
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Break
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Evaluate
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,493 - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2016-10-24 17:03:54,493 - Created '20' parsers.
2016-10-24 17:03:54,493 - Created '20' parsers.
2016-10-24 17:03:54,493 - Created '20' parsers.
2016-10-24 17:03:54,493 - Created '20' parsers.
2016-10-24 17:03:54,493 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,493 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,493 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,493 - Velocimacro : "velocimacro.library" is not set.  Trying default library: VM_global_library.vm
2016-10-24 17:03:54,493 - Velocimacro : Default library not found.
2016-10-24 17:03:54,493 - Velocimacro : Default library not found.
2016-10-24 17:03:54,493 - Velocimacro : Default library not found.
2016-10-24 17:03:54,493 - Velocimacro : Default library not found.
2016-10-24 17:03:54,493 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,493 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,493 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,493 - Velocimacro : allowInline = true : VMs can be defined inline in templates
2016-10-24 17:03:54,493 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,493 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,493 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,493 - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2016-10-24 17:03:54,493 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,493 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,493 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,493 - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2016-10-24 17:03:54,493 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,493 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,493 - Velocimacro : autoload off : VM system will not automatically reload global library macros
2016-10-24 17:03:54,493 - Velocimacro : autoload off : VM system will not automatically reload global library macros

@Wizzercn nutzwk-code-generator 1.0改成1.0 还是不行

版本降到1.4 还是不行

nutzwk-plugin

难道是类有问题

package cn.wizzer.modules.models.opo;

import cn.wizzer.common.base.Model;
import org.nutz.dao.DB;
import org.nutz.dao.entity.annotation.*;
import java.io.Serializable;
import java.util.Date;

/**
 * Created by Tony on 2016/10/23.
 */
@Table("opo_order")
public class order extends Model implements Serializable {
    private static final long serialVersionUID = 1L;

    @Id
    @Column
    @Comment("ID")
    private Long id;

    @Column
    @Comment("用户ID")
    @ColDefine(type = ColType.VARCHAR, width = 32)
    private String userID;

    @Column
    @Comment("类型")
    private String type;


    @Column
    @Comment("金额")
    private double price;


    @Column
    @Comment("状态")
    private String state;


    @Column
    @Comment("创建时间")
    private Date create_time;

    @Column
    @Comment("备注")
    @ColDefine(type = ColType.VARCHAR, width = 255)
    private String note;

    //source
    @Column
    @Comment("来源")
    private String source;

    public Long getId() {
        return id;
    }

    public void setId(Long id) {
        this.id = id;
    }

    public String getUserID() {
        return userID;
    }

    public void setUserID(String userID) {
        this.userID = userID;
    }

    public String getType() {
        return type;
    }

    public void setType(String type) {
        this.type = type;
    }

    public double getPrice() {
        return price;
    }

    public void setPrice(double price) {
        this.price = price;
    }

    public String getState() {
        return state;
    }

    public void setState(String state) {
        this.state = state;
    }

    public Date getCreate_time() {
        return create_time;
    }

    public void setCreate_time(Date create_time) {
        this.create_time = create_time;
    }

    public String getNote() {
        return note;
    }

    public void setNote(String note) {
        this.note = note;
    }

    public String getSource() {
        return source;
    }

    public void setSource(String source) {
        this.source = source;
    }
}

代码生成器生成的代码都需要微调的,你先熟悉代码结构就知道怎么调了。

@Wizzercn 奇怪的BUG 项目删除 重新导入 可以了

@Wizzercn
不稳定 项目删除了 再引入就出问题

"C:\Program Files (x86)\Java\jdk1.8.0_45\bin\java" -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:49424,suspend=y,server=n -Dfile.encoding=UTF-8 -classpath "C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\charsets.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\deploy.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-32.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\javaws.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jce.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jfr.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jfxswt.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jsse.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\management-agent.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\plugin.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\resources.jar;C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\rt.jar;E:\IdeaProjects\opo\target\classes;F:\apache-maven-3.3.9\repository\javax\servlet\javax.servlet-api\3.1.0\javax.servlet-api-3.1.0.jar;F:\apache-maven-3.3.9\repository\org\nutz\nutz\1.r.58\nutz-1.r.58.jar;F:\apache-maven-3.3.9\repository\javax\servlet\servlet-api\2.5\servlet-api-2.5.jar;F:\apache-maven-3.3.9\repository\org\nutz\nutz-plugins-daocache\1.r.58\nutz-plugins-daocache-1.r.58.jar;F:\apache-maven-3.3.9\repository\org\nutz\nutz-integration-quartz\1.r.58\nutz-integration-quartz-1.r.58.jar;F:\apache-maven-3.3.9\repository\org\nutz\nutz-integration-shiro\1.r.58\nutz-integration-shiro-1.r.58.jar;F:\apache-maven-3.3.9\repository\org\nutz\nutzwx\1.r.58\nutzwx-1.r.58.jar;F:\apache-maven-3.3.9\repository\org\nutz\nutz-plugins-views\1.r.58\nutz-plugins-views-1.r.58.jar;F:\apache-maven-3.3.9\repository\org\nutz\nutz-plugins-sfntly\1.r.58\nutz-plugins-sfntly-1.r.58.jar;F:\apache-maven-3.3.9\repository\com\ibm\icu\icu4j\4.8.1.1\icu4j-4.8.1.1.jar;F:\apache-maven-3.3.9\repository\cn\enilu\tools\nutzwk-code-generator\1.1\nutzwk-code-generator-1.1.jar;F:\apache-maven-3.3.9\repository\org\atteo\evo-inflector\1.0.1\evo-inflector-1.0.1.jar;F:\apache-maven-3.3.9\repository\commons-cli\commons-cli\1.2\commons-cli-1.2.jar;F:\apache-maven-3.3.9\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar;F:\apache-maven-3.3.9\repository\com\vdurmont\emoji-java\3.1.3\emoji-java-3.1.3.jar;F:\apache-maven-3.3.9\repository\org\quartz-scheduler\quartz\2.2.3\quartz-2.2.3.jar;F:\apache-maven-3.3.9\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar;F:\apache-maven-3.3.9\repository\org\apache\shiro\shiro-web\1.2.5\shiro-web-1.2.5.jar;F:\apache-maven-3.3.9\repository\org\apache\shiro\shiro-core\1.2.5\shiro-core-1.2.5.jar;F:\apache-maven-3.3.9\repository\commons-beanutils\commons-beanutils\1.8.3\commons-beanutils-1.8.3.jar;F:\apache-maven-3.3.9\repository\org\slf4j\slf4j-log4j12\1.7.21\slf4j-log4j12-1.7.21.jar;F:\apache-maven-3.3.9\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar;F:\apache-maven-3.3.9\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;F:\apache-maven-3.3.9\repository\cn\apiclub\tool\simplecaptcha\1.2.2\simplecaptcha-1.2.2.jar;F:\apache-maven-3.3.9\repository\com\alibaba\druid\1.0.25\druid-1.0.25.jar;F:\apache-maven-3.3.9\repository\mysql\mysql-connector-java\5.1.39\mysql-connector-java-5.1.39.jar;F:\apache-maven-3.3.9\repository\net\sourceforge\jtds\jtds\1.3.1\jtds-1.3.1.jar;F:\apache-maven-3.3.9\repository\com\google\zxing\javase\3.2.1\javase-3.2.1.jar;F:\apache-maven-3.3.9\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar;F:\apache-maven-3.3.9\repository\com\beust\jcommander\1.48\jcommander-1.48.jar;F:\apache-maven-3.3.9\repository\net\sf\ehcache\ehcache\2.10.2.2.21\ehcache-2.10.2.2.21.jar;F:\apache-maven-3.3.9\repository\redis\clients\jedis\2.8.1\jedis-2.8.1.jar;F:\apache-maven-3.3.9\repository\org\apache\commons\commons-pool2\2.4.2\commons-pool2-2.4.2.jar;F:\apache-maven-3.3.9\repository\org\apache\commons\commons-email\1.4\commons-email-1.4.jar;F:\apache-maven-3.3.9\repository\com\sun\mail\javax.mail\1.5.5\javax.mail-1.5.5.jar;F:\apache-maven-3.3.9\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar;F:\apache-maven-3.3.9\repository\org\apache\commons\commons-lang3\3.4\commons-lang3-3.4.jar;F:\apache-maven-3.3.9\repository\org\apache\shiro\shiro-all\1.3.2\shiro-all-1.3.2.jar;F:\apache-maven-3.3.9\repository\commons-beanutils\commons-beanutils-core\1.8.3\commons-beanutils-core-1.8.3.jar;F:\apache-maven-3.3.9\repository\com\ibeetl\beetl\2.5.2\beetl-2.5.2.jar;F:\apache-maven-3.3.9\repository\org\antlr\antlr4-runtime\4.2\antlr4-runtime-4.2.jar;F:\apache-maven-3.3.9\repository\org\abego\treelayout\org.abego.treelayout.core\1.0.1\org.abego.treelayout.core-1.0.1.jar;F:\apache-maven-3.3.9\repository\org\antlr\antlr4-annotations\4.2\antlr4-annotations-4.2.jar;F:\apache-maven-3.3.9\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar;F:\apache-maven-3.3.9\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;F:\apache-maven-3.3.9\repository\commons-logging\commons-logging\1.1\commons-logging-1.1.jar;F:\apache-maven-3.3.9\repository\org\brickred\socialauth\4.12\socialauth-4.12.jar;F:\apache-maven-3.3.9\repository\org\json\json\20160212\json-20160212.jar;F:\apache-maven-3.3.9\repository\io\jsonwebtoken\jjwt\0.6.0\jjwt-0.6.0.jar;F:\apache-maven-3.3.9\repository\com\fasterxml\jackson\core\jackson-databind\2.8.1\jackson-databind-2.8.1.jar;F:\apache-maven-3.3.9\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;F:\apache-maven-3.3.9\repository\com\fasterxml\jackson\core\jackson-core\2.8.1\jackson-core-2.8.1.jar;D:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.1\lib\idea_rt.jar" cn.enilu.common.code.Generator -i good -u /platform/opo -p cn.wizzer.modules -v index_add_detail_edit_ -mod models.opo -ctr controllers.platform.opo -sev services.opo controller service view
Connected to the target VM, address: '127.0.0.1:49424', transport: 'socket'
2016-10-25 14:14:36,123 org.nutz.resource.Scans.<init>(Scans.java:497) DEBUG - Locations for Scans:
[Dir[path=E:\IdeaProjects\opo], Jar[path=F:\apache-maven-3.3.9\repository\org\nutz\nutz\1.r.58\nutz-1.r.58.jar], Dir[path=E:\IdeaProjects\opo\target\classes], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\charsets.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\deploy.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\access-bridge-32.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\cldrdata.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\dnsns.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\jaccess.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\jfxrt.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\localedata.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\nashorn.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunec.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunjce_provider.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunmscapi.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\sunpkcs11.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\ext\zipfs.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\javaws.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jce.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jfr.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jfxswt.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\jsse.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\management-agent.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\plugin.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\resources.jar], Jar[path=C:\Program Files (x86)\Java\jdk1.8.0_45\jre\lib\rt.jar], Jar[path=F:\apache-maven-3.3.9\repository\javax\servlet\javax.servlet-api\3.1.0\javax.servlet-api-3.1.0.jar], Jar[path=F:\apache-maven-3.3.9\repository\javax\servlet\servlet-api\2.5\servlet-api-2.5.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\nutz\nutz-plugins-daocache\1.r.58\nutz-plugins-daocache-1.r.58.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\nutz\nutz-integration-quartz\1.r.58\nutz-integration-quartz-1.r.58.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\nutz\nutz-integration-shiro\1.r.58\nutz-integration-shiro-1.r.58.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\nutz\nutzwx\1.r.58\nutzwx-1.r.58.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\nutz\nutz-plugins-views\1.r.58\nutz-plugins-views-1.r.58.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\nutz\nutz-plugins-sfntly\1.r.58\nutz-plugins-sfntly-1.r.58.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\ibm\icu\icu4j\4.8.1.1\icu4j-4.8.1.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\cn\enilu\tools\nutzwk-code-generator\1.1\nutzwk-code-generator-1.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\atteo\evo-inflector\1.0.1\evo-inflector-1.0.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\commons-cli\commons-cli\1.2\commons-cli-1.2.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\apache\velocity\velocity\1.7\velocity-1.7.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\vdurmont\emoji-java\3.1.3\emoji-java-3.1.3.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\quartz-scheduler\quartz\2.2.3\quartz-2.2.3.jar], Jar[path=F:\apache-maven-3.3.9\repository\c3p0\c3p0\0.9.1.1\c3p0-0.9.1.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\apache\shiro\shiro-web\1.2.5\shiro-web-1.2.5.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\apache\shiro\shiro-core\1.2.5\shiro-core-1.2.5.jar], Jar[path=F:\apache-maven-3.3.9\repository\commons-beanutils\commons-beanutils\1.8.3\commons-beanutils-1.8.3.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\slf4j\slf4j-log4j12\1.7.21\slf4j-log4j12-1.7.21.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\slf4j\slf4j-api\1.7.21\slf4j-api-1.7.21.jar], Jar[path=F:\apache-maven-3.3.9\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar], Jar[path=F:\apache-maven-3.3.9\repository\cn\apiclub\tool\simplecaptcha\1.2.2\simplecaptcha-1.2.2.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\alibaba\druid\1.0.25\druid-1.0.25.jar], Jar[path=F:\apache-maven-3.3.9\repository\mysql\mysql-connector-java\5.1.39\mysql-connector-java-5.1.39.jar], Jar[path=F:\apache-maven-3.3.9\repository\net\sourceforge\jtds\jtds\1.3.1\jtds-1.3.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\google\zxing\javase\3.2.1\javase-3.2.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\google\zxing\core\3.2.1\core-3.2.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\beust\jcommander\1.48\jcommander-1.48.jar], Jar[path=F:\apache-maven-3.3.9\repository\net\sf\ehcache\ehcache\2.10.2.2.21\ehcache-2.10.2.2.21.jar], Jar[path=F:\apache-maven-3.3.9\repository\redis\clients\jedis\2.8.1\jedis-2.8.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\apache\commons\commons-pool2\2.4.2\commons-pool2-2.4.2.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\apache\commons\commons-email\1.4\commons-email-1.4.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\sun\mail\javax.mail\1.5.5\javax.mail-1.5.5.jar], Jar[path=F:\apache-maven-3.3.9\repository\javax\activation\activation\1.1.1\activation-1.1.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\apache\commons\commons-lang3\3.4\commons-lang3-3.4.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\apache\shiro\shiro-all\1.3.2\shiro-all-1.3.2.jar], Jar[path=F:\apache-maven-3.3.9\repository\commons-beanutils\commons-beanutils-core\1.8.3\commons-beanutils-core-1.8.3.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\ibeetl\beetl\2.5.2\beetl-2.5.2.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\antlr\antlr4-runtime\4.2\antlr4-runtime-4.2.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\abego\treelayout\org.abego.treelayout.core\1.0.1\org.abego.treelayout.core-1.0.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\antlr\antlr4-annotations\4.2\antlr4-annotations-4.2.jar], Jar[path=F:\apache-maven-3.3.9\repository\commons-collections\commons-collections\3.2.1\commons-collections-3.2.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar], Jar[path=F:\apache-maven-3.3.9\repository\commons-logging\commons-logging\1.1\commons-logging-1.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\brickred\socialauth\4.12\socialauth-4.12.jar], Jar[path=F:\apache-maven-3.3.9\repository\org\json\json\20160212\json-20160212.jar], Jar[path=F:\apache-maven-3.3.9\repository\io\jsonwebtoken\jjwt\0.6.0\jjwt-0.6.0.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\fasterxml\jackson\core\jackson-databind\2.8.1\jackson-databind-2.8.1.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar], Jar[path=F:\apache-maven-3.3.9\repository\com\fasterxml\jackson\core\jackson-core\2.8.1\jackson-core-2.8.1.jar], Jar[path=D:\Program Files (x86)\JetBrains\IntelliJ IDEA 2016.2.1\lib\idea_rt.jar]]
2016-10-25 14:14:36,154 org.nutz.resource.Scans.scan(Scans.java:262) DEBUG - Found 1 resource by src( /code/code.json ) , regex( ^(.+[.])(js|json)$ )
2016-10-25 14:14:36,154 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:48) DEBUG - loading ioc js config from [code.json]
2016-10-25 14:14:36,185 org.nutz.castor.Castors.reload(Castors.java:115) DEBUG - Using 94 castor for Castors
2016-10-25 14:14:36,185 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:56) DEBUG - Loaded 1 bean define from path=[/code/code.json] --> [loader]
2016-10-25 14:14:36,185 org.nutz.ioc.impl.NutIoc.<init>(NutIoc.java:98) INFO  - NutIoc init begin ...
2016-10-25 14:14:36,201 org.nutz.ioc.impl.NutIoc.<init>(NutIoc.java:115) INFO  - ... NutIoc init complete
2016-10-25 14:14:36,201 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:151) DEBUG - Get 'loader'<class cn.enilu.common.code.Loader>
2016-10-25 14:14:36,201 org.nutz.ioc.aop.SimpleAopMaker.<init>(SimpleAopMaker.java:79) DEBUG - Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
2016-10-25 14:14:36,201 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:177) DEBUG - 	 >> Load definition name=loader
2016-10-25 14:14:36,201 org.nutz.ioc.loader.map.MapLoader.load(MapLoader.java:67) DEBUG - Loading define for name=loader
2016-10-25 14:14:36,201 org.nutz.ioc.loader.combo.ComboIocLoader.load(ComboIocLoader.java:169) DEBUG - Found IocObject(loader) in JsonLoader(paths=[/code/code.json])
2016-10-25 14:14:36,201 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:209) DEBUG - 	 >> Make...'loader'<class cn.enilu.common.code.Loader>
2016-10-25 14:14:36,201 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:70) DEBUG - Load class cn.enilu.common.code.EntityDescLoader without AOP
2016-10-25 14:14:36,201 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:64) DEBUG - Save object 'loader' to [app] 
skip opo_order
generate good ...
generate GoodService.java
file src\main\java\cn\wizzer\modules\services\opo\GoodService.java exists, skipped
generate GoodController.java
file src\main\java\cn\wizzer\modules\controllers\platform\opo\GoodController.java exists, skipped
generate html:index.html
generate html:add.html
generate html:detail.html
generate html:edit.html
Disconnected from the target VM, address: '127.0.0.1:49424', transport: 'socket'
ERROR: JDWP Unable to get JNI 1.2 environment, jvm->GetEnv() return code = -2
JDWP exit error AGENT_ERROR_NO_JNI_ENV(183):  [util.c:840]
skip Opo_order
generate opo_good ...
generate GoodService.java
file src\main\java\cn\wizzer\modules\services\opo\GoodService.java exists, skipped
generate GoodController.java
file src\main\java\cn\wizzer\modules\controllers\platform\opo\GoodController.java exists, skipped
generate html:index.html
file src\main\webapp\WEB-INF\views\platform\opo\opo_good\index.html exists, skipped
generate html:add.html
file src\main\webapp\WEB-INF\views\platform\opo\opo_good\add.html exists, skipped
generate html:detail.html
file src\main\webapp\WEB-INF\views\platform\opo\opo_good\detail.html exists, skipped
generate html:edit.html
file src\main\webapp\WEB-INF\views\platform\opo\opo_good\edit.html exists, skipped
skip order
done!

Process finished with exit code 0

一般出错 删除 target 所有文件 可以解决问题

添加回复
请先登陆
回到顶部