NutzCN Logo
问答 nutzwk无法初始化创建表
发布于 1960天前 作者 qq_5a31be25 1553 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk

数据库版本 mysql Ver 8.0.13 for macos10.14 on x86_64

[DEBUG] 19:45:11.301 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<interface org.nutz.dao.Dao>
[ERROR] 19:45:11.302 cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:45) - dao是否为空:org.nutz.dao.impl.NutDao@38ae78b0
[DEBUG] 19:45:11.310 org.nutz.resource.Scans.scan(Scans.java:280) - Found 12 resource by src( cn/wizzer/app/sys/ ) , regex( ^.+[.]class$ )
[DEBUG] 19:45:11.700 org.nutz.dao.impl.sql.run.NutDaoExecutor.printSQL(NutDaoExecutor.java:388) - SELECT COUNT(*) FROM sys_user
[DEBUG] 19:45:11.716 org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:97) - SQLException
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'nutzwk_nb.sys_user' doesn't exist
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.Util.getInstance(Util.java:408)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2482)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2440)
at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2831)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2503)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:302)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2828)
at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:221)
at com.alibaba.druid.pool.DruidPooledStatement.executeQuery(DruidPooledStatement.java:291)
at org.nutz.dao.impl.sql.run.NutDaoExecutor._runSelect(NutDaoExecutor.java:246)
at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:53)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:66)
at org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:23)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
at org.nutz.dao.impl.interceptor.DaoLogInterceptor.filter(DaoLogInterceptor.java:22)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
at org.nutz.plugins.cache.dao.DaoCacheInterceptor._exec(DaoCacheInterceptor.java:28)
at org.nutz.plugins.cache.dao.CachedNutDaoExecutor.exec(CachedNutDaoExecutor.java:170)
at org.nutz.plugins.cache.dao.DaoCacheInterceptor.filter(DaoCacheInterceptor.java:18)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
at org.nutz.dao.DaoInterceptorChain.invoke(DaoInterceptorChain.java:139)
at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithoutTransaction(NutDaoRunner.java:126)
at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:93)
at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:82)
at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
at org.nutz.dao.impl.DaoSupport._exec(DaoSupport.java:252)
at org.nutz.dao.impl.NutDao.func(NutDao.java:773)
at org.nutz.dao.impl.NutDao.func(NutDao.java:754)
at org.nutz.dao.impl.NutDao._count(NutDao.java:741)
at org.nutz.dao.impl.NutDao.count(NutDao.java:699)
at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:54)
at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher$FM$init$64191edcfe00680c04e94b9099dc2ac3.invoke(DubboRpcSysMainLauncher.java)
at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:180)
at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
at org.nutz.boot.NbApp.execute(NbApp.java:210)
at org.nutz.boot.NbApp.run(NbApp.java:178)
at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
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.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
at java.lang.Thread.run(Thread.java:748)
[DEBUG] 19:45:11.723 org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:28) - time=23ms, sql=SELECT COUNT(*) FROM sys_user
[DEBUG] 19:45:11.724 org.nutz.ioc.impl.ScopeContext.remove(ScopeContext.java:85) - Remove object 'dubboRpcSysMainLauncher' from [app] [ERROR] 19:45:11.724 org.nutz.boot.NbApp.execute(NbApp.java:220) - something happen!!
org.nutz.ioc.IocException: IocBean[dubboRpcSysMainLauncher] throw Exception when creating
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:152)
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
at org.nutz.boot.NbApp.execute(NbApp.java:210)
at org.nutz.boot.NbApp.run(NbApp.java:178)
at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
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.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
at java.lang.Thread.run(Thread.java:748)
Caused by: org.nutz.dao.DaoException: !Nutz SQL Error: 'SELECT COUNT(*) FROM sys_user '
PreparedStatement:
'SELECT COUNT(*) FROM sys_user '
CaseMessage=Table 'nutzwk_nb.sys_user' doesn't exist
at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:104)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:66)
at org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:23)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
at org.nutz.dao.impl.interceptor.DaoLogInterceptor.filter(DaoLogInterceptor.java:22)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
at org.nutz.plugins.cache.dao.DaoCacheInterceptor._exec(DaoCacheInterceptor.java:28)
at org.nutz.plugins.cache.dao.CachedNutDaoExecutor.exec(CachedNutDaoExecutor.java:170)
at org.nutz.plugins.cache.dao.DaoCacheInterceptor.filter(DaoCacheInterceptor.java:18)
at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
at org.nutz.dao.DaoInterceptorChain.invoke(DaoInterceptorChain.java:139)
at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithoutTransaction(NutDaoRunner.java:126)
at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:93)
at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:82)
at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
at org.nutz.dao.impl.DaoSupport._exec(DaoSupport.java:252)
at org.nutz.dao.impl.NutDao.func(NutDao.java:773)
at org.nutz.dao.impl.NutDao.func(NutDao.java:754)
at org.nutz.dao.impl.NutDao._count(NutDao.java:741)
at org.nutz.dao.impl.NutDao.count(NutDao.java:699)
at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:54)
at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher$FM$init$64191edcfe00680c04e94b9099dc2ac3.invoke(DubboRpcSysMainLauncher.java)
at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:180)
at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
... 12 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'nutzwk_nb.sys_user' doesn't exist
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.Util.getInstance(Util.java:408)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2482)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2440)
at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2831)
at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2503)
at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:302)
at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2828)
at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:221)
at com.alibaba.druid.pool.DruidPooledStatement.executeQuery(DruidPooledStatement.java:291)
at org.nutz.dao.impl.sql.run.NutDaoExecutor._runSelect(NutDaoExecutor.java:246)
at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:53)
... 37 more
[INFO ] 19:45:11.735 org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:287) - org.nutz.ioc.impl.NutIoc@2082269890 is closing. startup date [18-12-06 19:45:07.856] [DEBUG] 19:45:11.735 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '09253gio2simbriugtqk5c2e7k' ...

5 回复
/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/bin/java -Dmaven.multiModuleProjectDirectory=/Users/lht/workspace/idea_workspace/NutzWk/wk-app/wk-nb-service-sys -DarchetypeCatalog=internal -Dmaven.home=/Users/lht/lht_work/maven/apache-maven-3.6.0 -Dclassworlds.conf=/Users/lht/lht_work/maven/apache-maven-3.6.0/bin/m2.conf "-javaagent:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar=52681:/Applications/IntelliJ IDEA.app/Contents/bin" -Dfile.encoding=UTF-8 -classpath /Users/lht/lht_work/maven/apache-maven-3.6.0/boot/plexus-classworlds-2.5.2.jar org.codehaus.classworlds.Launcher -Didea.version=2018.3.1 -s /Users/lht/lht_work/maven/local_warehouse/settings.xml -Dmaven.repo.local=/Users/lht/lht_work/maven/local_warehouse/repository org.nutz.boot:nutzboot-maven-plugin:2.3-SNAPSHOT:run
[INFO] Scanning for projects...
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-parent/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-parent/2.3-SNAPSHOT/maven-metadata.xml (598 B at 946 B/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/boot/nutzboot-maven-plugin/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/boot/nutzboot-maven-plugin/2.3-SNAPSHOT/maven-metadata.xml (1.2 kB at 18 kB/s)
[INFO] 
[INFO] ------------------< cn.wizzer.app:wk-nb-service-sys >-------------------
[INFO] Building wk-nb-service-sys 5.1.1
[INFO] --------------------------------[ jar ]---------------------------------
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-nutz-dao/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-nutz-dao/2.3-SNAPSHOT/maven-metadata.xml (993 B at 16 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter/2.3-SNAPSHOT/maven-metadata.xml (599 B at 7.1 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-plugins-daocache/1.r.67-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-plugins-daocache/1.r.67-SNAPSHOT/maven-metadata.xml (1.2 kB at 12 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzmore/1.r.67-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzmore/1.r.67-SNAPSHOT/maven-metadata.xml (597 B at 7.6 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz/1.r.67-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz/1.r.67-SNAPSHOT/maven-metadata.xml (1.2 kB at 15 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-core/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-core/2.3-SNAPSHOT/maven-metadata.xml (981 B at 16 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-integration-json4excel/1.r.67-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-integration-json4excel/1.r.67-SNAPSHOT/maven-metadata.xml (1.2 kB at 16 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-dubbo/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-dubbo/2.3-SNAPSHOT/maven-metadata.xml (990 B at 13 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-integration-dubbo/1.r.67-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-integration-dubbo/1.r.67-SNAPSHOT/maven-metadata.xml (1.2 kB at 19 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-jdbc/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-jdbc/2.3-SNAPSHOT/maven-metadata.xml (989 B at 16 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-redis/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-redis/2.3-SNAPSHOT/maven-metadata.xml (990 B at 15 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-integration-jedis/1.r.67-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-integration-jedis/1.r.67-SNAPSHOT/maven-metadata.xml (1.2 kB at 20 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-wkcache/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-wkcache/2.3-SNAPSHOT/maven-metadata.xml (992 B at 16 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-plugins-wkcache/1.r.67-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutz-plugins-wkcache/1.r.67-SNAPSHOT/maven-metadata.xml (1.2 kB at 21 kB/s)
Downloading from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-test-junit4/2.3-SNAPSHOT/maven-metadata.xml
Downloaded from nutz-snapshots: https://jfrog.nutz.cn/artifactory/snapshots/org/nutz/nutzboot-starter-test-junit4/2.3-SNAPSHOT/maven-metadata.xml (996 B at 17 kB/s)
[INFO] 
[INFO] --- nutzboot-maven-plugin:2.3-SNAPSHOT:run (default-cli) @ wk-nb-service-sys ---
[INFO ] 19:45:07.690 org.nutz.boot.banner.SimpleBannerPrinter.printBanner(SimpleBannerPrinter.java:34) - 
 _  _ _   _ _____ ______      ___  __
| \| | | | |_   _|_  /\ \    / / |/ /
| .` | |_| | | |  / /  \ \/\/ /| ' <
|_|\_|\___/  |_| /___|  \_/\_/ |_|\_\

:: Built with NutzWk

[DEBUG] 19:45:07.702 org.nutz.resource.Scans.printLocations(Scans.java:527) - Locations count=4 time use 4ms
[DEBUG] 19:45:07.713 org.nutz.resource.Scans.scan(Scans.java:280) - Found 1 resource by src( custom/ ) , regex( ^.+[.]properties$ )
[DEBUG] 19:45:07.714 org.nutz.ioc.impl.PropertiesProxy.setPaths(PropertiesProxy.java:114) - load properties from jar:file:/Users/lht/lht_work/maven/local_warehouse/repository/org/nutz/nutzboot-core/2.3-SNAPSHOT/nutzboot-core-2.3-SNAPSHOT.jar!/custom/emtry.properties
[DEBUG] 19:45:07.717 org.nutz.boot.config.impl.PropertiesConfigureLoader.init(PropertiesConfigureLoader.java:40) - load /Users/lht/workspace/idea_workspace/NutzWk/wk-app/wk-nb-service-sys/target/classes/application.properties
[DEBUG] 19:45:07.731 org.nutz.resource.Scans.scan(Scans.java:280) - Found 1 resource by src( ioc/ ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 19:45:07.732 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:49) - loading [emtry.json]
[DEBUG] 19:45:07.732 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:57) - Loaded 0 bean define from path=[ioc/] --> []
[DEBUG] 19:45:07.771 org.nutz.castor.Castors.reload(Castors.java:116) - Using 107 castor for Castors
[DEBUG] 19:45:07.780 org.nutz.ioc.aop.SimpleAopMaker.<init>(SimpleAopMaker.java:79) - Load AopConfigure for anno=org.nutz.aop.interceptor.async.Async by type=org.nutz.aop.interceptor.async.AsyncAopIocLoader
[INFO ] 19:45:07.784 org.nutz.ioc.loader.annotation.AnnotationIocLoader.<init>(AnnotationIocLoader.java:51) -  > scan 'cn.wizzer'
[DEBUG] 19:45:07.788 org.nutz.resource.Scans.scan(Scans.java:280) - Found 12 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[INFO ] 19:45:07.797 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dubboRpcSysMainLauncher                 ' - cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher
[INFO ] 19:45:07.804 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysUnitServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl
[INFO ] 19:45:07.812 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysDictServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl
[INFO ] 19:45:07.813 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysMsgUserServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl
[INFO ] 19:45:07.815 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysMenuServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl
[INFO ] 19:45:07.816 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysConfigServiceImpl                    ' - cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl
[INFO ] 19:45:07.816 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysLogServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl
[INFO ] 19:45:07.818 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysRoleServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl
[INFO ] 19:45:07.819 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysUserServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl
[INFO ] 19:45:07.820 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysRouteServiceImpl                     ' - cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl
[INFO ] 19:45:07.821 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysMsgServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl
[INFO ] 19:45:07.822 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'sysTaskServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl
[INFO ] 19:45:07.822 org.nutz.ioc.loader.annotation.AnnotationIocLoader.<init>(AnnotationIocLoader.java:51) -  > scan 'org.nutz.boot.starter'
[DEBUG] 19:45:07.823 org.nutz.resource.Scans.scan(Scans.java:280) - Found 16 resource by src( org/nutz/boot/starter/ ) , regex( ^.+[.]class$ )
[INFO ] 19:45:07.829 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dubboStarter                            ' - org.nutz.boot.starter.dubbo.DubboStarter
[INFO ] 19:45:07.829 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'nutDaoStarter                           ' - org.nutz.boot.starter.nutz.dao.NutDaoStarter
[DEBUG] 19:45:07.833 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:247) - Found @IocBean method : NutDaoStarter.getSqlManager(...) define as name=sqlManager
[DEBUG] 19:45:07.834 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:247) - Found @IocBean method : NutDaoStarter.createCacheSerializer(...) define as name=daoCacheSerializer
[DEBUG] 19:45:07.835 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:247) - Found @IocBean method : NutDaoStarter.createDaoCacheInterceptor(...) define as name=daoCacheInterceptor
[DEBUG] 19:45:07.835 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:247) - Found @IocBean method : NutDaoStarter.getDao(...) define as name=dao
[INFO ] 19:45:07.840 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'druidWebStatFilterStarter               ' - org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter
[INFO ] 19:45:07.842 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'druidWebStatServletStarter              ' - org.nutz.boot.starter.jdbc.DruidWebStatServletStarter
[INFO ] 19:45:07.843 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dataSourceStarter                       ' - org.nutz.boot.starter.jdbc.DataSourceStarter
[DEBUG] 19:45:07.844 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:247) - Found @IocBean method : DataSourceStarter.getDataSource(...) define as name=dataSource
[DEBUG] 19:45:07.844 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:247) - Found @IocBean method : DataSourceStarter.createDruidDataSource(...) define as name=druidDataSource
[DEBUG] 19:45:07.844 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:247) - Found @IocBean method : DataSourceStarter.createHikariCPDataSource(...) define as name=hikariDataSource
[DEBUG] 19:45:07.845 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/lht/lht_work/maven/local_warehouse/repository/org/nutz/nutzboot-starter-dubbo/2.3-SNAPSHOT/nutzboot-starter-dubbo-2.3-SNAPSHOT.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 19:45:07.845 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/lht/lht_work/maven/local_warehouse/repository/org/nutz/nutzboot-starter-nutz-dao/2.3-SNAPSHOT/nutzboot-starter-nutz-dao-2.3-SNAPSHOT.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 19:45:07.845 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/lht/lht_work/maven/local_warehouse/repository/org/nutz/nutzboot-starter-jdbc/2.3-SNAPSHOT/nutzboot-starter-jdbc-2.3-SNAPSHOT.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 19:45:07.846 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/lht/lht_work/maven/local_warehouse/repository/org/nutz/nutzboot-starter-redis/2.3-SNAPSHOT/nutzboot-starter-redis-2.3-SNAPSHOT.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 19:45:07.846 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/lht/lht_work/maven/local_warehouse/repository/org/nutz/nutzboot-starter-wkcache/2.3-SNAPSHOT/nutzboot-starter-wkcache-2.3-SNAPSHOT.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[INFO ] 19:45:07.851 org.nutz.boot.NbApp.prepare(NbApp.java:290) - Configure Manual:
|id  |key                                     |required  |Possible Values     |Default   |Description         |                                starters|
|----|----------------------------------------|----------|--------------------|----------|--------------------|----------------------------------------|
|0   |druid.web.filter.exclusions             |no        |                    |          |需要排除的路径             |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|1   |druid.web.filter.principalCookieName    |no        |                    |          |用户权限信息的cookie属性名称   |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|2   |druid.web.filter.principalSessionName   |no        |                    |          |用户权限信息的session属性名称  |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|3   |druid.web.filter.profileEnable          |no        |                    |          |是否开启性能监控            |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|4   |druid.web.filter.realIpHeader           |no        |                    |          |Header中ReadIp对应的key |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|5   |druid.web.filter.sessionStatEnable      |no        |                    |true      |是否开启session状态监控     |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|6   |druid.web.filter.sessionStatMaxCount    |no        |                    |          |session最大状态数量       |org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter|
|7   |druid.web.servlet.allow                 |no        |                    |          |允许访问的ip列表           |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|8   |druid.web.servlet.deny                  |no        |                    |          |禁止访问的ip列表           |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|9   |druid.web.servlet.jmxPassword           |no        |                    |          |JMX的密码              |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|10  |druid.web.servlet.jmxUrl                |no        |                    |          |读取JMX信息的URL         |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|11  |druid.web.servlet.jmxUsername           |no        |                    |          |JMX的用户名             |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|12  |druid.web.servlet.loginPassword         |no        |                    |随机值,打印在日志中|访问monitor页面的密码      |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|13  |druid.web.servlet.loginUsername         |no        |                    |driud     |访问monitor页面的用户名     |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|14  |druid.web.servlet.resetEnable           |no        |                    |true      |是否允许重置统计结果          |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|15  |jdbc.password                           |no        |                    |          |数据库密码               |org.nutz.boot.starter.jdbc.DataSourceStarter|
|16  |jdbc.type                               |no        |druid,simple,hikari |druid     |连接池类型               |org.nutz.boot.starter.jdbc.DataSourceStarter|
|17  |jdbc.url                                |yes       |                    |          |JDBC URL            |org.nutz.boot.starter.jdbc.DataSourceStarter|
|18  |jdbc.username                           |no        |                    |          |数据库用户名              |org.nutz.boot.starter.jdbc.DataSourceStarter|
|19  |nutz.dao.interceptor.cache.cache4Null   |no        |                    |true      |是否缓存null结果          |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|20  |nutz.dao.interceptor.cache.debug        |no        |                    |false     |打印daocache详细调试日志    |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|21  |nutz.dao.interceptor.cache.enable       |no        |                    |false     |是否使用daocache        |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|22  |nutz.dao.interceptor.cache.enableWhenTrans|no        |                    |false     |事务内是否启用daocache     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|23  |nutz.dao.interceptor.cache.provider.ioc.name|no        |                    |daoCacheProvider|daocache提供者DaoCacheProvider的IocBean名称|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|24  |nutz.dao.interceptor.cache.provider.memory.cacheSize|no        |                    |          |daocache提供者MemoryDaoCacheProvider的默认缓存大小|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|25  |nutz.dao.interceptor.cache.provider.type|no        |memory,ehcache,jedis,ioc|memory    |daocache提供者         |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|26  |nutz.dao.interceptor.cache.table.names  |no        |                    |          |需要缓存的表名称,英文逗号分隔     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|27  |nutz.dao.interceptor.cache.table.pattern|no        |                    |          |需要缓存的表名称的正则表达式      |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|28  |nutz.dao.interceptor.log.enable         |no        |                    |true      |是否打印dao的SQL日志       |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|29  |nutz.dao.interceptor.time.enable        |no        |                    |false     |是否打印dao的SQL耗时日志     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|30  |nutz.dao.sqls.path                      |no        |                    |sqls/     |sql目录               |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|31  |redis.database                          |no        |                    |0         |redis数据库序号          |org.nutz.boot.starter.redis.JedisStarter|
|32  |redis.host                              |no        |                    |127.0.0.1 |redis服务器ip或域名       |org.nutz.boot.starter.redis.JedisStarter|
|33  |redis.max_redir                         |no        |                    |10        |redis集群最大重定向次数      |org.nutz.boot.starter.redis.JedisStarter|
|34  |redis.nodes                             |no        |                    |          |redis集群节点列表         |org.nutz.boot.starter.redis.JedisStarter|
|35  |redis.password                          |no        |                    |          |redis密码             |org.nutz.boot.starter.redis.JedisStarter|
|36  |redis.port                              |no        |                    |6379      |redis服务器端口          |org.nutz.boot.starter.redis.JedisStarter|
|37  |redis.soTimeout                         |no        |                    |0         |redis写超时            |org.nutz.boot.starter.redis.JedisStarter|
|38  |redis.timeout                           |no        |                    |2000      |redis读写超时           |org.nutz.boot.starter.redis.JedisStarter|
[INFO ] 19:45:07.857 org.nutz.ioc.impl.NutIoc.<init>(NutIoc.java:130) - ... NutIoc init complete
[DEBUG] 19:45:07.858 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'appContext' to [app] 
[DEBUG] 19:45:07.858 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'conf' to [app] 
[DEBUG] 19:45:07.858 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'nbApp' to [app] 
[DEBUG] 19:45:07.858 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'counterService' to [app] 
[DEBUG] 19:45:07.862 org.nutz.boot.starter.dubbo.DubboIocLoaderStarter.getIocLoader(DubboIocLoaderStarter.java:34) - using dubbo configure from PropertiesProxy
[DEBUG] 19:45:07.862 org.nutz.boot.AppContext.getServerPort(AppContext.java:344) - select random port=16272 for dubbo.protocol.port
[INFO ] 19:45:07.867  - using logger: com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
[DEBUG] 19:45:07.951 org.nutz.resource.Scans.scan(Scans.java:280) - Found 1 resource by src( org/nutz/integration/jedis/jedis.js ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 19:45:07.951 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:49) - loading [org/nutz/integration/jedis/jedis.js]
[DEBUG] 19:45:07.952 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:57) - Loaded 9 bean define from path=[org/nutz/integration/jedis/jedis.js] --> [redisService, jedisCluster, jedisClusterNodes, jedisClusterWrapper, pubSubService, jedisPoolConfig, jedisPool, jedisAgent, redis]
[INFO ] 19:45:07.953 org.nutz.ioc.loader.annotation.AnnotationIocLoader.<init>(AnnotationIocLoader.java:51) -  > scan 'org.nutz.plugins.wkcache'
[DEBUG] 19:45:07.954 org.nutz.resource.Scans.scan(Scans.java:280) - Found 13 resource by src( org/nutz/plugins/wkcache/ ) , regex( ^.+[.]class$ )
[INFO ] 19:45:07.958 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'wkcacheRemoveEntryInterceptor           ' - org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor
[INFO ] 19:45:07.976 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'wkcacheResultInterceptor                ' - org.nutz.plugins.wkcache.WkcacheResultInterceptor
[INFO ] 19:45:07.979 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'wkcacheUpdateInterceptor                ' - org.nutz.plugins.wkcache.WkcacheUpdateInterceptor
[INFO ] 19:45:07.980 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'wkcacheRemoveAllInterceptor             ' - org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor
[INFO ] 19:45:07.981 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add '$aop_wkcache                            ' - org.nutz.plugins.wkcache.WkcacheAopConfigure
[DEBUG] 19:45:07.982 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 19:45:07.983 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 19:45:07.983 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=$aop_async
[DEBUG] 19:45:07.984 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:07.984 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 19:45:08.020 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '$aop_async' to [app] 
[DEBUG] 19:45:08.033 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 19:45:08.034 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=$aop_wkcache
[DEBUG] 19:45:08.034 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_wkcache) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 19:45:08.035 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 19:45:08.036 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '$aop_wkcache' to [app] 
[DEBUG] 19:45:08.039 org.nutz.ioc.aop.SimpleAopMaker.<init>(SimpleAopMaker.java:79) - Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
[DEBUG] 19:45:08.040 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboStarter
[DEBUG] 19:45:08.040 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.041 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 19:45:08.041 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboStarter' to [app] 
[DEBUG] 19:45:08.042 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.dubbo.DubboStarter without AOP
[DEBUG] 19:45:08.063 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 19:45:08.063 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=nutDaoStarter
[DEBUG] 19:45:08.064 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(nutDaoStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.065 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 19:45:08.066 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'nutDaoStarter' to [app] 
[DEBUG] 19:45:08.068 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.nutz.dao.NutDaoStarter without AOP
[DEBUG] 19:45:08.075 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 19:45:08.076 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 19:45:08.076 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dataSourceStarter
[DEBUG] 19:45:08.077 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dataSourceStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.077 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 19:45:08.077 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dataSourceStarter' to [app] 
[DEBUG] 19:45:08.078 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.jdbc.DataSourceStarter without AOP
[DEBUG] 19:45:08.099 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 19:45:08.099 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 19:45:08.099 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=druidWebStatFilterStarter
[DEBUG] 19:45:08.099 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(druidWebStatFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.099 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 19:45:08.100 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'druidWebStatFilterStarter' to [app] 
[DEBUG] 19:45:08.101 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter without AOP
[DEBUG] 19:45:08.120 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 19:45:08.121 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 19:45:08.122 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=druidWebStatServletStarter
[DEBUG] 19:45:08.122 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(druidWebStatServletStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.123 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 19:45:08.123 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'druidWebStatServletStarter' to [app] 
[DEBUG] 19:45:08.123 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter without AOP
[DEBUG] 19:45:08.130 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 19:45:08.140 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 19:45:08.140 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 19:45:08.140 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboManager
[DEBUG] 19:45:08.141 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboManager) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:08.141 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 19:45:08.141 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboManager' to [app] 
[DEBUG] 19:45:08.141 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.DubboManager without AOP
[DEBUG] 19:45:08.150 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:08.150 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubbo_iobjs
[DEBUG] 19:45:08.151 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubbo_iobjs) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:08.151 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubbo_iobjs'<>
[DEBUG] 19:45:08.151 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubbo_iobjs' to [app] 
[DEBUG] 19:45:08.155 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class java.util.HashMap without AOP
[DEBUG] 19:45:08.156 org.nutz.integration.dubbo.DubboManager.init(DubboManager.java:31) - dubbo obj count=6
[DEBUG] 19:45:08.158 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 19:45:08.159 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboAnnotationBean
[DEBUG] 19:45:08.159 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboAnnotationBean) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:08.159 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 19:45:08.159 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboAnnotationBean' to [app] 
[DEBUG] 19:45:08.160 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.AnnotationBean without AOP
[DEBUG] 19:45:08.161 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:08.177 org.nutz.resource.Scans.scan(Scans.java:280) - Found 12 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[DEBUG] 19:45:08.229 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.rpc;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Protocol$Adaptive implements com.alibaba.dubbo.rpc.Protocol {
public void destroy() {throw new UnsupportedOperationException("method public abstract void com.alibaba.dubbo.rpc.Protocol.destroy() of interface com.alibaba.dubbo.rpc.Protocol is not adaptive method!");
}
public int getDefaultPort() {throw new UnsupportedOperationException("method public abstract int com.alibaba.dubbo.rpc.Protocol.getDefaultPort() of interface com.alibaba.dubbo.rpc.Protocol is not adaptive method!");
}
public com.alibaba.dubbo.rpc.Exporter export(com.alibaba.dubbo.rpc.Invoker arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.Protocol) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.Protocol extension = (com.alibaba.dubbo.rpc.Protocol)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.Protocol.class).getExtension(extName);
return extension.export(arg0);
}
public com.alibaba.dubbo.rpc.Invoker refer(java.lang.Class arg0, com.alibaba.dubbo.common.URL arg1) throws com.alibaba.dubbo.rpc.RpcException {
if (arg1 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg1;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.Protocol) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.Protocol extension = (com.alibaba.dubbo.rpc.Protocol)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.Protocol.class).getExtension(extName);
return extension.refer(arg0, arg1);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:08.355 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.rpc;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ProxyFactory$Adaptive implements com.alibaba.dubbo.rpc.ProxyFactory {
public java.lang.Object getProxy(com.alibaba.dubbo.rpc.Invoker arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getProxy(arg0);
}
public com.alibaba.dubbo.rpc.Invoker getInvoker(java.lang.Object arg0, java.lang.Class arg1, com.alibaba.dubbo.common.URL arg2) throws com.alibaba.dubbo.rpc.RpcException {
if (arg2 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg2;
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getInvoker(arg0, arg1, arg2);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:08.392 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:08.393 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:08.395 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:08.396 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:08.397 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:08.398 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:08.399 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:08.400 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:08.401 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:08.402 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:08.403 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:08.403 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysUnitServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl>
[DEBUG] 19:45:08.404 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysUnitServiceImpl
[DEBUG] 19:45:08.405 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:08.406 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysUnitServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl>
[DEBUG] 19:45:08.407 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysUnitServiceImpl' to [app] 
[DEBUG] 19:45:08.408 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:08.409 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dao
[DEBUG] 19:45:08.410 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dao) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.411 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dao'<>
[DEBUG] 19:45:08.413 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dao' to [app] 
[DEBUG] 19:45:08.413 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 19:45:08.414 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dataSource
[DEBUG] 19:45:08.414 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.414 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dataSource'<interface javax.sql.DataSource>
[DEBUG] 19:45:08.414 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dataSource' to [app] 
[DEBUG] 19:45:08.415 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSourceStarter'<>
[DEBUG] 19:45:08.418 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 19:45:08.419 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=druidDataSource
[DEBUG] 19:45:08.420 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(druidDataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.420 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 19:45:08.420 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'druidDataSource' to [app] 
[DEBUG] 19:45:08.421 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSourceStarter'<>
[DEBUG] 19:45:08.539 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 19:45:08.539 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sqlManager
[DEBUG] 19:45:08.540 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sqlManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:08.540 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 19:45:08.540 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sqlManager' to [app] 
[DEBUG] 19:45:08.540 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<>
[DEBUG] 19:45:08.550 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.dao.impl.NutDao without AOP
[DEBUG] 19:45:08.550 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 19:45:08.550 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 19:45:08.550 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<>
[DEBUG] 19:45:08.655 org.nutz.dao.jdbc.Jdbcs.<clinit>(Jdbcs.java:93) - Jdbcs init complete
[INFO ] 19:45:08.655 org.nutz.dao.jdbc.Jdbcs.getExpert(Jdbcs.java:106) - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 19:45:08.760 com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:930) - {dataSource-1} inited
[DEBUG] 19:45:09.152 org.nutz.dao.impl.DaoSupport.setDataSource(DaoSupport.java:188) - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 19:45:09.157 org.nutz.dao.impl.DaoSupport$1.invoke(DaoSupport.java:199) - JDBC Driver --> mysql-connector-java-5.1.46 ( Revision: 9cc87a48e75c2d2e87c1a293b2862ce651cb256e )
[DEBUG] 19:45:09.157 org.nutz.dao.impl.DaoSupport$1.invoke(DaoSupport.java:200) - JDBC Name   --> MySQL Connector Java
[DEBUG] 19:45:09.157 org.nutz.dao.impl.DaoSupport$1.invoke(DaoSupport.java:202) - JDBC URL    --> jdbc:mysql://127.0.0.1:3306/nutzwk_nb?useUnicode=true&characterEncoding=utf8&useSSL=false
[DEBUG] 19:45:09.172 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_client=utf8mb4
[DEBUG] 19:45:09.173 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_connection=utf8mb4
[DEBUG] 19:45:09.173 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_database=utf8mb4
[DEBUG] 19:45:09.173 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_filesystem=binary
[DEBUG] 19:45:09.173 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_results=
[DEBUG] 19:45:09.173 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_server=utf8mb4
[DEBUG] 19:45:09.173 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_system=utf8
[DEBUG] 19:45:09.173 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_sets_dir=/usr/local/mysql-8.0.13-macos10.14-x86_64/share/charsets/
[DEBUG] 19:45:09.176 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:219) - Mysql : binlog_format=ROW
[DEBUG] 19:45:09.177 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:226) - Mysql : database=nutzwk_nb
[DEBUG] 19:45:09.177 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:232) - Mysql : user=root@localhost
[DEBUG] 19:45:09.197 org.nutz.dao.impl.DaoSupport.setDataSource(DaoSupport.java:221) - Database info --> MYSQL:[MySQL - 8.0.13]
[DEBUG] 19:45:09.200 org.nutz.resource.Scans.scan(Scans.java:280) - Found 0 resource by src( sqls/ ) , regex( .(sql|sqlx|sqls)$ )
[DEBUG] 19:45:09.200 org.nutz.dao.impl.DaoSupport.setSqlManager(DaoSupport.java:121) - SqlManager Sql count=0
[DEBUG] 19:45:09.200 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'daoCacheInterceptor'<class org.nutz.plugins.cache.dao.DaoCacheInterceptor>
[DEBUG] 19:45:09.200 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=daoCacheInterceptor
[DEBUG] 19:45:09.200 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(daoCacheInterceptor) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:09.201 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'daoCacheInterceptor'<class org.nutz.plugins.cache.dao.DaoCacheInterceptor>
[DEBUG] 19:45:09.201 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'daoCacheInterceptor' to [app] 
[DEBUG] 19:45:09.205 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.plugins.cache.dao.DaoCacheInterceptor without AOP
[DEBUG] 19:45:09.205 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<>
[DEBUG] 19:45:09.206 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'daoCacheSerializer'<interface org.nutz.plugins.cache.dao.api.CacheSerializer>
[DEBUG] 19:45:09.206 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=daoCacheSerializer
[DEBUG] 19:45:09.206 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(daoCacheSerializer) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 19:45:09.207 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'daoCacheSerializer'<interface org.nutz.plugins.cache.dao.api.CacheSerializer>
[DEBUG] 19:45:09.207 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'daoCacheSerializer' to [app] 
[DEBUG] 19:45:09.207 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<>
[DEBUG] 19:45:09.209 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.209 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=txREAD_COMMITTED
[DEBUG] 19:45:09.209 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.209 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.210 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'txREAD_COMMITTED' to [app] 
[DEBUG] 19:45:09.212 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.220 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.283 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_unit
[DEBUG] 19:45:09.288 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.289 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.289 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.289 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.290 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.290 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.290 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.290 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.291 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysMenuServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl>
[DEBUG] 19:45:09.291 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysMenuServiceImpl
[DEBUG] 19:45:09.291 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.291 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysMenuServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl>
[DEBUG] 19:45:09.291 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysMenuServiceImpl' to [app] 
[DEBUG] 19:45:09.292 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.293 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.293 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.293 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.296 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.300 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_menu
[DEBUG] 19:45:09.301 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.302 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.302 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.303 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.304 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.305 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.306 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.306 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.308 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.308 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.308 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.309 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.310 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl>
[DEBUG] 19:45:09.311 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysUserServiceImpl
[DEBUG] 19:45:09.311 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.312 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl>
[DEBUG] 19:45:09.313 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysUserServiceImpl' to [app] 
[DEBUG] 19:45:09.314 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.316 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.316 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.319 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.326 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_user
[DEBUG] 19:45:09.326 org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:64) - name=sysMenuService not found, search for type=cn.wizzer.app.sys.modules.services.SysMenuService
[DEBUG] 19:45:09.327 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 19:45:09.328 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.328 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.328 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.328 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.329 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.329 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.329 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.330 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.331 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysDictServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl>
[DEBUG] 19:45:09.331 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysDictServiceImpl
[DEBUG] 19:45:09.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.332 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysDictServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl>
[DEBUG] 19:45:09.332 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysDictServiceImpl' to [app] 
[DEBUG] 19:45:09.333 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.334 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.335 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.338 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.345 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_dict
[DEBUG] 19:45:09.347 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.347 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.347 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.347 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.347 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.349 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.349 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.349 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.350 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.350 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.351 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysMsgUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl>
[DEBUG] 19:45:09.351 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysMsgUserServiceImpl
[DEBUG] 19:45:09.352 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.352 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysMsgUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl>
[DEBUG] 19:45:09.352 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysMsgUserServiceImpl' to [app] 
[DEBUG] 19:45:09.352 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.353 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl without AOP
[DEBUG] 19:45:09.354 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.362 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_msg_user
[DEBUG] 19:45:09.364 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.364 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.365 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.365 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.365 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.365 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.366 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.366 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.366 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.366 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.367 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysTaskServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl>
[DEBUG] 19:45:09.367 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysTaskServiceImpl
[DEBUG] 19:45:09.367 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.368 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysTaskServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl>
[DEBUG] 19:45:09.368 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysTaskServiceImpl' to [app] 
[DEBUG] 19:45:09.368 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.369 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl without AOP
[DEBUG] 19:45:09.369 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.376 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_task
[DEBUG] 19:45:09.378 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.379 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.380 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.380 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.380 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.381 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.381 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.381 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.381 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.381 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.382 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.382 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.382 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.382 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.383 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.383 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.383 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.384 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysRoleServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl>
[DEBUG] 19:45:09.384 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysRoleServiceImpl
[DEBUG] 19:45:09.384 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.384 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysRoleServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl>
[DEBUG] 19:45:09.385 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysRoleServiceImpl' to [app] 
[DEBUG] 19:45:09.386 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.387 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.388 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 19:45:09.396 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.406 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_role
[DEBUG] 19:45:09.408 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.408 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.409 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.409 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.409 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.409 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.409 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.409 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.409 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.410 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.410 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.410 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.410 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.410 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysRouteServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl>
[DEBUG] 19:45:09.410 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysRouteServiceImpl
[DEBUG] 19:45:09.410 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.410 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysRouteServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl>
[DEBUG] 19:45:09.411 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysRouteServiceImpl' to [app] 
[DEBUG] 19:45:09.411 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.411 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl without AOP
[DEBUG] 19:45:09.411 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.413 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_route
[DEBUG] 19:45:09.414 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.414 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.414 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.414 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.414 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.416 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.416 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysLogServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl>
[DEBUG] 19:45:09.416 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysLogServiceImpl
[DEBUG] 19:45:09.416 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.416 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysLogServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl>
[DEBUG] 19:45:09.416 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysLogServiceImpl' to [app] 
[DEBUG] 19:45:09.416 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.419 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.422 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_log
[DEBUG] 19:45:09.423 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.423 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.423 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.424 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.424 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.424 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.424 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.424 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.424 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.424 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.425 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.426 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysConfigServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl>
[DEBUG] 19:45:09.426 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysConfigServiceImpl
[DEBUG] 19:45:09.426 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.426 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysConfigServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl>
[DEBUG] 19:45:09.426 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysConfigServiceImpl' to [app] 
[DEBUG] 19:45:09.426 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.426 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl without AOP
[DEBUG] 19:45:09.426 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.428 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_config
[DEBUG] 19:45:09.429 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@1897688544
[DEBUG] 19:45:09.429 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.429 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@1897688544
[DEBUG] 19:45:09.430 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.430 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@1897688544
[DEBUG] 19:45:09.430 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@206054722
[DEBUG] 19:45:09.430 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.430 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.430 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.430 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysMsgServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl>
[DEBUG] 19:45:09.430 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sysMsgServiceImpl
[DEBUG] 19:45:09.430 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:09.431 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sysMsgServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl>
[DEBUG] 19:45:09.431 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sysMsgServiceImpl' to [app] 
[DEBUG] 19:45:09.431 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.431 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl without AOP
[DEBUG] 19:45:09.431 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 19:45:09.433 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_msg
[DEBUG] 19:45:09.434 org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:64) - name=sysMsgUserService not found, search for type=cn.wizzer.app.sys.modules.services.SysMsgUserService
[DEBUG] 19:45:09.434 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysMsgUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMsgUserService>
[DEBUG] 19:45:09.434 org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:64) - name=sysUserService not found, search for type=cn.wizzer.app.sys.modules.services.SysUserService
[DEBUG] 19:45:09.434 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sysUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysUserService>
[DEBUG] 19:45:09.435 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'q411m132p0jcto45ibarmg4iq9'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:09.435 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=q411m132p0jcto45ibarmg4iq9
[DEBUG] 19:45:09.435 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(q411m132p0jcto45ibarmg4iq9) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:09.435 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'q411m132p0jcto45ibarmg4iq9'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:09.435 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'q411m132p0jcto45ibarmg4iq9' to [app] 
[DEBUG] 19:45:09.441 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:09.442 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:09.476 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:09.476 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboApplicationConfig
[DEBUG] 19:45:09.476 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboApplicationConfig) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:09.476 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:09.476 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboApplicationConfig' to [app] 
[DEBUG] 19:45:09.477 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class com.alibaba.dubbo.config.ApplicationConfig without AOP
[DEBUG] 19:45:09.477 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:09.477 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboRegistryConfig
[DEBUG] 19:45:09.477 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRegistryConfig) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:09.478 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:09.478 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboRegistryConfig' to [app] 
[DEBUG] 19:45:09.478 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class com.alibaba.dubbo.config.RegistryConfig without AOP
[DEBUG] 19:45:09.478 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 19:45:09.478 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboPrototeConfig
[DEBUG] 19:45:09.478 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboPrototeConfig) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:09.479 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 19:45:09.479 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboPrototeConfig' to [app] 
[DEBUG] 19:45:09.479 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class com.alibaba.dubbo.config.ProtocolConfig without AOP
[DEBUG] 19:45:09.759 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.cache;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class CacheFactory$Adaptive implements com.alibaba.dubbo.cache.CacheFactory {
public com.alibaba.dubbo.cache.Cache getCache(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.rpc.Invocation arg1) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
if (arg1 == null) throw new IllegalArgumentException("invocation == null");
String methodName = arg1.getMethodName();
String extName = url.getMethodParameter(methodName, "cache", "lru");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.cache.CacheFactory) name from url(" + url.toString() + ") use keys([cache])");
com.alibaba.dubbo.cache.CacheFactory extension = (com.alibaba.dubbo.cache.CacheFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.cache.CacheFactory.class).getExtension(extName);
return extension.getCache(arg0, arg1);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.792 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.monitor;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class MonitorFactory$Adaptive implements com.alibaba.dubbo.monitor.MonitorFactory {
public com.alibaba.dubbo.monitor.Monitor getMonitor(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.monitor.MonitorFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.monitor.MonitorFactory extension = (com.alibaba.dubbo.monitor.MonitorFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.monitor.MonitorFactory.class).getExtension(extName);
return extension.getMonitor(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.820 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.validation;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Validation$Adaptive implements com.alibaba.dubbo.validation.Validation {
public com.alibaba.dubbo.validation.Validator getValidator(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("validation", "jvalidation");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.validation.Validation) name from url(" + url.toString() + ") use keys([validation])");
com.alibaba.dubbo.validation.Validation extension = (com.alibaba.dubbo.validation.Validation)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.validation.Validation.class).getExtension(extName);
return extension.getValidator(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:09.831 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgUserService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:09.831 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgUserService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:09.832 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysMsgUserService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096709483, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.841 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Cluster$Adaptive implements com.alibaba.dubbo.rpc.cluster.Cluster {
public com.alibaba.dubbo.rpc.Invoker join(com.alibaba.dubbo.rpc.cluster.Directory arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.cluster.Directory argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.cluster.Directory argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("cluster", "failover");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.Cluster) name from url(" + url.toString() + ") use keys([cluster])");
com.alibaba.dubbo.rpc.cluster.Cluster extension = (com.alibaba.dubbo.rpc.cluster.Cluster)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.Cluster.class).getExtension(extName);
return extension.join(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.849 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.registry;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class RegistryFactory$Adaptive implements com.alibaba.dubbo.registry.RegistryFactory {
public com.alibaba.dubbo.registry.Registry getRegistry(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.registry.RegistryFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.registry.RegistryFactory extension = (com.alibaba.dubbo.registry.RegistryFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.registry.RegistryFactory.class).getExtension(extName);
return extension.getRegistry(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.865 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.remoting;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Transporter$Adaptive implements com.alibaba.dubbo.remoting.Transporter {
public com.alibaba.dubbo.remoting.Client connect(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.remoting.ChannelHandler arg1) throws com.alibaba.dubbo.remoting.RemotingException {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("client", url.getParameter("transporter", "netty"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Transporter) name from url(" + url.toString() + ") use keys([client, transporter])");
com.alibaba.dubbo.remoting.Transporter extension = (com.alibaba.dubbo.remoting.Transporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Transporter.class).getExtension(extName);
return extension.connect(arg0, arg1);
}
public com.alibaba.dubbo.remoting.Server bind(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.remoting.ChannelHandler arg1) throws com.alibaba.dubbo.remoting.RemotingException {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("server", url.getParameter("transporter", "netty"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Transporter) name from url(" + url.toString() + ") use keys([server, transporter])");
com.alibaba.dubbo.remoting.Transporter extension = (com.alibaba.dubbo.remoting.Transporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Transporter.class).getExtension(extName);
return extension.bind(arg0, arg1);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.879 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.remoting;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Dispatcher$Adaptive implements com.alibaba.dubbo.remoting.Dispatcher {
public com.alibaba.dubbo.remoting.ChannelHandler dispatch(com.alibaba.dubbo.remoting.ChannelHandler arg0, com.alibaba.dubbo.common.URL arg1) {
if (arg1 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg1;
String extName = url.getParameter("dispatcher", url.getParameter("dispather", url.getParameter("channel.handler", "all")));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Dispatcher) name from url(" + url.toString() + ") use keys([dispatcher, dispather, channel.handler])");
com.alibaba.dubbo.remoting.Dispatcher extension = (com.alibaba.dubbo.remoting.Dispatcher)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Dispatcher.class).getExtension(extName);
return extension.dispatch(arg0, arg1);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.894 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.common.threadpool;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ThreadPool$Adaptive implements com.alibaba.dubbo.common.threadpool.ThreadPool {
public java.util.concurrent.Executor getExecutor(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("threadpool", "fixed");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.common.threadpool.ThreadPool) name from url(" + url.toString() + ") use keys([threadpool])");
com.alibaba.dubbo.common.threadpool.ThreadPool extension = (com.alibaba.dubbo.common.threadpool.ThreadPool)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.common.threadpool.ThreadPool.class).getExtension(extName);
return extension.getExecutor(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:09.922 com.alibaba.dubbo.remoting.transport.netty.NettyHelper$DubboLogger.debug(NettyHelper.java:73) -  [DUBBO] Couldn't determine the NIO constraint level from the system properties; using the safest level (2), dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.069 com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:65) -  [DUBBO] Start NettyServer bind /0.0.0.0:16272, export /192.168.2.1:16272, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.088 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.remoting.zookeeper;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ZookeeperTransporter$Adaptive implements com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter {
public com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient connect(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("client", url.getParameter("transporter", "curator"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter) name from url(" + url.toString() + ") use keys([client, transporter])");
com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter extension = (com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter.class).getExtension(extName);
return extension.connect(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.105 com.alibaba.dubbo.registry.support.AbstractRegistry.loadProperties(AbstractRegistry.java:200) -  [DUBBO] Load registry store file /Users/lht/.dubbo/dubbo-registry-wk-nb-dubbo-sys-127.0.0.1:2181.cache, data: {cn.wizzer.app.sys.modules.services.SysConfigService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096652752, cn.wizzer.app.sys.modules.services.SysRouteService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096653214, cn.wizzer.app.sys.modules.services.SysMenuService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096653096, cn.wizzer.app.sys.modules.services.SysMsgService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096652910, cn.wizzer.app.sys.modules.services.SysLogService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096652684, cn.wizzer.app.sys.modules.services.SysDictService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096652461, cn.wizzer.app.sys.modules.services.SysUserService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,data,insertRelation,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096652177, cn.wizzer.app.sys.modules.services.SysTaskService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096650641, cn.wizzer.app.sys.modules.services.SysMsgUserService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096653146, cn.wizzer.app.sys.modules.services.SysUnitService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096652554, cn.wizzer.app.sys.modules.services.SysRoleService=empty://192.168.2.1:10094/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,data,insertRelation,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8185&revision=5.1.1&side=provider&timestamp=1544096652310}, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.182 org.apache.curator.utils.Compatibility.<clinit>(Compatibility.java:41) - Running in ZooKeeper 3.4.x compatibility mode
[INFO ] 19:45:10.220 org.apache.curator.framework.imps.CuratorFrameworkImpl.start(CuratorFrameworkImpl.java:290) - Starting
[DEBUG] 19:45:10.224 org.apache.curator.CuratorZookeeperClient.start(CuratorZookeeperClient.java:207) - Starting
[DEBUG] 19:45:10.226 org.apache.curator.ConnectionState.start(ConnectionState.java:109) - Starting
[DEBUG] 19:45:10.227 org.apache.curator.ConnectionState.reset(ConnectionState.java:194) - reset
[INFO ] 19:45:10.263 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:zookeeper.version=3.4.13-2d71af4dbe22557fda74f9a9b4309b15a7487f03, built on 06/29/2018 00:39 GMT
[INFO ] 19:45:10.264 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:host.name=192.168.2.1
[INFO ] 19:45:10.265 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.version=1.8.0_171
[INFO ] 19:45:10.265 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.vendor=Oracle Corporation
[INFO ] 19:45:10.266 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_171.jdk/Contents/Home/jre
[INFO ] 19:45:10.267 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.class.path=/Users/lht/lht_work/maven/apache-maven-3.6.0/boot/plexus-classworlds-2.5.2.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar
[INFO ] 19:45:10.268 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.library.path=/Users/lht/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
[INFO ] 19:45:10.269 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.io.tmpdir=/var/folders/_j/6ttssdxn33s5lqfx4sbz602c0000gn/T/
[INFO ] 19:45:10.270 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.compiler=<NA>
[INFO ] 19:45:10.270 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:os.name=Mac OS X
[INFO ] 19:45:10.271 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:os.arch=x86_64
[INFO ] 19:45:10.271 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:os.version=10.14.1
[INFO ] 19:45:10.271 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:user.name=lht
[INFO ] 19:45:10.272 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:user.home=/Users/lht
[INFO ] 19:45:10.272 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:user.dir=/Users/lht/workspace/idea_workspace/NutzWk/wk-app/wk-nb-service-sys
[INFO ] 19:45:10.277 org.apache.zookeeper.ZooKeeper.<init>(ZooKeeper.java:442) - Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@65ce6c10
[DEBUG] 19:45:10.305 org.apache.zookeeper.ClientCnxn.<clinit>(ClientCnxn.java:120) - zookeeper.disableAutoWatchReset is false
[INFO ] 19:45:10.387 org.apache.zookeeper.ClientCnxn$SendThread.logStartConnect(ClientCnxn.java:1029) - Opening socket connection to server localhost/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO ] 19:45:10.395 org.apache.curator.framework.imps.CuratorFrameworkImpl.start(CuratorFrameworkImpl.java:332) - Default schema
[INFO ] 19:45:10.405 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.418 org.apache.zookeeper.ClientCnxn$SendThread.primeConnection(ClientCnxn.java:879) - Socket connection established to localhost/127.0.0.1:2181, initiating session
[DEBUG] 19:45:10.422 org.apache.zookeeper.ClientCnxn$SendThread.primeConnection(ClientCnxn.java:952) - Session establishment request sent on localhost/127.0.0.1:2181
[INFO ] 19:45:10.432 org.apache.zookeeper.ClientCnxn$SendThread.onConnected(ClientCnxn.java:1303) - Session establishment complete on server localhost/127.0.0.1:2181, sessionid = 0x100014f81070012, negotiated timeout = 40000
[DEBUG] 19:45:10.441 org.apache.curator.ConnectionState.process(ConnectionState.java:174) - Negotiated session timeout: 40000
[INFO ] 19:45:10.452 org.apache.curator.framework.state.ConnectionStateManager.postState(ConnectionStateManager.java:237) - State change: CONNECTED
[DEBUG] 19:45:10.455 org.apache.curator.framework.imps.CuratorFrameworkImpl.unSleepBackgroundOperations(CuratorFrameworkImpl.java:1004) - Clearing sleep for 0 operations
[DEBUG] 19:45:10.473 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 1,3  replyHeader:: 1,638,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers,F  response:: s{4,4,1544085408816,1544085408816,0,32,0,0,13,0,637} 
[DEBUG] 19:45:10.494 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 2,1  replyHeader:: 2,639,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMsgUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgUserService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096709497,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMsgUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgUserService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096709497 
[INFO ] 19:45:10.496 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.498 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 3,3  replyHeader:: 3,639,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService,F  response:: s{3,3,1544085408813,1544085408813,0,4,0,0,13,4,87} 
[DEBUG] 19:45:10.500 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 4,1  replyHeader:: 4,640,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:10.518 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 5,12  replyHeader:: 5,640,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/configurators,T  response:: v{},s{6,6,1544085408828,1544085408828,0,0,0,0,13,0,6} 
[INFO ] 19:45:10.520 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.522 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.522 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.529 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class RouterFactory$Adaptive implements com.alibaba.dubbo.rpc.cluster.RouterFactory {
public com.alibaba.dubbo.rpc.cluster.Router getRouter(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getProtocol();
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.RouterFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.cluster.RouterFactory extension = (com.alibaba.dubbo.rpc.cluster.RouterFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.RouterFactory.class).getExtension(extName);
return extension.getRouter(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.542 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:941) -  [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ConfiguratorFactory$Adaptive implements com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory {
public com.alibaba.dubbo.rpc.cluster.Configurator getConfigurator(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getProtocol();
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory extension = (com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory.class).getExtension(extName);
return extension.getConfigurator(arg0);
}
}, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.553 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '18tdpfh08gih1qcmfegfeqt67t'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.553 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=18tdpfh08gih1qcmfegfeqt67t
[DEBUG] 19:45:10.553 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(18tdpfh08gih1qcmfegfeqt67t) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:10.553 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'18tdpfh08gih1qcmfegfeqt67t'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.554 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '18tdpfh08gih1qcmfegfeqt67t' to [app] 
[DEBUG] 19:45:10.554 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:10.555 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:10.555 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:10.556 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:10.556 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:10.671 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysTaskService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.671 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysTaskService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.671 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysTaskService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096710559, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.673 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.674 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 6,3  replyHeader:: 6,640,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers,F  response:: s{28,28,1544085409217,1544085409217,0,32,0,0,13,0,637} 
[DEBUG] 19:45:10.676 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 7,1  replyHeader:: 7,641,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710560,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710560 
[INFO ] 19:45:10.677 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.679 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 8,3  replyHeader:: 8,641,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService,F  response:: s{27,27,1544085409215,1544085409215,0,2,0,0,13,2,30} 
[DEBUG] 19:45:10.690 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 9,1  replyHeader:: 9,642,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:10.691 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 10,12  replyHeader:: 10,642,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/configurators,T  response:: v{},s{30,30,1544085409227,1544085409227,0,0,0,0,13,0,30} 
[INFO ] 19:45:10.691 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.692 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.692 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.693 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '5gesfhkbf2ia2og2b3vflq9oeg'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.693 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=5gesfhkbf2ia2og2b3vflq9oeg
[DEBUG] 19:45:10.693 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(5gesfhkbf2ia2og2b3vflq9oeg) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:10.694 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'5gesfhkbf2ia2og2b3vflq9oeg'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.694 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '5gesfhkbf2ia2og2b3vflq9oeg' to [app] 
[DEBUG] 19:45:10.694 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:10.695 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:10.695 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:10.696 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:10.696 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:10.747 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUserService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.747 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUserService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.747 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysUserService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096710700, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.748 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.750 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 11,3  replyHeader:: 11,642,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers,F  response:: s{40,40,1544085409500,1544085409500,0,32,0,0,13,0,637} 
[DEBUG] 19:45:10.751 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 12,1  replyHeader:: 12,643,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUserService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252ChasChildren%252CinsertWith%252CfillMenu%252CinsertOrUpdate%252Cdao%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMenusAndButtons%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteById%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetRoleCodeList%252CdeleteByIds%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710700,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUserService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252ChasChildren%252CinsertWith%252CfillMenu%252CinsertOrUpdate%252Cdao%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMenusAndButtons%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteById%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetRoleCodeList%252CdeleteByIds%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710700 
[INFO ] 19:45:10.752 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.753 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 13,3  replyHeader:: 13,643,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService,F  response:: s{39,39,1544085409497,1544085409497,0,4,0,0,13,4,52} 
[DEBUG] 19:45:10.756 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 14,1  replyHeader:: 14,644,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:10.758 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 15,12  replyHeader:: 15,644,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/configurators,T  response:: v{},s{42,42,1544085409508,1544085409508,0,0,0,0,13,0,42} 
[INFO ] 19:45:10.758 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.759 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.759 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.760 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '4424o933r4g8qpki7do70mrlof'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.760 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=4424o933r4g8qpki7do70mrlof
[DEBUG] 19:45:10.761 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(4424o933r4g8qpki7do70mrlof) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:10.761 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'4424o933r4g8qpki7do70mrlof'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.761 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '4424o933r4g8qpki7do70mrlof' to [app] 
[DEBUG] 19:45:10.761 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:10.762 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:10.762 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:10.762 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:10.762 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:10.802 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysDictService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.802 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysDictService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.803 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysDictService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096710766, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.804 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.805 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 16,3  replyHeader:: 16,644,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers,F  response:: s{12,12,1544085408984,1544085408984,0,32,0,0,13,0,637} 
[DEBUG] 19:45:10.807 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 17,1  replyHeader:: 17,645,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysDictService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysDictService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetSubMapByCode%252CgetNameByCode%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252CgetSubMapById%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252CgetSubListByPath%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CgetSubMapByPath%252CgetSubListById%252Cclear%252CgetEntity%252CupdateWith%252CgetNameById%252CgetSubListByCode%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710767,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysDictService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysDictService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetSubMapByCode%252CgetNameByCode%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252CgetSubMapById%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252CgetSubListByPath%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CgetSubMapByPath%252CgetSubListById%252Cclear%252CgetEntity%252CupdateWith%252CgetNameById%252CgetSubListByCode%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710767 
[INFO ] 19:45:10.807 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.808 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 18,3  replyHeader:: 18,645,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService,F  response:: s{11,11,1544085408982,1544085408982,0,2,0,0,13,2,14} 
[DEBUG] 19:45:10.810 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 19,1  replyHeader:: 19,646,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:10.811 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 20,12  replyHeader:: 20,646,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/configurators,T  response:: v{},s{14,14,1544085408989,1544085408989,0,0,0,0,13,0,14} 
[INFO ] 19:45:10.811 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.812 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.812 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.813 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '776fbdgkugjvnqlt6mk4k8infs'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.813 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=776fbdgkugjvnqlt6mk4k8infs
[DEBUG] 19:45:10.813 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(776fbdgkugjvnqlt6mk4k8infs) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:10.813 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'776fbdgkugjvnqlt6mk4k8infs'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.813 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '776fbdgkugjvnqlt6mk4k8infs' to [app] 
[DEBUG] 19:45:10.813 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:10.814 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:10.814 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:10.814 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:10.814 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:10.841 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRoleService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.842 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRoleService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.842 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysRoleService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096710816, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.843 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.847 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 21,3  replyHeader:: 21,646,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers,F  response:: s{16,16,1544085409026,1544085409026,0,32,0,0,13,0,637} 
[DEBUG] 19:45:10.850 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 22,1  replyHeader:: 22,647,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysRoleService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRoleService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252ChasChildren%252CinsertWith%252Cdel%252CinsertOrUpdate%252Cdao%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMenusAndButtons%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CgetPermissionNameList%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710816,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysRoleService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRoleService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252ChasChildren%252CinsertWith%252Cdel%252CinsertOrUpdate%252Cdao%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMenusAndButtons%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CgetPermissionNameList%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710816 
[INFO ] 19:45:10.850 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.852 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 23,3  replyHeader:: 23,647,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService,F  response:: s{15,15,1544085409024,1544085409024,0,4,0,0,13,4,57} 
[DEBUG] 19:45:10.855 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 24,1  replyHeader:: 24,648,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:10.856 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 25,12  replyHeader:: 25,648,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/configurators,T  response:: v{},s{18,18,1544085409030,1544085409030,0,0,0,0,13,0,18} 
[INFO ] 19:45:10.857 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.857 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.858 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.858 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'pmruhtirbog6crri8v26g7tj0i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.858 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=pmruhtirbog6crri8v26g7tj0i
[DEBUG] 19:45:10.859 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(pmruhtirbog6crri8v26g7tj0i) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:10.859 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'pmruhtirbog6crri8v26g7tj0i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.859 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'pmruhtirbog6crri8v26g7tj0i' to [app] 
[DEBUG] 19:45:10.859 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:10.860 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:10.860 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:10.860 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:10.860 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:10.899 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysLogService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.899 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysLogService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.899 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysLogService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096710868, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.901 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.904 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 26,3  replyHeader:: 26,648,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers,F  response:: s{24,24,1544085409109,1544085409109,0,32,0,0,13,0,637} 
[DEBUG] 19:45:10.906 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 27,1  replyHeader:: 27,649,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysLogService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysLogService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CfastInsertSysLog%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClogData%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710868,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysLogService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysLogService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CfastInsertSysLog%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClogData%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710868 
[INFO ] 19:45:10.907 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.911 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 28,3  replyHeader:: 28,649,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService,F  response:: s{23,23,1544085409108,1544085409108,0,4,0,0,13,4,77} 
[DEBUG] 19:45:10.912 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 29,1  replyHeader:: 29,650,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:10.913 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 30,12  replyHeader:: 30,650,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/configurators,T  response:: v{},s{26,26,1544085409114,1544085409114,0,0,0,0,13,0,26} 
[INFO ] 19:45:10.914 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.914 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.914 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.915 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'ted6dvsfgsgufo1okb2rku9ns3'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.915 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=ted6dvsfgsgufo1okb2rku9ns3
[DEBUG] 19:45:10.915 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(ted6dvsfgsgufo1okb2rku9ns3) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:10.915 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'ted6dvsfgsgufo1okb2rku9ns3'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.915 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'ted6dvsfgsgufo1okb2rku9ns3' to [app] 
[DEBUG] 19:45:10.916 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:10.916 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:10.917 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:10.917 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:10.917 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:10.973 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRouteService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.973 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRouteService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.974 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysRouteService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096710920, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:10.975 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.976 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 31,3  replyHeader:: 31,650,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers,F  response:: s{8,8,1544085408942,1544085408942,0,32,0,0,13,0,637} 
[DEBUG] 19:45:10.981 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 32,1  replyHeader:: 32,651,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysRouteService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRouteService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710920,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysRouteService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRouteService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710920 
[INFO ] 19:45:10.982 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.983 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 33,3  replyHeader:: 33,651,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService,F  response:: s{7,7,1544085408939,1544085408939,0,4,0,0,13,4,67} 
[DEBUG] 19:45:10.984 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 34,1  replyHeader:: 34,652,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:10.985 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 35,12  replyHeader:: 35,652,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/configurators,T  response:: v{},s{10,10,1544085408949,1544085408949,0,0,0,0,13,0,10} 
[INFO ] 19:45:10.986 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.987 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.988 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:10.990 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'o4duclpbnij91rgit1vs7gm6mh'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.990 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=o4duclpbnij91rgit1vs7gm6mh
[DEBUG] 19:45:10.990 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(o4duclpbnij91rgit1vs7gm6mh) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:10.990 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'o4duclpbnij91rgit1vs7gm6mh'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:10.990 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'o4duclpbnij91rgit1vs7gm6mh' to [app] 
[DEBUG] 19:45:10.991 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:10.991 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:10.992 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:10.992 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:10.992 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:11.031 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUnitService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.032 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUnitService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.032 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysUnitService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096710994, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.033 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.035 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 36,3  replyHeader:: 36,652,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers,F  response:: s{36,36,1544085409424,1544085409424,0,32,0,0,13,0,637} 
[DEBUG] 19:45:11.038 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 37,1  replyHeader:: 37,653,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysUnitService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUnitService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710994,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysUnitService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUnitService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710994 
[INFO ] 19:45:11.039 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.041 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 38,3  replyHeader:: 38,653,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService,F  response:: s{35,35,1544085409423,1544085409423,0,2,0,0,13,2,38} 
[DEBUG] 19:45:11.042 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 39,1  replyHeader:: 39,654,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:11.044 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 40,12  replyHeader:: 40,654,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/configurators,T  response:: v{},s{38,38,1544085409441,1544085409441,0,0,0,0,13,0,38} 
[INFO ] 19:45:11.044 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.045 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.045 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.045 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'vlklhsvhjkjsrp4257hg6u2mps'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:11.046 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=vlklhsvhjkjsrp4257hg6u2mps
[DEBUG] 19:45:11.046 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(vlklhsvhjkjsrp4257hg6u2mps) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:11.046 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'vlklhsvhjkjsrp4257hg6u2mps'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:11.046 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'vlklhsvhjkjsrp4257hg6u2mps' to [app] 
[DEBUG] 19:45:11.046 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:11.047 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:11.047 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:11.048 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:11.048 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:11.104 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.105 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.105 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysMsgService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096711050, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.107 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.115 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 41,3  replyHeader:: 41,654,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers,F  response:: s{32,32,1544085409371,1544085409371,0,32,0,0,13,0,637} 
[DEBUG] 19:45:11.119 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 42,1  replyHeader:: 42,655,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteMsg%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CsaveMsg%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711050,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteMsg%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CsaveMsg%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711050 
[INFO ] 19:45:11.120 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.121 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 43,3  replyHeader:: 43,655,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService,F  response:: s{31,31,1544085409369,1544085409369,0,4,0,0,13,4,82} 
[DEBUG] 19:45:11.123 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 44,1  replyHeader:: 44,656,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:11.124 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 45,12  replyHeader:: 45,656,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/configurators,T  response:: v{},s{34,34,1544085409378,1544085409378,0,0,0,0,13,0,34} 
[INFO ] 19:45:11.124 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.125 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.125 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.126 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '479jukeefcgbirn3tvenkka51i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:11.126 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=479jukeefcgbirn3tvenkka51i
[DEBUG] 19:45:11.126 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(479jukeefcgbirn3tvenkka51i) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:11.127 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'479jukeefcgbirn3tvenkka51i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:11.127 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '479jukeefcgbirn3tvenkka51i' to [app] 
[DEBUG] 19:45:11.127 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:11.128 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:11.128 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:11.128 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:11.128 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:11.157 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMenuService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.157 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMenuService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.158 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysMenuService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096711131, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.159 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.162 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 46,3  replyHeader:: 46,656,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers,F  response:: s{20,20,1544085409066,1544085409066,0,32,0,0,13,0,637} 
[DEBUG] 19:45:11.166 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 47,1  replyHeader:: 47,657,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMenuService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMenuService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cedit%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711131,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMenuService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMenuService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cedit%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711131 
[INFO ] 19:45:11.167 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.169 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 48,3  replyHeader:: 48,657,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService,F  response:: s{19,19,1544085409064,1544085409064,0,4,0,0,13,4,72} 
[DEBUG] 19:45:11.173 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 49,1  replyHeader:: 49,658,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:11.174 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 50,12  replyHeader:: 50,658,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/configurators,T  response:: v{},s{22,22,1544085409071,1544085409071,0,0,0,0,13,0,22} 
[INFO ] 19:45:11.175 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.177 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.177 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.179 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '09253gio2simbriugtqk5c2e7k'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:11.179 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=09253gio2simbriugtqk5c2e7k
[DEBUG] 19:45:11.179 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(09253gio2simbriugtqk5c2e7k) in DubboConfigIocLoader@806872873
[DEBUG] 19:45:11.179 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'09253gio2simbriugtqk5c2e7k'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 19:45:11.179 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '09253gio2simbriugtqk5c2e7k' to [app] 
[DEBUG] 19:45:11.180 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 19:45:11.181 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 19:45:11.181 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 19:45:11.181 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 19:45:11.181 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 19:45:11.271 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysConfigService to local registry, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.271 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysConfigService to url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.271 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysConfigService url dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&pid=8197&registry=zookeeper&timestamp=1544096711184, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.273 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.275 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 51,3  replyHeader:: 51,658,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers,F  response:: s{44,44,1544085409617,1544085409617,0,32,0,0,13,0,637} 
[DEBUG] 19:45:11.277 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 52,1  replyHeader:: 52,659,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysConfigService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysConfigService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CgetAllList%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711184,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysConfigService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysConfigService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CgetAllList%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711184 
[INFO ] 19:45:11.278 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.280 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 53,3  replyHeader:: 53,659,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService,F  response:: s{43,43,1544085409613,1544085409613,0,4,0,0,13,4,62} 
[DEBUG] 19:45:11.284 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 54,1  replyHeader:: 54,660,-110  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/configurators,#3139322e3136382e322e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 19:45:11.288 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 55,12  replyHeader:: 55,660,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/configurators,T  response:: v{},s{46,46,1544085409637,1544085409637,0,0,0,0,13,0,46} 
[INFO ] 19:45:11.289 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.293 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.294 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, override urls: [empty://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.296 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRpcSysMainLauncher'<class cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher>
[DEBUG] 19:45:11.296 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboRpcSysMainLauncher
[DEBUG] 19:45:11.296 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 19:45:11.297 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboRpcSysMainLauncher'<class cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher>
[DEBUG] 19:45:11.297 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboRpcSysMainLauncher' to [app] 
[DEBUG] 19:45:11.297 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher without AOP
[DEBUG] 19:45:11.301 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<interface org.nutz.dao.Dao>
[ERROR] 19:45:11.302 cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:45) - dao是否为空:org.nutz.dao.impl.NutDao@38ae78b0
[DEBUG] 19:45:11.310 org.nutz.resource.Scans.scan(Scans.java:280) - Found 12 resource by src( cn/wizzer/app/sys/ ) , regex( ^.+[.]class$ )
[DEBUG] 19:45:11.700 org.nutz.dao.impl.sql.run.NutDaoExecutor.printSQL(NutDaoExecutor.java:388) - SELECT COUNT(*) FROM sys_user 
[DEBUG] 19:45:11.716 org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:97) - SQLException
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'nutzwk_nb.sys_user' doesn't exist
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
	at com.mysql.jdbc.Util.getInstance(Util.java:408)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2482)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2440)
	at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2831)
	at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2503)
	at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:302)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2828)
	at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:221)
	at com.alibaba.druid.pool.DruidPooledStatement.executeQuery(DruidPooledStatement.java:291)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor._runSelect(NutDaoExecutor.java:246)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:53)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:66)
	at org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:23)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.impl.interceptor.DaoLogInterceptor.filter(DaoLogInterceptor.java:22)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor._exec(DaoCacheInterceptor.java:28)
	at org.nutz.plugins.cache.dao.CachedNutDaoExecutor.exec(CachedNutDaoExecutor.java:170)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor.filter(DaoCacheInterceptor.java:18)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.DaoInterceptorChain.invoke(DaoInterceptorChain.java:139)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithoutTransaction(NutDaoRunner.java:126)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:93)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:82)
	at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
	at org.nutz.dao.impl.DaoSupport._exec(DaoSupport.java:252)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:773)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:754)
	at org.nutz.dao.impl.NutDao._count(NutDao.java:741)
	at org.nutz.dao.impl.NutDao.count(NutDao.java:699)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:54)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher$FM$init$64191edcfe00680c04e94b9099dc2ac3.invoke(DubboRpcSysMainLauncher.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:180)
	at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
	at org.nutz.boot.NbApp.execute(NbApp.java:210)
	at org.nutz.boot.NbApp.run(NbApp.java:178)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
	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.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
	at java.lang.Thread.run(Thread.java:748)
[DEBUG] 19:45:11.723 org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:28) - time=23ms, sql=SELECT COUNT(*) FROM sys_user 
[DEBUG] 19:45:11.724 org.nutz.ioc.impl.ScopeContext.remove(ScopeContext.java:85) - Remove object 'dubboRpcSysMainLauncher' from [app] 
[ERROR] 19:45:11.724 org.nutz.boot.NbApp.execute(NbApp.java:220) - something happen!!
org.nutz.ioc.IocException: IocBean[dubboRpcSysMainLauncher] throw Exception when creating
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:152)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
	at org.nutz.boot.NbApp.execute(NbApp.java:210)
	at org.nutz.boot.NbApp.run(NbApp.java:178)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
	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.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.nutz.dao.DaoException: !Nutz SQL Error: 'SELECT COUNT(*) FROM sys_user '
PreparedStatement: 
'SELECT COUNT(*) FROM sys_user '
CaseMessage=Table 'nutzwk_nb.sys_user' doesn't exist
	at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:104)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:66)
	at org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:23)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.impl.interceptor.DaoLogInterceptor.filter(DaoLogInterceptor.java:22)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor._exec(DaoCacheInterceptor.java:28)
	at org.nutz.plugins.cache.dao.CachedNutDaoExecutor.exec(CachedNutDaoExecutor.java:170)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor.filter(DaoCacheInterceptor.java:18)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.DaoInterceptorChain.invoke(DaoInterceptorChain.java:139)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithoutTransaction(NutDaoRunner.java:126)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:93)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:82)
	at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
	at org.nutz.dao.impl.DaoSupport._exec(DaoSupport.java:252)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:773)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:754)
	at org.nutz.dao.impl.NutDao._count(NutDao.java:741)
	at org.nutz.dao.impl.NutDao.count(NutDao.java:699)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:54)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher$FM$init$64191edcfe00680c04e94b9099dc2ac3.invoke(DubboRpcSysMainLauncher.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:180)
	at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
	... 12 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'nutzwk_nb.sys_user' doesn't exist
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
	at com.mysql.jdbc.Util.getInstance(Util.java:408)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2482)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2440)
	at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2831)
	at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2503)
	at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:302)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2828)
	at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:221)
	at com.alibaba.druid.pool.DruidPooledStatement.executeQuery(DruidPooledStatement.java:291)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor._runSelect(NutDaoExecutor.java:246)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:53)
	... 37 more
[INFO ] 19:45:11.735 org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:287) - org.nutz.ioc.impl.NutIoc@2082269890 is closing. startup date [18-12-06 19:45:07.856]
[DEBUG] 19:45:11.735 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '09253gio2simbriugtqk5c2e7k' ...
[INFO ] 19:45:11.735 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.746 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 56,2  replyHeader:: 56,661,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysConfigService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysConfigService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CgetAllList%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711184,-1  response:: null
[INFO ] 19:45:11.746 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.748 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '479jukeefcgbirn3tvenkka51i' ...
[INFO ] 19:45:11.748 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:505) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.749 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.752 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 57,2  replyHeader:: 57,662,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMenuService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMenuService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cedit%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711131,-1  response:: null
[INFO ] 19:45:11.753 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.753 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'vlklhsvhjkjsrp4257hg6u2mps' ...
[INFO ] 19:45:11.753 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.755 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 58,2  replyHeader:: 58,663,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteMsg%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CsaveMsg%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096711050,-1  response:: null
[INFO ] 19:45:11.756 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.756 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'o4duclpbnij91rgit1vs7gm6mh' ...
[INFO ] 19:45:11.756 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.758 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 59,2  replyHeader:: 59,664,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysUnitService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUnitService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710994,-1  response:: null
[INFO ] 19:45:11.758 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.759 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'ted6dvsfgsgufo1okb2rku9ns3' ...
[INFO ] 19:45:11.759 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.760 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 60,2  replyHeader:: 60,665,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysRouteService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRouteService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710920,-1  response:: null
[INFO ] 19:45:11.760 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.761 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'pmruhtirbog6crri8v26g7tj0i' ...
[INFO ] 19:45:11.761 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.763 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 61,2  replyHeader:: 61,666,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysLogService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysLogService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CfastInsertSysLog%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClogData%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710868,-1  response:: null
[INFO ] 19:45:11.763 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.763 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '776fbdgkugjvnqlt6mk4k8infs' ...
[INFO ] 19:45:11.764 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.766 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 62,2  replyHeader:: 62,667,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysRoleService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRoleService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252ChasChildren%252CinsertWith%252Cdel%252CinsertOrUpdate%252Cdao%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMenusAndButtons%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CgetPermissionNameList%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710816,-1  response:: null
[INFO ] 19:45:11.766 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.767 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '4424o933r4g8qpki7do70mrlof' ...
[INFO ] 19:45:11.767 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.769 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 63,2  replyHeader:: 63,668,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysDictService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysDictService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetSubMapByCode%252CgetNameByCode%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252CgetSubMapById%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252CgetSubListByPath%252Csave%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CgetSubMapByPath%252CgetSubListById%252Cclear%252CgetEntity%252CupdateWith%252CgetNameById%252CgetSubListByCode%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710767,-1  response:: null
[INFO ] 19:45:11.769 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.770 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '5gesfhkbf2ia2og2b3vflq9oeg' ...
[INFO ] 19:45:11.771 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.775 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 64,2  replyHeader:: 64,669,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUserService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252ChasChildren%252CinsertWith%252CfillMenu%252CinsertOrUpdate%252Cdao%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMenusAndButtons%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteById%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetRoleCodeList%252CdeleteByIds%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710700,-1  response:: null
[INFO ] 19:45:11.775 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.776 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '18tdpfh08gih1qcmfegfeqt67t' ...
[INFO ] 19:45:11.777 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.779 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 65,2  replyHeader:: 65,670,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096710560,-1  response:: null
[INFO ] 19:45:11.779 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.779 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboPrototeConfig' ...
[DEBUG] 19:45:11.780 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboRegistryConfig' ...
[DEBUG] 19:45:11.780 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboApplicationConfig' ...
[DEBUG] 19:45:11.780 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'q411m132p0jcto45ibarmg4iq9' ...
[INFO ] 19:45:11.780 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.781 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 66,2  replyHeader:: 66,671,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers/dubbo%253A%252F%252F192.168.2.1%253A16272%252Fcn.wizzer.app.sys.modules.services.SysMsgUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-dubbo-sys%2526dubbo%253D2.6.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgUserService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cexecute%252Cfetchx%252CgetMap%252CupdateAndIncrIfMatch%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Cupdate%252Cinsert%252CinsertLinks%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D8197%2526revision%253D5.1.1%2526side%253Dprovider%2526timestamp%253D1544096709497,-1  response:: null
[INFO ] 19:45:11.782 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&category=configurators&check=false&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.782 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysMsgServiceImpl' ...
[DEBUG] 19:45:11.783 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysConfigServiceImpl' ...
[DEBUG] 19:45:11.783 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysLogServiceImpl' ...
[DEBUG] 19:45:11.783 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysRouteServiceImpl' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysRoleServiceImpl' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysTaskServiceImpl' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysMsgUserServiceImpl' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysDictServiceImpl' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysUserServiceImpl' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysMenuServiceImpl' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'txREAD_COMMITTED' ...
[DEBUG] 19:45:11.784 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'daoCacheSerializer' ...
[DEBUG] 19:45:11.785 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'daoCacheInterceptor' ...
[DEBUG] 19:45:11.785 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sqlManager' ...
[DEBUG] 19:45:11.785 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dao' ...
[DEBUG] 19:45:11.785 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sysUnitServiceImpl' ...
[DEBUG] 19:45:11.785 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboAnnotationBean' ...
[DEBUG] 19:45:11.785 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubbo_iobjs' ...
[DEBUG] 19:45:11.785 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboManager' ...
[INFO ] 19:45:11.786 com.alibaba.dubbo.registry.support.AbstractRegistryFactory.destroyAll(AbstractRegistryFactory.java:64) -  [DUBBO] Close all registries [zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=8197&timestamp=1544096709483], dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.786 com.alibaba.dubbo.registry.support.AbstractRegistry.destroy(AbstractRegistry.java:451) -  [DUBBO] Destroy registry:zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=wk-nb-dubbo-sys&dubbo=2.6.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=8197&timestamp=1544096709483, dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.786 org.apache.curator.framework.imps.CuratorFrameworkImpl.close(CuratorFrameworkImpl.java:344) - Closing
[INFO ] 19:45:11.787 org.apache.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:937) - backgroundOperationsLoop exiting
[DEBUG] 19:45:11.787 org.apache.curator.CuratorZookeeperClient.close(CuratorZookeeperClient.java:222) - Closing
[DEBUG] 19:45:11.788 org.apache.curator.ConnectionState.close(ConnectionState.java:117) - Closing
[DEBUG] 19:45:11.789 org.apache.zookeeper.ZooKeeper.close(ZooKeeper.java:682) - Closing session: 0x100014f81070012
[DEBUG] 19:45:11.790 org.apache.zookeeper.ClientCnxn.close(ClientCnxn.java:1374) - Closing client for session: 0x100014f81070012
[DEBUG] 19:45:11.791 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:846) - Reading reply sessionid:0x100014f81070012, packet:: clientPath:null serverPath:null finished:false header:: 67,-11  replyHeader:: 67,672,0  request:: null response:: null
[DEBUG] 19:45:11.791 org.apache.zookeeper.ClientCnxn.disconnect(ClientCnxn.java:1358) - Disconnecting client for session: 0x100014f81070012
[INFO ] 19:45:11.791 org.apache.zookeeper.ZooKeeper.close(ZooKeeper.java:693) - Session: 0x100014f81070012 closed
[INFO ] 19:45:11.791 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:522) - EventThread shut down for session: 0x100014f81070012
[INFO ] 19:45:11.792 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.destroy(DubboProtocol.java:424) -  [DUBBO] Close dubbo server: /192.168.2.1:16272, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.793 com.alibaba.dubbo.remoting.transport.AbstractServer.close(AbstractServer.java:145) -  [DUBBO] Close NettyServer bind /0.0.0.0:16272, export /192.168.2.1:16272, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.799 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=updateWithVersion,data,insertRelation,insertWith,fastInsertSysLog,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,logData,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710868, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.799 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710560, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.799 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,edit,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711131, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.799 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,getAllList,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711184, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.799 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,fillMenu,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteById,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,getRoleCodeList,deleteByIds,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710700, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.799 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getSubMapByCode,getNameByCode,getMaxId,getSubPath,query,count,getField,vDelete,getSubMapById,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,getSubListByPath,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getSubMapByPath,getSubListById,clear,getEntity,updateWith,getNameById,getSubListByCode,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710767, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.800 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096709497, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.800 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=updateWithVersion,insertRelation,data,hasChildren,insertWith,del,insertOrUpdate,dao,getRoleMenus,getDatas,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,getPermissionNameList,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710816, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.800 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710920, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.800 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteAndChild,save,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096710994, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.800 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.2.1:16272/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wk-nb-dubbo-sys&bind.ip=192.168.2.1&bind.port=16272&dubbo=2.6.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=updateWithVersion,insertRelation,data,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,execute,fetchx,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fetchLinks,updateRelation,fastInsert,deleteMsg,update,insert,insertLinks,getParentPath,delete,updateIgnoreNull,listPageLinks,saveMsg,clear,getEntity,updateWith,fetch,exists,listPage&pid=8197&revision=5.1.1&side=provider&timestamp=1544096711050, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:11.801 com.alibaba.dubbo.registry.support.AbstractRegistryFactory.destroyAll(AbstractRegistryFactory.java:64) -  [DUBBO] Close all registries [], dubbo version: 2.6.2, current host: 192.168.2.1
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'druidWebStatServletStarter' ...
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'druidWebStatFilterStarter' ...
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dataSourceStarter' ...
[DEBUG] 19:45:11.802 org.nutz.boot.starter.jdbc.DataSourceStarter.depose(DataSourceStarter.java:256) - shutdown slave datasource count=0
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'nutDaoStarter' ...
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboStarter' ...
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '$aop_wkcache' ...
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '$aop_async' ...
[DEBUG] 19:45:11.802 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'counterService' ...
[DEBUG] 19:45:11.803 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'nbApp' ...
[DEBUG] 19:45:11.803 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'conf' ...
[DEBUG] 19:45:11.803 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'appContext' ...
[DEBUG] 19:45:11.803 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:114) - Depose object 'druidDataSource' ...
[INFO ] 19:45:11.966 com.alibaba.druid.pool.DruidDataSource.close(DruidDataSource.java:1825) - {dataSource-1} closed
[DEBUG] 19:45:11.966 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:114) - Depose object 'dataSource' ...
[INFO ] 19:45:11.967 org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:301) - org.nutz.ioc.impl.NutIoc@2082269890 is deposed. startup date [18-12-06 19:45:07.856]
[WARN ] 19:45:11.967 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:510) -  [DUBBO] sleep interrupted, dubbo version: 2.6.2, current host: 192.168.2.1
java.lang.InterruptedException: sleep interrupted
	at java.lang.Thread.sleep(Native Method)
	at com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
[INFO ] 19:45:11.968 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:505) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.2, current host: 192.168.2.1
[INFO ] 19:45:21.972 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:505) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.2, current host: 192.168.2.1
[WARNING] thread Thread[Abandoned connection cleanup thread,5,cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher] was interrupted but is still alive after waiting at least 15000msecs
[WARNING] thread Thread[Abandoned connection cleanup thread,5,cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher] will linger despite being asked to die via interruption
[WARNING] thread Thread[DubboRegistryFailedRetryTimer-thread-1,5,cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher] will linger despite being asked to die via interruption
[WARNING] thread Thread[DubboSaveRegistryCache-thread-1,5,cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher] will linger despite being asked to die via interruption
[WARNING] thread Thread[Exporter-Unexport-thread-1,5,cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher] will linger despite being asked to die via interruption
[WARNING] NOTE: 4 thread(s) did not finish despite being asked to  via interruption. This is not a problem with exec:java, it is a problem with the running code. Although not serious, it should be remedied.
[WARNING] Couldn't destroy threadgroup org.codehaus.mojo.exec.ExecJavaMojo$IsolatedThreadGroup[name=cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher,maxpri=10]
java.lang.IllegalThreadStateException
    at java.lang.ThreadGroup.destroy (ThreadGroup.java:778)
    at org.codehaus.mojo.exec.ExecJavaMojo.execute (ExecJavaMojo.java:321)
    at org.nutz.boot.maven.RunMojo.execute (RunMojo.java:46)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
    at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
    at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
    at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
    at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
    at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
    at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
    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.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:289)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:229)
    at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:415)
    at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:356)
    at org.codehaus.classworlds.Launcher.main (Launcher.java:47)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  24.311 s
[INFO] Finished at: 2018-12-06T19:45:26+08:00
[INFO] ------------------------------------------------------------------------
[INFO ] 19:45:26.991 com.alibaba.dubbo.config.AbstractConfig$1.run(AbstractConfig.java:81) -  [DUBBO] Run shutdown hook now., dubbo version: 2.6.2, current host: 192.168.2.1

Process finished with exit code 0

就没建表, 把数据库删了重新来

readme上的启动顺序 忘了么。。

@wendal 删了重新建了,打印看Daos.createTablesInPackage(dao, "cn.wizzer.app.sys", false);已经扫描了实体类,但是数据库里面没有生成表。
目前只是启动第一个 模块 sys

[ERROR] 22:09:46.096 cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:45) - dao是否为空:org.nutz.dao.impl.NutDao@4ff151b0
[DEBUG] 22:09:46.097 org.nutz.resource.Scans.scan(Scans.java:280) - Found 12 resource by src( cn/wizzer/app/sys/ ) , regex( ^.+[.]class$ )
[ERROR] 22:09:46.098 cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:47) - dao是否为空:org.nutz.dao.impl.NutDao@4ff151b0
[DEBUG] 22:09:46.413 org.nutz.dao.impl.sql.run.NutDaoExecutor.printSQL(NutDaoExecutor.java:388) - SELECT COUNT(*) FROM sys_user 
[DEBUG] 22:09:46.434 org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:97) - SQLException
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'nutzwk_nb.sys_user' doesn't exist
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
	at com.mysql.jdbc.Util.getInstance(Util.java:408)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2482)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2440)
	at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2831)
	at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2503)
	at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:302)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2828)
	at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:221)
	at com.alibaba.druid.pool.DruidPooledStatement.executeQuery(DruidPooledStatement.java:291)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor._runSelect(NutDaoExecutor.java:246)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:53)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:66)
	at org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:23)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.impl.interceptor.DaoLogInterceptor.filter(DaoLogInterceptor.java:22)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor._exec(DaoCacheInterceptor.java:28)
	at org.nutz.plugins.cache.dao.CachedNutDaoExecutor.exec(CachedNutDaoExecutor.java:170)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor.filter(DaoCacheInterceptor.java:18)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.DaoInterceptorChain.invoke(DaoInterceptorChain.java:139)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithoutTransaction(NutDaoRunner.java:126)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:93)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:82)
	at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
	at org.nutz.dao.impl.DaoSupport._exec(DaoSupport.java:252)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:773)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:754)
	at org.nutz.dao.impl.NutDao._count(NutDao.java:741)
	at org.nutz.dao.impl.NutDao.count(NutDao.java:699)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:55)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher$FM$init$275d94c4a4ac611e0e66b8c86ab56b63.invoke(DubboRpcSysMainLauncher.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:180)
	at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
	at org.nutz.boot.NbApp.execute(NbApp.java:210)
	at org.nutz.boot.NbApp.run(NbApp.java:178)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
	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.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
	at java.lang.Thread.run(Thread.java:748)
[DEBUG] 22:09:46.437 org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:28) - time=24ms, sql=SELECT COUNT(*) FROM sys_user 
[DEBUG] 22:09:46.437 org.nutz.ioc.impl.ScopeContext.remove(ScopeContext.java:85) - Remove object 'dubboRpcSysMainLauncher' from [app] 
[ERROR] 22:09:46.438 org.nutz.boot.NbApp.execute(NbApp.java:220) - something happen!!
org.nutz.ioc.IocException: IocBean[dubboRpcSysMainLauncher] throw Exception when creating
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:152)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
	at org.nutz.boot.NbApp.execute(NbApp.java:210)
	at org.nutz.boot.NbApp.run(NbApp.java:178)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
	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.codehaus.mojo.exec.ExecJavaMojo$1.run(ExecJavaMojo.java:282)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.nutz.dao.DaoException: !Nutz SQL Error: 'SELECT COUNT(*) FROM sys_user '
PreparedStatement: 
'SELECT COUNT(*) FROM sys_user '
CaseMessage=Table 'nutzwk_nb.sys_user' doesn't exist
	at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:104)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:66)
	at org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:23)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.impl.interceptor.DaoLogInterceptor.filter(DaoLogInterceptor.java:22)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor._exec(DaoCacheInterceptor.java:28)
	at org.nutz.plugins.cache.dao.CachedNutDaoExecutor.exec(CachedNutDaoExecutor.java:170)
	at org.nutz.plugins.cache.dao.DaoCacheInterceptor.filter(DaoCacheInterceptor.java:18)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.DaoInterceptorChain.invoke(DaoInterceptorChain.java:139)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithoutTransaction(NutDaoRunner.java:126)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:93)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:82)
	at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
	at org.nutz.dao.impl.DaoSupport._exec(DaoSupport.java:252)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:773)
	at org.nutz.dao.impl.NutDao.func(NutDao.java:754)
	at org.nutz.dao.impl.NutDao._count(NutDao.java:741)
	at org.nutz.dao.impl.NutDao.count(NutDao.java:699)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.init(DubboRpcSysMainLauncher.java:55)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher$FM$init$275d94c4a4ac611e0e66b8c86ab56b63.invoke(DubboRpcSysMainLauncher.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:180)
	at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
	... 12 more
Caused by: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'nutzwk_nb.sys_user' doesn't exist
	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
	at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
	at com.mysql.jdbc.Util.getInstance(Util.java:408)
	at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3976)
	at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3912)
	at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2530)
	at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2683)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2482)
	at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2440)
	at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1381)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2831)
	at com.alibaba.druid.filter.FilterAdapter.statement_executeQuery(FilterAdapter.java:2503)
	at com.alibaba.druid.filter.FilterEventAdapter.statement_executeQuery(FilterEventAdapter.java:302)
	at com.alibaba.druid.filter.FilterChainImpl.statement_executeQuery(FilterChainImpl.java:2828)
	at com.alibaba.druid.proxy.jdbc.StatementProxyImpl.executeQuery(StatementProxyImpl.java:221)
	at com.alibaba.druid.pool.DruidPooledStatement.executeQuery(DruidPooledStatement.java:291)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor._runSelect(NutDaoExecutor.java:246)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:53)
	... 37 more

问题已解决了, 之前sys使用了 maven 下面的 nutzboot:run 启动 无法创建 表 , 安装wiki上面 指定main方法入口去启动就正常 。

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