NutzCN Logo
问答 nutzWk jar包在centos下启动失败,报错。
发布于 1474天前 作者 hryc 904 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk budwk

nutzWk jar包在centos下启动失败,报错。

23:35:23,464 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
23:35:23,464 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
23:35:23,464 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/data/wk-nb-service-sys-5.2.7-SNAPSHOT.jar!/logback.xml]
23:35:23,476 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@591f989e - URL [jar:file:/data/wk-nb-service-sys-5.2.7-SNAPSHOT.jar!/logback.xml] is not of type file
23:35:23,520 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
23:35:23,520 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
23:35:23,523 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
23:35:23,567 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
23:35:23,567 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
23:35:23,567 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
23:35:23,567 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
23:35:23,570 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE]
23:35:23,581 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1711574013 - No compression will be used
23:35:23,582 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1711574013 - Will use the pattern /data/nutzwk/logs/sys-%d{yyyy-MM-dd}-4596.log for the active file
23:35:23,586 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/data/nutzwk/logs/sys-%d{yyyy-MM-dd}-4596.log'.
23:35:23,586 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
23:35:23,589 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Sat Mar 14 23:35:23 EDT 2020
23:35:23,590 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
23:35:23,591 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - Active log file name: /data/nutzwk/logs/sys-2020-03-14-4596.log
23:35:23,591 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE] - File property is set to [null]
23:35:23,592 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
23:35:23,593 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC]
23:35:23,594 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE] to ch.qos.logback.classic.AsyncAppender[ASYNC]
23:35:23,594 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Attaching appender named [FILE] to AsyncAppender.
23:35:23,594 |-INFO in ch.qos.logback.classic.AsyncAppender[ASYNC] - Setting discardingThreshold to 0
23:35:23,594 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [java] to false
23:35:23,595 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.jetty] to INFO
23:35:23,595 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[org.eclipse.jetty]
23:35:23,595 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
23:35:23,595 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
23:35:23,595 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC] to Logger[ROOT]
23:35:23,595 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
23:35:23,595 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@61443d8f - Registering current configuration as safe fallback point

[INFO ] 23:35:23.760 [main] org.nutz.boot.banner.SimpleBannerPrinter - 
 _  _ _   _ _____ ______      ___  __
| \| | | | |_   _|_  /\ \    / / |/ /
| .` | |_| | | |  / /  \ \/\/ /| ' <
|_|\_|\___/  |_| /___|  \_/\_/ |_|\_\

:: Built with NutzWk

[DEBUG] 23:35:23.817 [main] org.nutz.resource.Scans - Locations count=2 time use 49ms
[DEBUG] 23:35:23.826 [main] org.nutz.resource.Scans - Found 1 resource by src( custom/ ) , regex( ^.+[.]properties$ )
[DEBUG] 23:35:23.826 [main] org.nutz.ioc.impl.PropertiesProxy - load properties from jar:file:/data/wk-nb-service-sys-5.2.7-SNAPSHOT.jar!/custom/emtry.properties
[DEBUG] 23:35:23.828 [main] org.nutz.boot.config.impl.PropertiesConfigureLoader - Loading Properties  - application.properties
[DEBUG] 23:35:23.857 [main] org.nutz.resource.Scans - Found 1 resource by src( ioc/ ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 23:35:23.857 [main] org.nutz.ioc.loader.json.JsonLoader - loading [emtry.json]
[DEBUG] 23:35:23.858 [main] org.nutz.ioc.loader.json.JsonLoader - Loaded 0 bean define from path=[ioc/] --> []
[DEBUG] 23:35:23.890 [main] org.nutz.castor.Castors - Using 107 castor for Castors
[DEBUG] 23:35:23.897 [main] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=org.nutz.aop.interceptor.async.Async by type=org.nutz.aop.interceptor.async.AsyncAopIocLoader
[INFO ] 23:35:23.900 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'cn.wizzer'
[DEBUG] 23:35:24.033 [main] org.nutz.resource.Scans - Found 997 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[INFO ] 23:35:24.200 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dubboRpcSysMainLauncher                 ' - cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher
[INFO ] 23:35:24.207 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'auditSetServiceImpl                     ' - cn.wizzer.app.sys.modules.services.impl.AuditSetServiceImpl
[INFO ] 23:35:24.213 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'chatMemberServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.ChatMemberServiceImpl
[INFO ] 23:35:24.217 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'chatServiceImpl                         ' - cn.wizzer.app.sys.modules.services.impl.ChatServiceImpl
[INFO ] 23:35:24.219 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dataIsolationSettingServiceImpl         ' - cn.wizzer.app.sys.modules.services.impl.DataIsolationSettingServiceImpl
[INFO ] 23:35:24.224 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'messageIndexServiceImpl                 ' - cn.wizzer.app.sys.modules.services.impl.MessageIndexServiceImpl
[INFO ] 23:35:24.225 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'messageServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.MessageServiceImpl
[INFO ] 23:35:24.229 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'messageTemplateServiceImpl              ' - cn.wizzer.app.sys.modules.services.impl.MessageTemplateServiceImpl
[INFO ] 23:35:24.230 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sensitiveWordServiceImpl                ' - cn.wizzer.app.sys.modules.services.impl.SensitiveWordServiceImpl
[INFO ] 23:35:24.231 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'storeOrgServiceImpl                     ' - cn.wizzer.app.sys.modules.services.impl.StoreOrgServiceImpl
[INFO ] 23:35:24.232 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysApiServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysApiServiceImpl
[INFO ] 23:35:24.233 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppConfServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppConfServiceImpl
[INFO ] 23:35:24.234 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppListServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppListServiceImpl
[INFO ] 23:35:24.235 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppTaskServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppTaskServiceImpl
[INFO ] 23:35:24.235 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAttBusiServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAttBusiServiceImpl
[INFO ] 23:35:24.236 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAttServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysAttServiceImpl
[INFO ] 23:35:24.238 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysConfigServiceImpl                    ' - cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl
[INFO ] 23:35:24.238 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysDictServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl
[INFO ] 23:35:24.241 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysLogServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl
[INFO ] 23:35:24.243 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMenuServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl
[INFO ] 23:35:24.244 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl
[INFO ] 23:35:24.244 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgUserServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl
[INFO ] 23:35:24.246 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysOutLinkServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysOutLinkServiceImpl
[INFO ] 23:35:24.247 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRoleServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl
[INFO ] 23:35:24.248 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRouteServiceImpl                     ' - cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl
[INFO ] 23:35:24.248 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysTaskServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl
[INFO ] 23:35:24.249 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUnitServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl
[INFO ] 23:35:24.249 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUserServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl
[INFO ] 23:35:24.274 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'code128Util                             ' - cn.wizzer.util.Code128Util
[INFO ] 23:35:24.275 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'cookieUtil                              ' - cn.wizzer.util.CookieUtil
[INFO ] 23:35:24.276 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dateUtil                                ' - cn.wizzer.util.DateUtil
[INFO ] 23:35:24.278 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'moneyUtil                               ' - cn.wizzer.util.MoneyUtil
[INFO ] 23:35:24.278 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'springUtil                              ' - cn.wizzer.util.SpringUtil
[INFO ] 23:35:24.279 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'stringUtil                              ' - cn.wizzer.util.StringUtil
[INFO ] 23:35:24.280 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'org.nutz.boot.starter'
[DEBUG] 23:35:24.282 [main] org.nutz.resource.Scans - Found 45 resource by src( org/nutz/boot/starter/ ) , regex( ^.+[.]class$ )
[INFO ] 23:35:24.290 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dubboStarter                            ' - org.nutz.boot.starter.dubbo.DubboStarter
[INFO ] 23:35:24.290 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'nutDaoStarter                           ' - org.nutz.boot.starter.nutz.dao.NutDaoStarter
[DEBUG] 23:35:24.294 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.getSqlManager(...) define as name=sqlManager
[DEBUG] 23:35:24.294 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.createCacheSerializer(...) define as name=daoCacheSerializer
[DEBUG] 23:35:24.295 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.createDaoCacheInterceptor(...) define as name=daoCacheInterceptor
[DEBUG] 23:35:24.295 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : NutDaoStarter.getDao(...) define as name=dao
[INFO ] 23:35:24.297 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'druidWebStatFilterStarter               ' - org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter
[INFO ] 23:35:24.299 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'druidWebStatServletStarter              ' - org.nutz.boot.starter.jdbc.DruidWebStatServletStarter
[INFO ] 23:35:24.299 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dataSourceStarter                       ' - org.nutz.boot.starter.jdbc.DataSourceStarter
[DEBUG] 23:35:24.300 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.getDataSource(...) define as name=dataSource
[DEBUG] 23:35:24.300 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.createDruidDataSource(...) define as name=druidDataSource
[DEBUG] 23:35:24.300 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader - Found @IocBean method : DataSourceStarter.createHikariCPDataSource(...) define as name=hikariDataSource
[INFO ] 23:35:24.301 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sentinelStarter                         ' - org.nutz.boot.starter.sentinel.SentinelStarter
[INFO ] 23:35:24.308 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelProperty                        ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty
[INFO ] 23:35:24.308 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelService                         ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelService
[INFO ] 23:35:24.309 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelHeartbeatThread                 ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelHeartbeatThread
[INFO ] 23:35:24.311 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'logbackStarter                          ' - org.nutz.boot.starter.logback.exts.LogbackStarter
[INFO ] 23:35:24.311 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'seataDataSourceHandler                  ' - org.nutz.boot.starter.seata.datasource.SeataDataSourceHandler
[INFO ] 23:35:24.312 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add '$aop_fescar_GlobalLock                  ' - org.nutz.boot.starter.seata.aop.lock.SeataLockAopMaker
[INFO ] 23:35:24.312 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add '$aop_fescar_GlobalTransactional         ' - org.nutz.boot.starter.seata.aop.trans.SeataTransAopMaker
[INFO ] 23:35:24.313 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'seataStarter                            ' - org.nutz.boot.starter.seata.SeataStarter
[DEBUG] 23:35:24.314 [main] org.nutz.boot.NbApp - Found jar:file:/data/wk-nb-service-sys-5.2.7-SNAPSHOT.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[INFO ] 23:35:24.323 [main] org.nutz.boot.NbApp - 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|
|39  |seata.applicationId                     |yes       |                    |          |seata应用id           |org.nutz.boot.starter.seata.SeataStarter|
|40  |seata.create_undo_table                 |no        |                    |true      |自动创建undo表           |org.nutz.boot.starter.seata.SeataStarter|
|41  |seata.enabled                           |no        |                    |false     |seata是否启用           |org.nutz.boot.starter.seata.SeataStarter|
|42  |seata.txServiceGroup                    |yes       |                    |          |seata事务组            |org.nutz.boot.starter.seata.SeataStarter|
|43  |sentinel.channel                        |no        |                    |sentinel  |Sentinel规则存储channel值|org.nutz.boot.starter.sentinel.SentinelStarter|
|44  |sentinel.csp.sentinel.api.port          |no        |                    |8721      |Sentinel客户端端口       |org.nutz.boot.starter.sentinel.SentinelStarter|
|45  |sentinel.csp.sentinel.dashboard.server  |no        |                    |localhost:9090|Sentinel控制台地址       |org.nutz.boot.starter.sentinel.SentinelStarter|
|46  |sentinel.csp.sentinel.heartbeat.client.ip|no        |                    |          |Sentinel客户端IP,不配置则自动获取本地IP|org.nutz.boot.starter.sentinel.SentinelStarter|
|47  |sentinel.csp.sentinel.heartbeat.interval.ms|no        |                    |3000      |Sentinel客户端通信间隔毫秒数  |org.nutz.boot.starter.sentinel.SentinelStarter|
|48  |sentinel.enabled                        |no        |                    |false     |是否启动Sentinel客户端     |org.nutz.boot.starter.sentinel.SentinelStarter|
|49  |sentinel.project.name                   |no        |                    |          |Sentinel客户端名称,不设置则自动获取nutz.application.name|org.nutz.boot.starter.sentinel.SentinelStarter|
|50  |sentinel.rulekey                        |no        |                    |nutzboot  |Sentinel规则存储key值    |org.nutz.boot.starter.sentinel.SentinelStarter|
[INFO ] 23:35:24.328 [main] org.nutz.ioc.impl.NutIoc - ... NutIoc init complete
[DEBUG] 23:35:24.329 [main] org.nutz.ioc.impl.ScopeContext - Save object 'appContext' to [app] 
[DEBUG] 23:35:24.329 [main] org.nutz.ioc.impl.ScopeContext - Save object 'conf' to [app] 
[DEBUG] 23:35:24.329 [main] org.nutz.ioc.impl.ScopeContext - Save object 'nbApp' to [app] 
[DEBUG] 23:35:24.330 [main] org.nutz.ioc.impl.ScopeContext - Save object 'counterService' to [app] 
[DEBUG] 23:35:24.334 [main] org.nutz.boot.starter.dubbo.DubboIocLoaderStarter - using dubbo configure from PropertiesProxy
[DEBUG] 23:35:24.335 [main] org.nutz.boot.AppContext - select random port=13127 for dubbo.protocol.port
[DEBUG] 23:35:24.364 [main] org.nutz.ioc.impl.PropertiesProxy - no such field(name=qos.enable) at object class=com.alibaba.dubbo.config.ApplicationConfig, skip
[DEBUG] 23:35:24.393 [main] org.nutz.resource.Scans - Found 1 resource by src( org/nutz/integration/jedis/jedis.js ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 23:35:24.394 [main] org.nutz.ioc.loader.json.JsonLoader - loading [org/nutz/integration/jedis/jedis.js]
[DEBUG] 23:35:24.394 [main] org.nutz.ioc.loader.json.JsonLoader - Loaded 9 bean define from path=[org/nutz/integration/jedis/jedis.js] --> [redisService, jedisCluster, jedisClusterNodes, jedisClusterWrapper, pubSubService, jedisPoolConfig, jedisPool, jedisAgent, redis]
[INFO ] 23:35:24.396 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'org.nutz.plugins.wkcache'
[DEBUG] 23:35:24.399 [main] org.nutz.resource.Scans - Found 13 resource by src( org/nutz/plugins/wkcache/ ) , regex( ^.+[.]class$ )
[INFO ] 23:35:24.401 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheRemoveEntryInterceptor           ' - org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor
[INFO ] 23:35:24.402 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheResultInterceptor                ' - org.nutz.plugins.wkcache.WkcacheResultInterceptor
[INFO ] 23:35:24.402 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheUpdateInterceptor                ' - org.nutz.plugins.wkcache.WkcacheUpdateInterceptor
[INFO ] 23:35:24.402 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheRemoveAllInterceptor             ' - org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor
[INFO ] 23:35:24.403 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add '$aop_wkcache                            ' - org.nutz.plugins.wkcache.WkcacheAopConfigure
[DEBUG] 23:35:24.403 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 23:35:24.403 [main] org.nutz.ioc.impl.NutIoc - Get '$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.404 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=$aop_async
[DEBUG] 23:35:24.404 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:24.404 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.413 [main] org.nutz.ioc.impl.NutIoc - Get 'seataDataSourceHandler'<interface org.nutz.ioc.IocEventListener>
[DEBUG] 23:35:24.413 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=seataDataSourceHandler
[DEBUG] 23:35:24.413 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(seataDataSourceHandler) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.414 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'seataDataSourceHandler'<interface org.nutz.ioc.IocEventListener>
[DEBUG] 23:35:24.414 [main] org.nutz.ioc.impl.ScopeContext - Save object 'seataDataSourceHandler' to [app] 
[INFO ] 23:35:24.414 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - skip aop check , type=org.nutz.boot.starter.seata.datasource.SeataDataSourceHandler
[DEBUG] 23:35:24.419 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 23:35:24.420 [main] org.nutz.ioc.impl.ScopeContext - Save object '$aop_async' to [app] 
[DEBUG] 23:35:24.426 [main] org.nutz.ioc.impl.NutIoc - Get '$aop_fescar_GlobalLock'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.426 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=$aop_fescar_GlobalLock
[DEBUG] 23:35:24.426 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_fescar_GlobalLock) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.426 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'$aop_fescar_GlobalLock'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.426 [main] org.nutz.ioc.impl.ScopeContext - Save object '$aop_fescar_GlobalLock' to [app] 
[DEBUG] 23:35:24.427 [main] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=io.seata.spring.annotation.GlobalLock by type=org.nutz.boot.starter.seata.aop.lock.SeataLockAopMaker
[DEBUG] 23:35:24.427 [main] org.nutz.ioc.impl.NutIoc - Get '$aop_fescar_GlobalTransactional'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.428 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=$aop_fescar_GlobalTransactional
[DEBUG] 23:35:24.428 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_fescar_GlobalTransactional) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.428 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'$aop_fescar_GlobalTransactional'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.428 [main] org.nutz.ioc.impl.ScopeContext - Save object '$aop_fescar_GlobalTransactional' to [app] 
[DEBUG] 23:35:24.433 [main] io.netty.util.internal.logging.InternalLoggerFactory - Using SLF4J as the default logging framework
[DEBUG] 23:35:24.435 [main] io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.level: simple
[DEBUG] 23:35:24.435 [main] io.netty.util.ResourceLeakDetector - -Dio.netty.leakDetection.targetRecords: 4
[DEBUG] 23:35:24.449 [main] io.netty.util.internal.PlatformDependent0 - -Dio.netty.noUnsafe: false
[DEBUG] 23:35:24.449 [main] io.netty.util.internal.PlatformDependent0 - Java version: 8
[DEBUG] 23:35:24.450 [main] io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
[DEBUG] 23:35:24.451 [main] io.netty.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
[DEBUG] 23:35:24.451 [main] io.netty.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
[DEBUG] 23:35:24.457 [main] io.netty.util.internal.PlatformDependent0 - direct buffer constructor: available
[DEBUG] 23:35:24.458 [main] io.netty.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: available, true
[DEBUG] 23:35:24.458 [main] io.netty.util.internal.PlatformDependent0 - jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable prior to Java9
[DEBUG] 23:35:24.458 [main] io.netty.util.internal.PlatformDependent0 - java.nio.DirectByteBuffer.<init>(long, int): available
[DEBUG] 23:35:24.458 [main] io.netty.util.internal.PlatformDependent - sun.misc.Unsafe: available
[DEBUG] 23:35:24.458 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.tmpdir: /tmp (java.io.tmpdir)
[DEBUG] 23:35:24.458 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.bitMode: 64 (sun.arch.data.model)
[DEBUG] 23:35:24.459 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.maxDirectMemory: 3704094720 bytes
[DEBUG] 23:35:24.459 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.uninitializedArrayAllocationThreshold: -1
[DEBUG] 23:35:24.460 [main] io.netty.util.internal.CleanerJava6 - java.nio.ByteBuffer.cleaner(): available
[DEBUG] 23:35:24.460 [main] io.netty.util.internal.PlatformDependent - -Dio.netty.noPreferDirect: false
[DEBUG] 23:35:24.460 [main] io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@6b44435b
[DEBUG] 23:35:24.466 [main] io.netty.util.internal.PlatformDependent - org.jctools-core.MpscChunkedArrayQueue: available
[DEBUG] 23:35:24.469 [main] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=io.seata.spring.annotation.GlobalTransactional by type=org.nutz.boot.starter.seata.aop.trans.SeataTransAopMaker
[DEBUG] 23:35:24.469 [main] org.nutz.ioc.impl.NutIoc - Get '$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.469 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=$aop_wkcache
[DEBUG] 23:35:24.469 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_wkcache) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:24.469 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'$aop_wkcache'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 23:35:24.469 [main] org.nutz.ioc.impl.ScopeContext - Save object '$aop_wkcache' to [app] 
[DEBUG] 23:35:24.470 [main] org.nutz.ioc.aop.SimpleAopMaker - Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
[DEBUG] 23:35:24.470 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dubboStarter
[DEBUG] 23:35:24.470 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.470 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 23:35:24.470 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboStarter' to [app] 
[DEBUG] 23:35:24.471 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.dubbo.DubboStarter without AOP
[DEBUG] 23:35:24.472 [main] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 23:35:24.472 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=nutDaoStarter
[DEBUG] 23:35:24.472 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(nutDaoStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.472 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 23:35:24.472 [main] org.nutz.ioc.impl.ScopeContext - Save object 'nutDaoStarter' to [app] 
[DEBUG] 23:35:24.473 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.nutz.dao.NutDaoStarter without AOP
[DEBUG] 23:35:24.474 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 23:35:24.475 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 23:35:24.475 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dataSourceStarter
[DEBUG] 23:35:24.475 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataSourceStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.475 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 23:35:24.475 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dataSourceStarter' to [app] 
[DEBUG] 23:35:24.475 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DataSourceStarter without AOP
[DEBUG] 23:35:24.478 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 23:35:24.479 [main] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 23:35:24.479 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=druidWebStatFilterStarter
[DEBUG] 23:35:24.479 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidWebStatFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.479 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 23:35:24.479 [main] org.nutz.ioc.impl.ScopeContext - Save object 'druidWebStatFilterStarter' to [app] 
[DEBUG] 23:35:24.479 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter without AOP
[DEBUG] 23:35:24.481 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 23:35:24.481 [main] org.nutz.ioc.impl.NutIoc - Get 'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 23:35:24.481 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=druidWebStatServletStarter
[DEBUG] 23:35:24.481 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidWebStatServletStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.481 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 23:35:24.481 [main] org.nutz.ioc.impl.ScopeContext - Save object 'druidWebStatServletStarter' to [app] 
[DEBUG] 23:35:24.481 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter without AOP
[DEBUG] 23:35:24.483 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 23:35:24.483 [main] org.nutz.ioc.impl.NutIoc - Get 'sentinelStarter'<class org.nutz.boot.starter.sentinel.SentinelStarter>
[DEBUG] 23:35:24.483 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sentinelStarter
[DEBUG] 23:35:24.483 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sentinelStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.483 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sentinelStarter'<class org.nutz.boot.starter.sentinel.SentinelStarter>
[DEBUG] 23:35:24.484 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sentinelStarter' to [app] 
[DEBUG] 23:35:24.484 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.sentinel.SentinelStarter without AOP
[DEBUG] 23:35:24.485 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 23:35:24.485 [main] org.nutz.ioc.impl.NutIoc - Get 'seataStarter'<class org.nutz.boot.starter.seata.SeataStarter>
[DEBUG] 23:35:24.485 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=seataStarter
[DEBUG] 23:35:24.485 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(seataStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.485 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'seataStarter'<class org.nutz.boot.starter.seata.SeataStarter>
[DEBUG] 23:35:24.486 [main] org.nutz.ioc.impl.ScopeContext - Save object 'seataStarter' to [app] 
[DEBUG] 23:35:24.486 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.seata.SeataStarter without AOP
[DEBUG] 23:35:24.486 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 23:35:24.487 [main] org.nutz.ioc.impl.NutIoc - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 23:35:24.489 [main] org.nutz.ioc.impl.NutIoc - Get 'seataStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 23:35:24.489 [main] org.nutz.ioc.impl.NutIoc - Get 'sentinelStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 23:35:24.489 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 23:35:24.489 [main] org.nutz.ioc.impl.NutIoc - Get 'logbackStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 23:35:24.490 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=logbackStarter
[DEBUG] 23:35:24.490 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(logbackStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.490 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'logbackStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 23:35:24.490 [main] org.nutz.ioc.impl.ScopeContext - Save object 'logbackStarter' to [app] 
[DEBUG] 23:35:24.490 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.LogbackStarter without AOP
[DEBUG] 23:35:24.491 [main] org.nutz.ioc.impl.NutIoc - Get 'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 23:35:24.491 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=loglevelProperty
[DEBUG] 23:35:24.491 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(loglevelProperty) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.491 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'loglevelProperty'<class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty>
[DEBUG] 23:35:24.491 [main] org.nutz.ioc.impl.ScopeContext - Save object 'loglevelProperty' to [app] 
[DEBUG] 23:35:24.492 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty without AOP
[DEBUG] 23:35:24.497 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[WARN ] 23:35:24.589 [configOperate_1_2] io.seata.config.FileConfiguration - Could not found property service.disableGlobalTransaction, try to use default value instead.
[INFO ] 23:35:24.589 [main] org.nutz.boot.starter.seata.SeataStarter - seata applicationId=dubbo-fescar-account txServiceGroup=my_test_tx_group
[INFO ] 23:35:24.589 [main] org.nutz.boot.starter.seata.SeataStarter - Initializing Global Transaction Clients ... 
[DEBUG] 23:35:24.608 [main] io.netty.channel.MultithreadEventLoopGroup - -Dio.netty.eventLoopThreads: 16
[DEBUG] 23:35:24.621 [main] io.netty.channel.nio.NioEventLoop - -Dio.netty.noKeySetOptimization: false
[DEBUG] 23:35:24.621 [main] io.netty.channel.nio.NioEventLoop - -Dio.netty.selectorAutoRebuildThreshold: 512
[INFO ] 23:35:24.637 [main] io.seata.core.rpc.netty.AbstractRpcRemotingClient - RpcClientBootstrap has started
[INFO ] 23:35:24.639 [main] org.nutz.boot.starter.seata.SeataStarter - Transaction Manager Client is initialized. applicationId[dubbo-fescar-account] txServiceGroup[my_test_tx_group]
[WARN ] 23:35:24.646 [configOperate_1_2] io.seata.config.FileConfiguration - Could not found property client.async.commit.buffer.limit, try to use default value instead.
[INFO ] 23:35:24.646 [main] io.seata.rm.datasource.AsyncWorker - Async Commit Buffer Limit: 10000
[INFO ] 23:35:24.650 [main] io.seata.core.rpc.netty.AbstractRpcRemotingClient - RpcClientBootstrap has started
[INFO ] 23:35:24.651 [main] org.nutz.boot.starter.seata.SeataStarter - Resource Manager is initialized. applicationId[dubbo-fescar-account] txServiceGroup[my_test_tx_group]
[INFO ] 23:35:24.651 [main] org.nutz.boot.starter.seata.SeataStarter - Global Transaction Clients are initialized. 
[DEBUG] 23:35:24.651 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 23:35:24.651 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dubboManager
[DEBUG] 23:35:24.651 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboManager) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:24.651 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 23:35:24.651 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboManager' to [app] 
[DEBUG] 23:35:24.651 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.DubboManager without AOP
[DEBUG] 23:35:24.653 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:24.653 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dubbo_iobjs
[DEBUG] 23:35:24.653 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubbo_iobjs) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:24.653 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dubbo_iobjs'<>
[DEBUG] 23:35:24.653 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubbo_iobjs' to [app] 
[DEBUG] 23:35:24.654 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class java.util.HashMap without AOP
[DEBUG] 23:35:24.654 [main] org.nutz.integration.dubbo.DubboManager - dubbo obj count=6
[DEBUG] 23:35:24.654 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 23:35:24.655 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dubboAnnotationBean
[DEBUG] 23:35:24.655 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboAnnotationBean) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:24.655 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 23:35:24.655 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboAnnotationBean' to [app] 
[DEBUG] 23:35:24.655 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.AnnotationBean without AOP
[DEBUG] 23:35:24.655 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:24.747 [main] org.nutz.resource.Scans - Found 997 resource by src( cn/wizzer/ ) , regex( ^.+[.]class$ )
[DEBUG] 23:35:24.953 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:24.953 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:24.953 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:24.953 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:24.953 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:24.953 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - Get 'sysAttServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAttServiceImpl>
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysAttServiceImpl
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysAttServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAttServiceImpl>
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysAttServiceImpl' to [app] 
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dao
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dao) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dao'<>
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dao' to [app] 
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dataSource
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dataSource'<interface javax.sql.DataSource>
[DEBUG] 23:35:24.955 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dataSource' to [app] 
[DEBUG] 23:35:24.956 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<>
[DEBUG] 23:35:24.957 [main] org.nutz.ioc.impl.NutIoc - Get 'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 23:35:24.957 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=druidDataSource
[DEBUG] 23:35:24.957 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(druidDataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:24.957 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 23:35:24.957 [main] org.nutz.ioc.impl.ScopeContext - Save object 'druidDataSource' to [app] 
[DEBUG] 23:35:24.957 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSourceStarter'<>
[INFO ] 23:35:24.990 [main] org.nutz.boot.starter.seata.datasource.SeataDataSourceHandler - proxy DruidDataSource : 1830969563
[WARN ] 23:35:24.991 [configOperate_1_2] io.seata.config.FileConfiguration - Could not found property client.table.meta.check.enable, try to use default value instead.
[INFO ] 23:35:25.060 [main] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
[INFO ] 23:35:25.200 [main] io.seata.core.rpc.netty.RmRpcClient - register to RM resourceId:jdbc:mysql://172.31.72.54:3306/youxiao
[INFO ] 23:35:25.202 [main] io.seata.core.rpc.netty.NettyClientChannelManager - will connect to 120.92.153.163:8091
[INFO ] 23:35:25.202 [main] io.seata.core.rpc.netty.RmRpcClient - RM will register :jdbc:mysql://172.31.72.54:3306/youxiao
[INFO ] 23:35:25.203 [main] io.seata.core.rpc.netty.NettyPoolableFactory - NettyPool create channel to transactionRole:RMROLE,address:120.92.153.163:8091,msg:< RegisterRMRequest{resourceIds='jdbc:mysql://172.31.72.54:3306/youxiao', applicationId='dubbo-fescar-account', transactionServiceGroup='my_test_tx_group'} >
[DEBUG] 23:35:25.666 [main] io.netty.channel.DefaultChannelId - -Dio.netty.processId: 4596 (auto-detected)
[DEBUG] 23:35:25.668 [main] io.netty.util.NetUtil - -Djava.net.preferIPv4Stack: false
[DEBUG] 23:35:25.668 [main] io.netty.util.NetUtil - -Djava.net.preferIPv6Addresses: false
[DEBUG] 23:35:25.669 [main] io.netty.util.NetUtil - Loopback interface: lo (lo, 0:0:0:0:0:0:0:1%lo)
[DEBUG] 23:35:25.670 [main] io.netty.util.NetUtil - /proc/sys/net/core/somaxconn: 128
[DEBUG] 23:35:25.671 [main] io.netty.channel.DefaultChannelId - -Dio.netty.machineId: 00:50:56:ff:fe:82:2f:ec (auto-detected)
[DEBUG] 23:35:25.675 [main] io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.initialSize: 1024
[DEBUG] 23:35:25.675 [main] io.netty.util.internal.InternalThreadLocalMap - -Dio.netty.threadLocalMap.stringBuilder.maxSize: 4096
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numHeapArenas: 16
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.numDirectArenas: 16
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.pageSize: 8192
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxOrder: 11
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.chunkSize: 16777216
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.tinyCacheSize: 512
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.smallCacheSize: 256
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.normalCacheSize: 64
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedBufferCapacity: 32768
[DEBUG] 23:35:25.697 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.cacheTrimInterval: 8192
[DEBUG] 23:35:25.698 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.useCacheForAllThreads: true
[DEBUG] 23:35:25.698 [main] io.netty.buffer.PooledByteBufAllocator - -Dio.netty.allocator.maxCachedByteBuffersPerChunk: 1023
[DEBUG] 23:35:25.704 [main] io.netty.buffer.ByteBufUtil - -Dio.netty.allocator.type: pooled
[DEBUG] 23:35:25.704 [main] io.netty.buffer.ByteBufUtil - -Dio.netty.threadLocalDirectBufferSize: 0
[DEBUG] 23:35:25.704 [main] io.netty.buffer.ByteBufUtil - -Dio.netty.maxThreadLocalCharBufferSize: 16384
[WARN ] 23:35:25.730 [configOperate_1_2] io.seata.config.FileConfiguration - Could not found property transport.serialization, try to use default value instead.
[WARN ] 23:35:25.730 [configOperate_1_2] io.seata.config.FileConfiguration - Could not found property transport.compressor, try to use default value instead.
[DEBUG] 23:35:25.735 [main] io.netty.util.Recycler - -Dio.netty.recycler.maxCapacityPerThread: 4096
[DEBUG] 23:35:25.735 [main] io.netty.util.Recycler - -Dio.netty.recycler.maxSharedCapacityFactor: 2
[DEBUG] 23:35:25.735 [main] io.netty.util.Recycler - -Dio.netty.recycler.linkCapacity: 16
[DEBUG] 23:35:25.735 [main] io.netty.util.Recycler - -Dio.netty.recycler.ratio: 8
[DEBUG] 23:35:25.744 [NettyClientSelector_RMROLE_1] io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkAccessible: true
[DEBUG] 23:35:25.744 [NettyClientSelector_RMROLE_1] io.netty.buffer.AbstractByteBuf - -Dio.netty.buffer.checkBounds: true
[DEBUG] 23:35:25.744 [NettyClientSelector_RMROLE_1] io.netty.util.ResourceLeakDetectorFactory - Loaded default ResourceLeakDetector: io.netty.util.ResourceLeakDetector@4fa22e7c
[INFO ] 23:35:25.749 [NettyClientSelector_RMROLE_1] io.seata.common.loader.EnhancedServiceLoader - load Codec[SEATA] extension by class[io.seata.codec.seata.SeataCodec]
[DEBUG] 23:35:25.778 [NettyClientSelector_RMROLE_1] io.seata.core.rpc.netty.AbstractRpcRemoting - io.seata.core.rpc.netty.RmRpcClient@99abc04 msgId:1, future :io.seata.core.protocol.MessageFuture@a8f8bd2, body:version=0.9.0,extraData=null,identified=true,resultCode=null,msg=null
[INFO ] 23:35:25.779 [main] io.seata.core.rpc.netty.RmRpcClient - register RM success. server version:0.9.0,channel:[id: 0xfa9b8b56, L:/172.31.72.53:35809 - R:/120.92.153.163:8091]
[INFO ] 23:35:25.787 [main] io.seata.core.rpc.netty.NettyPoolableFactory - register success, cost 58 ms, version:0.9.0,role:RMROLE,channel:[id: 0xfa9b8b56, L:/172.31.72.53:35809 - R:/120.92.153.163:8091]
[INFO ] 23:35:25.788 [main] io.seata.core.rpc.netty.RmRpcClient - register to RM resourceId:jdbc:mysql://172.31.72.54:3306/youxiao
[INFO ] 23:35:25.789 [main] io.seata.core.rpc.netty.RmRpcClient - register resource, resourceId:jdbc:mysql://172.31.72.54:3306/youxiao
[DEBUG] 23:35:25.802 [NettyClientSelector_RMROLE_1] io.seata.core.rpc.netty.AbstractRpcRemoting - io.seata.core.rpc.netty.RmRpcClient@99abc04 msgId:2, future :io.seata.core.protocol.MessageFuture@72b01738, body:version=0.9.0,extraData=null,identified=true,resultCode=null,msg=null
[DEBUG] 23:35:25.802 [main] org.nutz.ioc.impl.NutIoc - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 23:35:25.802 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sqlManager
[DEBUG] 23:35:25.802 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sqlManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 23:35:25.802 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 23:35:25.802 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sqlManager' to [app] 
[DEBUG] 23:35:25.802 [main] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<>
[DEBUG] 23:35:25.810 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.dao.impl.NutDao without AOP
[DEBUG] 23:35:25.810 [main] org.nutz.ioc.impl.NutIoc - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 23:35:25.810 [main] org.nutz.ioc.impl.NutIoc - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 23:35:25.810 [main] org.nutz.ioc.impl.NutIoc - Get 'nutDaoStarter'<>
[DEBUG] 23:35:25.863 [main] org.nutz.dao.jdbc.Jdbcs - Jdbcs init complete
[INFO ] 23:35:25.863 [main] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[WARN ] 23:35:25.866 [configOperate_1_2] io.seata.config.FileConfiguration - Could not found property client.report.retry.count, try to use default value instead.
[WARN ] 23:35:25.866 [configOperate_1_2] io.seata.config.FileConfiguration - Could not found property client.lock.retry.policy.branch-rollback-on-conflict, try to use default value instead.
[DEBUG] 23:35:25.867 [main] org.nutz.dao.impl.DaoSupport - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 23:35:25.871 [main] org.nutz.dao.impl.DaoSupport - JDBC Driver --> mysql-connector-java-8.0.15 (Revision: 79a4336f140499bd22dd07f02b708e163844e3d5)
[DEBUG] 23:35:25.871 [main] org.nutz.dao.impl.DaoSupport - JDBC Name   --> MySQL Connector/J
[DEBUG] 23:35:25.871 [main] org.nutz.dao.impl.DaoSupport - JDBC URL    --> jdbc:mysql://172.31.72.54:3306/youxiao?useUnicode=true&characterEncoding=utf8&useSSL=false&serverTimezone=UTC
[INFO ] 23:35:25.875 [main] io.seata.common.loader.EnhancedServiceLoader - load ContextCore[null] extension by class[io.seata.core.context.ThreadLocalContextCore]
[DEBUG] 23:35:25.886 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_client=utf8mb4
[DEBUG] 23:35:25.886 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_connection=utf8mb4
[DEBUG] 23:35:25.886 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_database=utf8
[DEBUG] 23:35:25.886 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_filesystem=binary
[DEBUG] 23:35:25.886 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_results=
[DEBUG] 23:35:25.886 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_server=latin1
[DEBUG] 23:35:25.887 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_set_system=utf8
[DEBUG] 23:35:25.887 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : character_sets_dir=/usr/share/mysql/charsets/
[DEBUG] 23:35:25.888 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : binlog_format=STATEMENT
[DEBUG] 23:35:25.888 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : database=youxiao
[DEBUG] 23:35:25.889 [main] org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert - Mysql : user=root@172.31.72.53
[DEBUG] 23:35:26.060 [main] org.nutz.dao.impl.DaoSupport - Database info --> MYSQL:[MySQL - 5.6.47]
[DEBUG] 23:35:26.064 [main] org.nutz.resource.Scans - Found 0 resource by src( sqls/ ) , regex( .(sql|sqlx|sqls)$ )
[DEBUG] 23:35:26.064 [main] org.nutz.dao.impl.DaoSupport - SqlManager Sql count=0
[DEBUG] 23:35:26.064 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysAttServiceImpl without AOP
[DEBUG] 23:35:26.064 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.084 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_att
[DEBUG] 23:35:26.085 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.085 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.085 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.impl.NutIoc - Get 'sysConfigServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl>
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysConfigServiceImpl
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysConfigServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl>
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysConfigServiceImpl' to [app] 
[DEBUG] 23:35:26.086 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.087 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl without AOP
[DEBUG] 23:35:26.087 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.088 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_config
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.089 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.impl.NutIoc - Get 'messageServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.MessageServiceImpl>
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=messageServiceImpl
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'messageServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.MessageServiceImpl>
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.impl.ScopeContext - Save object 'messageServiceImpl' to [app] 
[DEBUG] 23:35:26.090 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.099 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.102 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Message
[DEBUG] 23:35:26.102 [main] org.nutz.ioc.val.ReferTypeValue - name=sensitiveWordService not found, search for type=cn.wizzer.app.sys.modules.services.SensitiveWordService
[DEBUG] 23:35:26.102 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.103 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sensitiveWordServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.impl.NutIoc - Get 'sensitiveWordServiceImpl'<interface cn.wizzer.app.sys.modules.services.SensitiveWordService>
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sensitiveWordServiceImpl
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sensitiveWordServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sensitiveWordServiceImpl'<interface cn.wizzer.app.sys.modules.services.SensitiveWordService>
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sensitiveWordServiceImpl' to [app] 
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SensitiveWordServiceImpl without AOP
[DEBUG] 23:35:26.104 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.106 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.SensitiveWord
[DEBUG] 23:35:26.106 [main] org.nutz.ioc.val.ReferTypeValue - name=messageIndexService not found, search for type=cn.wizzer.app.sys.modules.services.MessageIndexService
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.impl.NutIoc - Get 'messageIndexServiceImpl'<interface cn.wizzer.app.sys.modules.services.MessageIndexService>
[DEBUG] 23:35:26.107 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=messageIndexServiceImpl
[DEBUG] 23:35:26.108 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.108 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'messageIndexServiceImpl'<interface cn.wizzer.app.sys.modules.services.MessageIndexService>
[DEBUG] 23:35:26.108 [main] org.nutz.ioc.impl.ScopeContext - Save object 'messageIndexServiceImpl' to [app] 
[DEBUG] 23:35:26.108 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.109 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.111 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Message_Index
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.112 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sensitiveWordServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppConfServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.impl.NutIoc - Get 'sysRouteServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl>
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysRouteServiceImpl
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysRouteServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl>
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysRouteServiceImpl' to [app] 
[DEBUG] 23:35:26.113 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.114 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl without AOP
[DEBUG] 23:35:26.114 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.115 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_route
[DEBUG] 23:35:26.115 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.115 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.115 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.impl.NutIoc - Get 'messageTemplateServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.MessageTemplateServiceImpl>
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=messageTemplateServiceImpl
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'messageTemplateServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.MessageTemplateServiceImpl>
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.impl.ScopeContext - Save object 'messageTemplateServiceImpl' to [app] 
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.MessageTemplateServiceImpl without AOP
[DEBUG] 23:35:26.116 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.118 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.MessageTemplate
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.119 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sensitiveWordServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.impl.NutIoc - Get 'sysUnitServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl>
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysUnitServiceImpl
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysUnitServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl>
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysUnitServiceImpl' to [app] 
[DEBUG] 23:35:26.120 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.122 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.123 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_unit
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.impl.NutIoc - Get 'sysUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl>
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysUserServiceImpl
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl>
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysUserServiceImpl' to [app] 
[DEBUG] 23:35:26.124 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.125 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.125 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheResultInterceptor
[DEBUG] 23:35:26.125 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheResultInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.125 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.126 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.126 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheUpdateInterceptor
[DEBUG] 23:35:26.126 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheUpdateInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.126 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveEntryInterceptor
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveEntryInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveAllInterceptor
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveAllInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.127 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.128 [main] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 23:35:26.128 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=txREAD_COMMITTED
[DEBUG] 23:35:26.128 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.128 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 23:35:26.128 [main] org.nutz.ioc.impl.ScopeContext - Save object 'txREAD_COMMITTED' to [app] 
[DEBUG] 23:35:26.128 [main] org.nutz.ioc.impl.NutIoc - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 23:35:26.130 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.133 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_user
[DEBUG] 23:35:26.133 [main] org.nutz.ioc.val.ReferTypeValue - name=sysMenuService not found, search for type=cn.wizzer.app.sys.modules.services.SysMenuService
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.impl.NutIoc - Get 'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysMenuServiceImpl
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysMenuServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMenuService>
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysMenuServiceImpl' to [app] 
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl without AOP
[DEBUG] 23:35:26.134 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.136 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_menu
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.impl.NutIoc - Get 'chatMemberServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.ChatMemberServiceImpl>
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=chatMemberServiceImpl
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'chatMemberServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.ChatMemberServiceImpl>
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.impl.ScopeContext - Save object 'chatMemberServiceImpl' to [app] 
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.ChatMemberServiceImpl without AOP
[DEBUG] 23:35:26.137 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.139 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.ChatMember
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.val.ReferTypeValue - name=chatService not found, search for type=cn.wizzer.app.sys.modules.services.ChatService
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.139 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.impl.NutIoc - Get 'chatServiceImpl'<interface cn.wizzer.app.sys.modules.services.ChatService>
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=chatServiceImpl
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'chatServiceImpl'<interface cn.wizzer.app.sys.modules.services.ChatService>
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.impl.ScopeContext - Save object 'chatServiceImpl' to [app] 
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.ChatServiceImpl without AOP
[DEBUG] 23:35:26.140 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.142 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Chat
[DEBUG] 23:35:26.142 [main] org.nutz.ioc.val.ReferTypeValue - name=sysConfigService not found, search for type=cn.wizzer.app.sys.modules.services.SysConfigService
[DEBUG] 23:35:26.142 [main] org.nutz.ioc.impl.NutIoc - Get 'sysConfigServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysConfigService>
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.impl.NutIoc - Get 'sysAppListServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAppListServiceImpl>
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysAppListServiceImpl
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysAppListServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAppListServiceImpl>
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysAppListServiceImpl' to [app] 
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.143 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysAppListServiceImpl without AOP
[DEBUG] 23:35:26.144 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.145 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_app_list
[DEBUG] 23:35:26.145 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.145 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.145 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.impl.NutIoc - Get 'sysLogServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl>
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysLogServiceImpl
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysLogServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl>
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysLogServiceImpl' to [app] 
[DEBUG] 23:35:26.146 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.148 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.151 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_log
[DEBUG] 23:35:26.151 [main] org.nutz.ioc.val.ReferTypeValue - name=sysLogService not found, search for type=cn.wizzer.app.sys.modules.services.SysLogService
[DEBUG] 23:35:26.151 [main] org.nutz.ioc.impl.NutIoc - Get 'sysLogServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysLogService>
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - Get 'dataIsolationSettingServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.DataIsolationSettingServiceImpl>
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dataIsolationSettingServiceImpl
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dataIsolationSettingServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.DataIsolationSettingServiceImpl>
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dataIsolationSettingServiceImpl' to [app] 
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheResultInterceptor
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheResultInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheUpdateInterceptor
[DEBUG] 23:35:26.153 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheUpdateInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveEntryInterceptor
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveEntryInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveAllInterceptor
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveAllInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.154 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.155 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.157 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.dataIsolation.modules.models.Data_isolation_setting
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sensitiveWordServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppConfServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.158 [main] org.nutz.ioc.impl.NutIoc - Get 'sysAppConfServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAppConfServiceImpl>
[DEBUG] 23:35:26.159 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysAppConfServiceImpl
[DEBUG] 23:35:26.159 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppConfServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.159 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysAppConfServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAppConfServiceImpl>
[DEBUG] 23:35:26.159 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysAppConfServiceImpl' to [app] 
[DEBUG] 23:35:26.159 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.159 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysAppConfServiceImpl without AOP
[DEBUG] 23:35:26.159 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.160 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_app_conf
[DEBUG] 23:35:26.160 [main] org.nutz.ioc.impl.NutIoc - Get 'chatServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.ChatServiceImpl>
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.impl.NutIoc - Get 'sysRoleServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl>
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysRoleServiceImpl
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysRoleServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl>
[DEBUG] 23:35:26.161 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysRoleServiceImpl' to [app] 
[DEBUG] 23:35:26.162 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.163 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.165 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_role
[DEBUG] 23:35:26.165 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.165 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.165 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.165 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.165 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sensitiveWordServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppConfServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(storeOrgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(moneyUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.impl.NutIoc - Get 'sysAppTaskServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAppTaskServiceImpl>
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysAppTaskServiceImpl
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysAppTaskServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAppTaskServiceImpl>
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysAppTaskServiceImpl' to [app] 
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysAppTaskServiceImpl without AOP
[DEBUG] 23:35:26.166 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.167 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_app_task
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.impl.NutIoc - Get 'sysTaskServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl>
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysTaskServiceImpl
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysTaskServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl>
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysTaskServiceImpl' to [app] 
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl without AOP
[DEBUG] 23:35:26.176 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.177 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_task
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.178 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.impl.NutIoc - Get 'auditSetServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.AuditSetServiceImpl>
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=auditSetServiceImpl
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'auditSetServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.AuditSetServiceImpl>
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.impl.ScopeContext - Save object 'auditSetServiceImpl' to [app] 
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.AuditSetServiceImpl without AOP
[DEBUG] 23:35:26.179 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.180 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.audit.modules.models.AuditSet
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - Get 'sysMsgUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl>
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysMsgUserServiceImpl
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysMsgUserServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl>
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysMsgUserServiceImpl' to [app] 
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheResultInterceptor
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheResultInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheUpdateInterceptor
[DEBUG] 23:35:26.181 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheUpdateInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveEntryInterceptor
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveEntryInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveAllInterceptor
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveAllInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.182 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.183 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.185 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_msg_user
[DEBUG] 23:35:26.185 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.impl.NutIoc - Get 'sysAttBusiServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAttBusiServiceImpl>
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysAttBusiServiceImpl
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysAttBusiServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysAttBusiServiceImpl>
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysAttBusiServiceImpl' to [app] 
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysAttBusiServiceImpl without AOP
[DEBUG] 23:35:26.186 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.188 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_att_busi
[DEBUG] 23:35:26.188 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.188 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.188 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.188 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.188 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.188 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sensitiveWordServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUnitServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppConfServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRouteServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(storeOrgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.impl.NutIoc - Get 'storeOrgServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.StoreOrgServiceImpl>
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=storeOrgServiceImpl
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(storeOrgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'storeOrgServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.StoreOrgServiceImpl>
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.impl.ScopeContext - Save object 'storeOrgServiceImpl' to [app] 
[DEBUG] 23:35:26.189 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheResultInterceptor
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheResultInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheResultInterceptor'<class org.nutz.plugins.wkcache.WkcacheResultInterceptor>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheUpdateInterceptor
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheUpdateInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheUpdateInterceptor'<class org.nutz.plugins.wkcache.WkcacheUpdateInterceptor>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveEntryInterceptor
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveEntryInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveEntryInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - Get 'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=wkcacheRemoveAllInterceptor
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(wkcacheRemoveAllInterceptor) in AnnotationIocLoader(packages=[org.nutz.plugins.wkcache])
[DEBUG] 23:35:26.190 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'wkcacheRemoveAllInterceptor'<class org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor>
[DEBUG] 23:35:26.192 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.193 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.store.modules.models.Store_org
[DEBUG] 23:35:26.194 [main] org.nutz.ioc.impl.NutIoc - Get 'messageIndexServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.MessageIndexServiceImpl>
[DEBUG] 23:35:26.194 [main] org.nutz.ioc.impl.NutIoc - Get 'sensitiveWordServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SensitiveWordServiceImpl>
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAttBusiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(code128Util) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.impl.NutIoc - Get 'sysMsgServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl>
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysMsgServiceImpl
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysMsgServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl>
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysMsgServiceImpl' to [app] 
[DEBUG] 23:35:26.195 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.196 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl without AOP
[DEBUG] 23:35:26.196 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.197 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_msg
[DEBUG] 23:35:26.197 [main] org.nutz.ioc.val.ReferTypeValue - name=sysMsgUserService not found, search for type=cn.wizzer.app.sys.modules.services.SysMsgUserService
[DEBUG] 23:35:26.197 [main] org.nutz.ioc.impl.NutIoc - Get 'sysMsgUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysMsgUserService>
[DEBUG] 23:35:26.197 [main] org.nutz.ioc.val.ReferTypeValue - name=sysUserService not found, search for type=cn.wizzer.app.sys.modules.services.SysUserService
[DEBUG] 23:35:26.197 [main] org.nutz.ioc.impl.NutIoc - Get 'sysUserServiceImpl'<interface cn.wizzer.app.sys.modules.services.SysUserService>
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.impl.NutIoc - Get 'sysDictServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl>
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysDictServiceImpl
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysDictServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl>
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysDictServiceImpl' to [app] 
[DEBUG] 23:35:26.198 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.200 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.203 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_dict
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.impl.NutIoc - Get 'sysOutLinkServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysOutLinkServiceImpl>
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysOutLinkServiceImpl
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysOutLinkServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysOutLinkServiceImpl>
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysOutLinkServiceImpl' to [app] 
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysOutLinkServiceImpl without AOP
[DEBUG] 23:35:26.204 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.206 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.SysOutLink
[DEBUG] 23:35:26.206 [main] org.nutz.ioc.impl.NutIoc - Get 'sysMenuServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl>
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREPEATABLE_READ) in TransIocLoader@279781579
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txSERIALIZABLE) in TransIocLoader@279781579
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txNONE) in TransIocLoader@279781579
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(txREAD_COMMITTED) in TransIocLoader@279781579
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject($aop_async) in AsyncAopIocLoader@1088417975
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMenuServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysOutLinkServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(springUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(chatMemberServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dateUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(auditSetServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dataIsolationSettingServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysMsgUserServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysRoleServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(stringUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysConfigServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysTaskServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(cookieUtil) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageTemplateServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysAppListServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageIndexServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysLogServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRpcSysMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysDictServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(messageServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.impl.NutIoc - Get 'sysApiServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysApiServiceImpl>
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=sysApiServiceImpl
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(sysApiServiceImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 23:35:26.207 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'sysApiServiceImpl'<class cn.wizzer.app.sys.modules.services.impl.SysApiServiceImpl>
[DEBUG] 23:35:26.208 [main] org.nutz.ioc.impl.ScopeContext - Save object 'sysApiServiceImpl' to [app] 
[DEBUG] 23:35:26.208 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.208 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class cn.wizzer.app.sys.modules.services.impl.SysApiServiceImpl without AOP
[DEBUG] 23:35:26.208 [main] org.nutz.ioc.impl.NutIoc - Get 'dao'<>
[DEBUG] 23:35:26.209 [main] org.nutz.service.EntityService - Get TypeParams for self : cn.wizzer.app.sys.modules.models.Sys_api
[DEBUG] 23:35:26.209 [main] org.nutz.ioc.impl.NutIoc - Get 'jedisAgent'<class org.nutz.integration.jedis.JedisAgent>
[DEBUG] 23:35:26.209 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=jedisAgent
[DEBUG] 23:35:26.209 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(jedisAgent) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 23:35:26.209 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'jedisAgent'<class org.nutz.integration.jedis.JedisAgent>
[DEBUG] 23:35:26.209 [main] org.nutz.ioc.impl.ScopeContext - Save object 'jedisAgent' to [app] 
[DEBUG] 23:35:26.210 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.jedis.JedisAgent without AOP
[DEBUG] 23:35:26.212 [main] org.nutz.ioc.impl.NutIoc - Get 'conf'<>
[DEBUG] 23:35:26.212 [main] org.nutz.ioc.impl.NutIoc - Get 't2sl1u4e1ihe8qhii2i7e0vic5'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.212 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=t2sl1u4e1ihe8qhii2i7e0vic5
[DEBUG] 23:35:26.212 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(t2sl1u4e1ihe8qhii2i7e0vic5) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.212 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'t2sl1u4e1ihe8qhii2i7e0vic5'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.212 [main] org.nutz.ioc.impl.ScopeContext - Save object 't2sl1u4e1ihe8qhii2i7e0vic5' to [app] 
[DEBUG] 23:35:26.214 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.214 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.231 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.231 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dubboApplicationConfig
[DEBUG] 23:35:26.231 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboApplicationConfig) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.231 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.231 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboApplicationConfig' to [app] 
[DEBUG] 23:35:26.232 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class com.alibaba.dubbo.config.ApplicationConfig without AOP
[DEBUG] 23:35:26.232 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.232 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dubboRegistryConfig
[DEBUG] 23:35:26.232 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboRegistryConfig) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.232 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.232 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboRegistryConfig' to [app] 
[DEBUG] 23:35:26.233 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class com.alibaba.dubbo.config.RegistryConfig without AOP
[DEBUG] 23:35:26.233 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.233 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=dubboPrototeConfig
[DEBUG] 23:35:26.233 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(dubboPrototeConfig) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.233 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.233 [main] org.nutz.ioc.impl.ScopeContext - Save object 'dubboPrototeConfig' to [app] 
[DEBUG] 23:35:26.234 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class com.alibaba.dubbo.config.ProtocolConfig without AOP
INFO: log base dir is: /root/logs/csp/
INFO: log name use pid is: false
[INFO ] 23:35:26.463 [main] org.apache.curator.utils.Compatibility - Running in ZooKeeper 3.4.x compatibility mode
[INFO ] 23:35:26.481 [main] org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
[DEBUG] 23:35:26.482 [main] org.apache.curator.CuratorZookeeperClient - Starting
[DEBUG] 23:35:26.482 [main] org.apache.curator.ConnectionState - Starting
[DEBUG] 23:35:26.482 [main] org.apache.curator.ConnectionState - reset
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:host.name=<NA>
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_242
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Oracle Corporation
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.home=/usr/lib/jvm/java-1.8.0-openjdk-1.8.0.242.b08-0.el7_7.x86_64/jre
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=wk-nb-service-sys-5.2.7-SNAPSHOT.jar
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.version=3.10.0-123.el7.x86_64
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
[INFO ] 23:35:26.487 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/data
[INFO ] 23:35:26.488 [main] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=172.31.72.57:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@aaee2a2
[DEBUG] 23:35:26.490 [main] org.apache.zookeeper.ClientCnxn - zookeeper.disableAutoWatchReset is false
[INFO ] 23:35:26.499 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server 172.31.72.57/172.31.72.57:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO ] 23:35:26.499 [main] org.apache.curator.framework.imps.CuratorFrameworkImpl - Default schema
[INFO ] 23:35:26.500 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established to 172.31.72.57/172.31.72.57:2181, initiating session
[DEBUG] 23:35:26.501 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Session establishment request sent on 172.31.72.57/172.31.72.57:2181
[INFO ] 23:35:26.504 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server 172.31.72.57/172.31.72.57:2181, sessionid = 0x100049ccd140012, negotiated timeout = 40000
[DEBUG] 23:35:26.506 [main-EventThread] org.apache.curator.ConnectionState - Negotiated session timeout: 40000
[INFO ] 23:35:26.509 [main-EventThread] org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
[DEBUG] 23:35:26.509 [main-EventThread] org.apache.curator.framework.imps.CuratorFrameworkImpl - Clearing sleep for 0 operations
[DEBUG] 23:35:26.517 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 1,3  replyHeader:: 1,983,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers,F  response:: s{104,104,1584087547697,1584087547697,0,32,0,0,0,0,975} 
[DEBUG] 23:35:26.526 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 2,1  replyHeader:: 2,984,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUserService%2526methods%253DinsertRelation%252CfillMenu%252CinsertOrUpdate%252CdeleteCache%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteById%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetRoleCodeList%252ClistPageMap%252CdeleteByIds%252ClistPage%252CupdateWithVersion%252Cdata%252ChasChildren%252CinsertWith%252CclearCache%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMenusAndButtons%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326244,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUserService%2526methods%253DinsertRelation%252CfillMenu%252CinsertOrUpdate%252CdeleteCache%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteById%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetRoleCodeList%252ClistPageMap%252CdeleteByIds%252ClistPage%252CupdateWithVersion%252Cdata%252ChasChildren%252CinsertWith%252CclearCache%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMenusAndButtons%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326244 
[DEBUG] 23:35:26.528 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 3,3  replyHeader:: 3,984,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/configurators,F  response:: s{106,106,1584087547703,1584087547703,0,0,0,0,0,0,106} 
[DEBUG] 23:35:26.531 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 4,12  replyHeader:: 4,984,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/configurators,T  response:: v{},s{106,106,1584087547703,1584087547703,0,0,0,0,0,0,106} 
[DEBUG] 23:35:26.547 [main] org.nutz.ioc.impl.NutIoc - Get 'u2f7e0jsqgh65os1s5o7e4o1e1'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.547 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=u2f7e0jsqgh65os1s5o7e4o1e1
[DEBUG] 23:35:26.547 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(u2f7e0jsqgh65os1s5o7e4o1e1) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.547 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'u2f7e0jsqgh65os1s5o7e4o1e1'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.547 [main] org.nutz.ioc.impl.ScopeContext - Save object 'u2f7e0jsqgh65os1s5o7e4o1e1' to [app] 
[DEBUG] 23:35:26.548 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.548 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.548 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.548 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.548 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.585 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 5,3  replyHeader:: 5,984,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers,F  response:: s{76,76,1584087547296,1584087547296,0,32,0,0,0,0,980} 
[DEBUG] 23:35:26.587 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 6,1  replyHeader:: 6,985,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysRoleService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRoleService%2526methods%253DinsertRelation%252Cdel%252CinsertOrUpdate%252CgetDatas%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetPermissionNameList%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMenusAndButtons%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326550,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysRoleService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRoleService%2526methods%253DinsertRelation%252Cdel%252CinsertOrUpdate%252CgetDatas%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetPermissionNameList%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMenusAndButtons%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326550 
[DEBUG] 23:35:26.588 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 7,3  replyHeader:: 7,985,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/configurators,F  response:: s{78,78,1584087547301,1584087547301,0,0,0,0,0,0,78} 
[DEBUG] 23:35:26.589 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 8,12  replyHeader:: 8,985,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/configurators,T  response:: v{},s{78,78,1584087547301,1584087547301,0,0,0,0,0,0,78} 
[DEBUG] 23:35:26.590 [main] org.nutz.ioc.impl.NutIoc - Get '0ji34ff1a4jijrbi488qnr9785'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.590 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=0ji34ff1a4jijrbi488qnr9785
[DEBUG] 23:35:26.590 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(0ji34ff1a4jijrbi488qnr9785) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.590 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'0ji34ff1a4jijrbi488qnr9785'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.590 [main] org.nutz.ioc.impl.ScopeContext - Save object '0ji34ff1a4jijrbi488qnr9785' to [app] 
[DEBUG] 23:35:26.590 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.591 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.591 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.591 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.591 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.660 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 9,3  replyHeader:: 9,985,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppListService/providers,F  response:: s{24,24,1584087546525,1584087546525,0,32,0,0,0,0,967} 
[DEBUG] 23:35:26.663 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 10,1  replyHeader:: 10,986,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppListService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppListService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppListService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CgetAppNameList%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326593,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppListService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppListService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppListService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CgetAppNameList%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326593 
[DEBUG] 23:35:26.665 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 11,3  replyHeader:: 11,986,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppListService/configurators,F  response:: s{26,26,1584087546531,1584087546531,0,0,0,0,0,0,26} 
[DEBUG] 23:35:26.667 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 12,12  replyHeader:: 12,986,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppListService/configurators,T  response:: v{},s{26,26,1584087546531,1584087546531,0,0,0,0,0,0,26} 
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.impl.NutIoc - Get '5okqbv1fg8htrrm6o96qncgil9'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=5okqbv1fg8htrrm6o96qncgil9
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(5okqbv1fg8htrrm6o96qncgil9) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'5okqbv1fg8htrrm6o96qncgil9'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.impl.ScopeContext - Save object '5okqbv1fg8htrrm6o96qncgil9' to [app] 
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.668 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.669 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.669 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.703 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 13,3  replyHeader:: 13,986,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers,F  response:: s{112,112,1584087547785,1584087547785,0,32,0,0,0,0,970} 
[DEBUG] 23:35:26.706 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 14,1  replyHeader:: 14,987,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysLogService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysLogService%2526methods%253DinsertRelation%252CfindAll%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClogData%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CfastInsertSysLog%252Cdao%252Cexport%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CdropLogTable%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326670,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysLogService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysLogService%2526methods%253DinsertRelation%252CfindAll%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClogData%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CfastInsertSysLog%252Cdao%252Cexport%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CdropLogTable%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326670 
[DEBUG] 23:35:26.706 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 15,3  replyHeader:: 15,987,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/configurators,F  response:: s{114,114,1584087547790,1584087547790,0,0,0,0,0,0,114} 
[DEBUG] 23:35:26.707 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 16,12  replyHeader:: 16,987,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/configurators,T  response:: v{},s{114,114,1584087547790,1584087547790,0,0,0,0,0,0,114} 
[DEBUG] 23:35:26.708 [main] org.nutz.ioc.impl.NutIoc - Get '127aaklbvsi6cpt0hdihflnsbc'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.708 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=127aaklbvsi6cpt0hdihflnsbc
[DEBUG] 23:35:26.708 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(127aaklbvsi6cpt0hdihflnsbc) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.708 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'127aaklbvsi6cpt0hdihflnsbc'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.708 [main] org.nutz.ioc.impl.ScopeContext - Save object '127aaklbvsi6cpt0hdihflnsbc' to [app] 
[DEBUG] 23:35:26.708 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.708 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.709 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.709 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.709 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.765 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 17,3  replyHeader:: 17,987,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppTaskService/providers,F  response:: s{32,32,1584087546657,1584087546657,0,32,0,0,0,0,956} 
[DEBUG] 23:35:26.767 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 18,1  replyHeader:: 18,988,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppTaskService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326710,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppTaskService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326710 
[DEBUG] 23:35:26.768 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 19,3  replyHeader:: 19,988,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppTaskService/configurators,F  response:: s{34,34,1584087546663,1584087546663,0,0,0,0,0,0,34} 
[DEBUG] 23:35:26.768 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 20,12  replyHeader:: 20,988,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppTaskService/configurators,T  response:: v{},s{34,34,1584087546663,1584087546663,0,0,0,0,0,0,34} 
[DEBUG] 23:35:26.769 [main] org.nutz.ioc.impl.NutIoc - Get '4tm2ab0ouag1lq2v8e63r57al5'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.769 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=4tm2ab0ouag1lq2v8e63r57al5
[DEBUG] 23:35:26.769 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(4tm2ab0ouag1lq2v8e63r57al5) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.769 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'4tm2ab0ouag1lq2v8e63r57al5'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.769 [main] org.nutz.ioc.impl.ScopeContext - Save object '4tm2ab0ouag1lq2v8e63r57al5' to [app] 
[DEBUG] 23:35:26.769 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.770 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.770 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.770 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.770 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.827 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 21,3  replyHeader:: 21,988,0  request:: '/dubbo/cn.wizzer.app.audit.modules.services.AuditSetService/providers,F  response:: s{40,40,1584087546823,1584087546823,0,32,0,0,0,0,963} 
[DEBUG] 23:35:26.829 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 22,1  replyHeader:: 22,989,0  request:: '/dubbo/cn.wizzer.app.audit.modules.services.AuditSetService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.audit.modules.services.AuditSetService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.audit.modules.services.AuditSetService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CisNeedAudit%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326776,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.audit.modules.services.AuditSetService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.audit.modules.services.AuditSetService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.audit.modules.services.AuditSetService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CisNeedAudit%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326776 
[DEBUG] 23:35:26.830 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 23,3  replyHeader:: 23,989,0  request:: '/dubbo/cn.wizzer.app.audit.modules.services.AuditSetService/configurators,F  response:: s{42,42,1584087546829,1584087546829,0,0,0,0,0,0,42} 
[DEBUG] 23:35:26.830 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 24,12  replyHeader:: 24,989,0  request:: '/dubbo/cn.wizzer.app.audit.modules.services.AuditSetService/configurators,T  response:: v{},s{42,42,1584087546829,1584087546829,0,0,0,0,0,0,42} 
[DEBUG] 23:35:26.831 [main] org.nutz.ioc.impl.NutIoc - Get '7k91epag5gggqpnj1uvvjfioae'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.831 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=7k91epag5gggqpnj1uvvjfioae
[DEBUG] 23:35:26.831 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(7k91epag5gggqpnj1uvvjfioae) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.831 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'7k91epag5gggqpnj1uvvjfioae'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.831 [main] org.nutz.ioc.impl.ScopeContext - Save object '7k91epag5gggqpnj1uvvjfioae' to [app] 
[DEBUG] 23:35:26.831 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.832 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.832 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.832 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.832 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.885 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 25,3  replyHeader:: 25,989,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers,F  response:: s{88,88,1584087547480,1584087547480,0,32,0,0,0,0,979} 
[DEBUG] 23:35:26.887 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 26,1  replyHeader:: 26,990,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326834,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326834 
[DEBUG] 23:35:26.888 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 27,3  replyHeader:: 27,990,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/configurators,F  response:: s{90,90,1584087547486,1584087547486,0,0,0,0,0,0,90} 
[DEBUG] 23:35:26.889 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 28,12  replyHeader:: 28,990,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/configurators,T  response:: v{},s{90,90,1584087547486,1584087547486,0,0,0,0,0,0,90} 
[DEBUG] 23:35:26.889 [main] org.nutz.ioc.impl.NutIoc - Get '1fmmhgfp7shner5c8bkga8qiip'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.889 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=1fmmhgfp7shner5c8bkga8qiip
[DEBUG] 23:35:26.889 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(1fmmhgfp7shner5c8bkga8qiip) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.890 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'1fmmhgfp7shner5c8bkga8qiip'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.890 [main] org.nutz.ioc.impl.ScopeContext - Save object '1fmmhgfp7shner5c8bkga8qiip' to [app] 
[DEBUG] 23:35:26.890 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.890 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.891 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.891 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.891 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:26.950 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 29,3  replyHeader:: 29,990,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysApiService/providers,F  response:: s{64,64,1584087547175,1584087547175,0,32,0,0,0,0,971} 
[DEBUG] 23:35:26.952 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 30,1  replyHeader:: 30,991,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysApiService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysApiService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysApiService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CverifyToken%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CgenerateToken%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326893,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysApiService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysApiService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysApiService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CverifyToken%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CgenerateToken%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326893 
[DEBUG] 23:35:26.953 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 31,3  replyHeader:: 31,991,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysApiService/configurators,F  response:: s{66,66,1584087547179,1584087547179,0,0,0,0,0,0,66} 
[DEBUG] 23:35:26.954 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 32,12  replyHeader:: 32,991,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysApiService/configurators,T  response:: v{},s{66,66,1584087547179,1584087547179,0,0,0,0,0,0,66} 
[DEBUG] 23:35:26.954 [main] org.nutz.ioc.impl.NutIoc - Get '2jj05k9ldsgdvo5cp4da8ig0he'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.954 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=2jj05k9ldsgdvo5cp4da8ig0he
[DEBUG] 23:35:26.954 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(2jj05k9ldsgdvo5cp4da8ig0he) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:26.954 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'2jj05k9ldsgdvo5cp4da8ig0he'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:26.954 [main] org.nutz.ioc.impl.ScopeContext - Save object '2jj05k9ldsgdvo5cp4da8ig0he' to [app] 
[DEBUG] 23:35:26.955 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:26.955 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:26.955 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:26.956 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:26.956 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.006 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 33,3  replyHeader:: 33,991,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysOutLinkService/providers,F  response:: s{96,96,1584087547586,1584087547586,0,32,0,0,0,0,958} 
[DEBUG] 23:35:27.008 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 34,1  replyHeader:: 34,992,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysOutLinkService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysOutLinkService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysOutLinkService%2526methods%253DinsertRelation%252CfindAll%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteById%252CinsertLinks%252CgetParentPath%252Csearch%252CfindById%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveOrUpdate%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326957,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysOutLinkService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysOutLinkService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysOutLinkService%2526methods%253DinsertRelation%252CfindAll%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteById%252CinsertLinks%252CgetParentPath%252Csearch%252CfindById%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveOrUpdate%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326957 
[DEBUG] 23:35:27.009 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 35,3  replyHeader:: 35,992,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysOutLinkService/configurators,F  response:: s{98,98,1584087547593,1584087547593,0,0,0,0,0,0,98} 
[DEBUG] 23:35:27.009 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 36,12  replyHeader:: 36,992,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysOutLinkService/configurators,T  response:: v{},s{98,98,1584087547593,1584087547593,0,0,0,0,0,0,98} 
[DEBUG] 23:35:27.010 [main] org.nutz.ioc.impl.NutIoc - Get 'tuifcd6rnahsrpc221dd56ttsq'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.010 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=tuifcd6rnahsrpc221dd56ttsq
[DEBUG] 23:35:27.010 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tuifcd6rnahsrpc221dd56ttsq) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.010 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'tuifcd6rnahsrpc221dd56ttsq'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.010 [main] org.nutz.ioc.impl.ScopeContext - Save object 'tuifcd6rnahsrpc221dd56ttsq' to [app] 
[DEBUG] 23:35:27.010 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.011 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.011 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.011 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.011 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.059 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 37,3  replyHeader:: 37,992,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatService/providers,F  response:: s{100,100,1584087547647,1584087547647,0,32,0,0,0,0,955} 
[DEBUG] 23:35:27.061 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 38,1  replyHeader:: 38,993,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.ChatService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.ChatService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CsaveStoreOrgExcel%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327013,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.ChatService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.ChatService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CsaveStoreOrgExcel%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327013 
[DEBUG] 23:35:27.062 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 39,3  replyHeader:: 39,993,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatService/configurators,F  response:: s{102,102,1584087547653,1584087547653,0,0,0,0,0,0,102} 
[DEBUG] 23:35:27.062 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 40,12  replyHeader:: 40,993,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatService/configurators,T  response:: v{},s{102,102,1584087547653,1584087547653,0,0,0,0,0,0,102} 
[DEBUG] 23:35:27.063 [main] org.nutz.ioc.impl.NutIoc - Get '7dononvmr4iuros5vvmmobshp0'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.063 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=7dononvmr4iuros5vvmmobshp0
[DEBUG] 23:35:27.063 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(7dononvmr4iuros5vvmmobshp0) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.063 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'7dononvmr4iuros5vvmmobshp0'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.063 [main] org.nutz.ioc.impl.ScopeContext - Save object '7dononvmr4iuros5vvmmobshp0' to [app] 
[DEBUG] 23:35:27.063 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.064 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.064 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.064 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.064 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.089 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 41,3  replyHeader:: 41,993,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers,F  response:: s{72,72,1584087547261,1584087547261,0,32,0,0,0,0,978} 
[DEBUG] 23:35:27.091 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 42,1  replyHeader:: 42,994,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysDictService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysDictService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetSubMapByCode%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252CgetSubMapById%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CgetCodeByName%252CinsertLinks%252CgetParentPath%252CgetServerIp%252ClistPageLinks%252CgetEntity%252CupdateWith%252CgetSubListByCode%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252Cdao%252CgetNameByCode%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CgetSubListByPath%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252CgetSubMapByPath%252CgetSubListById%252Cclear%252CgetNameById%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327066,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysDictService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysDictService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetSubMapByCode%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252CgetSubMapById%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CgetCodeByName%252CinsertLinks%252CgetParentPath%252CgetServerIp%252ClistPageLinks%252CgetEntity%252CupdateWith%252CgetSubListByCode%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252Cdao%252CgetNameByCode%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CgetSubListByPath%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252CgetSubMapByPath%252CgetSubListById%252Cclear%252CgetNameById%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327066 
[DEBUG] 23:35:27.092 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 43,3  replyHeader:: 43,994,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/configurators,F  response:: s{74,74,1584087547266,1584087547266,0,0,0,0,0,0,74} 
[DEBUG] 23:35:27.092 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 44,12  replyHeader:: 44,994,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/configurators,T  response:: v{},s{74,74,1584087547266,1584087547266,0,0,0,0,0,0,74} 
[DEBUG] 23:35:27.093 [main] org.nutz.ioc.impl.NutIoc - Get 's41h0o9i4gg3bq1rj7ud0h8k2d'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.093 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=s41h0o9i4gg3bq1rj7ud0h8k2d
[DEBUG] 23:35:27.093 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(s41h0o9i4gg3bq1rj7ud0h8k2d) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.093 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'s41h0o9i4gg3bq1rj7ud0h8k2d'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.093 [main] org.nutz.ioc.impl.ScopeContext - Save object 's41h0o9i4gg3bq1rj7ud0h8k2d' to [app] 
[DEBUG] 23:35:27.093 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.093 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.094 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.094 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.094 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.118 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 45,3  replyHeader:: 45,994,0  request:: '/dubbo/cn.wizzer.app.store.modules.services.StoreOrgService/providers,F  response:: s{36,36,1584087546747,1584087546747,0,32,0,0,0,0,977} 
[DEBUG] 23:35:27.120 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 46,1  replyHeader:: 46,995,0  request:: '/dubbo/cn.wizzer.app.store.modules.services.StoreOrgService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.store.modules.services.StoreOrgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.store.modules.services.StoreOrgService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetPath%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CsaveStoreOrgExcel%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CgetWholeName%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327095,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.store.modules.services.StoreOrgService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.store.modules.services.StoreOrgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.store.modules.services.StoreOrgService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetPath%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CsaveStoreOrgExcel%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CgetWholeName%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327095 
[DEBUG] 23:35:27.120 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 47,3  replyHeader:: 47,995,0  request:: '/dubbo/cn.wizzer.app.store.modules.services.StoreOrgService/configurators,F  response:: s{38,38,1584087546753,1584087546753,0,0,0,0,0,0,38} 
[DEBUG] 23:35:27.121 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 48,12  replyHeader:: 48,995,0  request:: '/dubbo/cn.wizzer.app.store.modules.services.StoreOrgService/configurators,T  response:: v{},s{38,38,1584087546753,1584087546753,0,0,0,0,0,0,38} 
[DEBUG] 23:35:27.121 [main] org.nutz.ioc.impl.NutIoc - Get '30uah20dv4iruohg11dakke9vg'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.121 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=30uah20dv4iruohg11dakke9vg
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(30uah20dv4iruohg11dakke9vg) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'30uah20dv4iruohg11dakke9vg'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.impl.ScopeContext - Save object '30uah20dv4iruohg11dakke9vg' to [app] 
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.122 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.173 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 49,3  replyHeader:: 49,995,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers,F  response:: s{20,20,1584087546459,1584087546459,0,32,0,0,0,0,976} 
[DEBUG] 23:35:27.175 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 50,1  replyHeader:: 50,996,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMenuService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMenuService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CinsertLinks%252CgetParentPath%252CaddChildData%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252CsaveData%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327124,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMenuService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMenuService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CinsertLinks%252CgetParentPath%252CaddChildData%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252CsaveData%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327124 
[DEBUG] 23:35:27.175 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 51,3  replyHeader:: 51,996,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/configurators,F  response:: s{22,22,1584087546465,1584087546465,0,0,0,0,0,0,22} 
[DEBUG] 23:35:27.176 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 52,12  replyHeader:: 52,996,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/configurators,T  response:: v{},s{22,22,1584087546465,1584087546465,0,0,0,0,0,0,22} 
[DEBUG] 23:35:27.176 [main] org.nutz.ioc.impl.NutIoc - Get 'rnfpgbocpcgpdodlke03f3o7v6'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.176 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=rnfpgbocpcgpdodlke03f3o7v6
[DEBUG] 23:35:27.176 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(rnfpgbocpcgpdodlke03f3o7v6) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.176 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'rnfpgbocpcgpdodlke03f3o7v6'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.176 [main] org.nutz.ioc.impl.ScopeContext - Save object 'rnfpgbocpcgpdodlke03f3o7v6' to [app] 
[DEBUG] 23:35:27.177 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.177 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.177 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.177 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.177 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.225 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 53,3  replyHeader:: 53,996,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers,F  response:: s{44,44,1584087546889,1584087546889,0,32,0,0,0,0,974} 
[DEBUG] 23:35:27.227 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 54,1  replyHeader:: 54,997,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysRouteService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRouteService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327179,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysRouteService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRouteService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327179 
[DEBUG] 23:35:27.228 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 55,3  replyHeader:: 55,997,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/configurators,F  response:: s{46,46,1584087546894,1584087546894,0,0,0,0,0,0,46} 
[DEBUG] 23:35:27.228 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 56,12  replyHeader:: 56,997,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/configurators,T  response:: v{},s{46,46,1584087546894,1584087546894,0,0,0,0,0,0,46} 
[DEBUG] 23:35:27.229 [main] org.nutz.ioc.impl.NutIoc - Get '2ipm89m2l2gi9qr1home8kfkf4'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.229 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=2ipm89m2l2gi9qr1home8kfkf4
[DEBUG] 23:35:27.229 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(2ipm89m2l2gi9qr1home8kfkf4) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.229 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'2ipm89m2l2gi9qr1home8kfkf4'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.229 [main] org.nutz.ioc.impl.ScopeContext - Save object '2ipm89m2l2gi9qr1home8kfkf4' to [app] 
[DEBUG] 23:35:27.229 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.230 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.230 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.230 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.230 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.278 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 57,3  replyHeader:: 57,997,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers,F  response:: s{8,8,1584087546210,1584087546210,0,32,0,0,0,0,973} 
[DEBUG] 23:35:27.280 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 58,1  replyHeader:: 58,998,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysConfigService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysConfigService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CgetAllList%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327232,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysConfigService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysConfigService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CgetAllList%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327232 
[DEBUG] 23:35:27.281 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 59,3  replyHeader:: 59,998,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/configurators,F  response:: s{10,10,1584087546219,1584087546219,0,0,0,0,0,0,10} 
[DEBUG] 23:35:27.281 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 60,12  replyHeader:: 60,998,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/configurators,T  response:: v{},s{10,10,1584087546219,1584087546219,0,0,0,0,0,0,10} 
[DEBUG] 23:35:27.282 [main] org.nutz.ioc.impl.NutIoc - Get 'tsjg59irp8hrnpkpjcpf14d05j'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.282 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=tsjg59irp8hrnpkpjcpf14d05j
[DEBUG] 23:35:27.282 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(tsjg59irp8hrnpkpjcpf14d05j) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.282 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'tsjg59irp8hrnpkpjcpf14d05j'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.282 [main] org.nutz.ioc.impl.ScopeContext - Save object 'tsjg59irp8hrnpkpjcpf14d05j' to [app] 
[DEBUG] 23:35:27.282 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.283 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.283 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.283 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.283 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.334 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 61,3  replyHeader:: 61,998,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppConfService/providers,F  response:: s{16,16,1584087546389,1584087546389,0,32,0,0,0,0,964} 
[DEBUG] 23:35:27.335 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 62,1  replyHeader:: 62,999,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppConfService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppConfService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppConfService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CgetConfNameList%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327286,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppConfService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppConfService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppConfService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CgetConfNameList%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327286 
[DEBUG] 23:35:27.336 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 63,3  replyHeader:: 63,999,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppConfService/configurators,F  response:: s{18,18,1584087546395,1584087546395,0,0,0,0,0,0,18} 
[DEBUG] 23:35:27.337 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 64,12  replyHeader:: 64,999,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppConfService/configurators,T  response:: v{},s{18,18,1584087546395,1584087546395,0,0,0,0,0,0,18} 
[DEBUG] 23:35:27.337 [main] org.nutz.ioc.impl.NutIoc - Get '7r06eoq34cgrtrpfunof24qudg'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.337 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=7r06eoq34cgrtrpfunof24qudg
[DEBUG] 23:35:27.337 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(7r06eoq34cgrtrpfunof24qudg) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.337 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'7r06eoq34cgrtrpfunof24qudg'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.337 [main] org.nutz.ioc.impl.ScopeContext - Save object '7r06eoq34cgrtrpfunof24qudg' to [app] 
[DEBUG] 23:35:27.338 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.338 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.338 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.338 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.338 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.364 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 65,3  replyHeader:: 65,999,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.DataIsolationSettingService/providers,F  response:: s{92,92,1584087547515,1584087547515,0,32,0,0,0,0,965} 
[DEBUG] 23:35:27.366 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 66,1  replyHeader:: 66,1000,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.DataIsolationSettingService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.DataIsolationSettingService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.DataIsolationSettingService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CgetSetting%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveSetting%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CremoveCache%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327341,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.DataIsolationSettingService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.DataIsolationSettingService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.DataIsolationSettingService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CgetSetting%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveSetting%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CremoveCache%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327341 
[DEBUG] 23:35:27.366 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 67,3  replyHeader:: 67,1000,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.DataIsolationSettingService/configurators,F  response:: s{94,94,1584087547520,1584087547520,0,0,0,0,0,0,94} 
[DEBUG] 23:35:27.367 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 68,12  replyHeader:: 68,1000,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.DataIsolationSettingService/configurators,T  response:: v{},s{94,94,1584087547520,1584087547520,0,0,0,0,0,0,94} 
[DEBUG] 23:35:27.368 [main] org.nutz.ioc.impl.NutIoc - Get 'vr89b5ts3ih4go75317hht1ojr'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.368 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=vr89b5ts3ih4go75317hht1ojr
[DEBUG] 23:35:27.368 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(vr89b5ts3ih4go75317hht1ojr) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.368 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'vr89b5ts3ih4go75317hht1ojr'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.368 [main] org.nutz.ioc.impl.ScopeContext - Save object 'vr89b5ts3ih4go75317hht1ojr' to [app] 
[DEBUG] 23:35:27.368 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.369 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.369 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.369 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.369 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.392 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 69,3  replyHeader:: 69,1000,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers,F  response:: s{80,80,1584087547333,1584087547333,0,32,0,0,0,0,961} 
[DEBUG] 23:35:27.395 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 70,1  replyHeader:: 70,1001,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMsgUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgUserService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CdeleteCache%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetUnreadNum%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252Cdao%252CgetUnreadList%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327371,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMsgUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgUserService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CdeleteCache%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetUnreadNum%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252Cdao%252CgetUnreadList%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327371 
[DEBUG] 23:35:27.395 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 71,3  replyHeader:: 71,1001,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/configurators,F  response:: s{82,82,1584087547338,1584087547338,0,0,0,0,0,0,82} 
[DEBUG] 23:35:27.396 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 72,12  replyHeader:: 72,1001,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/configurators,T  response:: v{},s{82,82,1584087547338,1584087547338,0,0,0,0,0,0,82} 
[DEBUG] 23:35:27.396 [main] org.nutz.ioc.impl.NutIoc - Get '0qp0pkc5uohhrrrhm8vkpvoqmd'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=0qp0pkc5uohhrrrhm8vkpvoqmd
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(0qp0pkc5uohhrrrhm8vkpvoqmd) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'0qp0pkc5uohhrrrhm8vkpvoqmd'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.impl.ScopeContext - Save object '0qp0pkc5uohhrrrhm8vkpvoqmd' to [app] 
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.397 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.446 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 73,3  replyHeader:: 73,1001,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SensitiveWordService/providers,F  response:: s{108,108,1584087547754,1584087547754,0,32,0,0,0,0,959} 
[DEBUG] 23:35:27.448 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 74,1  replyHeader:: 74,1002,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SensitiveWordService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SensitiveWordService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SensitiveWordService%2526methods%253DCheckSensitiveWord%252CinsertRelation%252CinsertOrUpdate%252CisContaintSensitiveWord%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CgetSensitiveWord%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CreplaceSensitiveWord%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327399,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SensitiveWordService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SensitiveWordService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SensitiveWordService%2526methods%253DCheckSensitiveWord%252CinsertRelation%252CinsertOrUpdate%252CisContaintSensitiveWord%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CgetSensitiveWord%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CreplaceSensitiveWord%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327399 
[DEBUG] 23:35:27.449 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 75,3  replyHeader:: 75,1002,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SensitiveWordService/configurators,F  response:: s{110,110,1584087547759,1584087547759,0,0,0,0,0,0,110} 
[DEBUG] 23:35:27.449 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 76,12  replyHeader:: 76,1002,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SensitiveWordService/configurators,T  response:: v{},s{110,110,1584087547759,1584087547759,0,0,0,0,0,0,110} 
[DEBUG] 23:35:27.450 [main] org.nutz.ioc.impl.NutIoc - Get 'vr5vrf012mic2r9i6rlokuct84'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.450 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=vr5vrf012mic2r9i6rlokuct84
[DEBUG] 23:35:27.450 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(vr5vrf012mic2r9i6rlokuct84) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.450 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'vr5vrf012mic2r9i6rlokuct84'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.450 [main] org.nutz.ioc.impl.ScopeContext - Save object 'vr5vrf012mic2r9i6rlokuct84' to [app] 
[DEBUG] 23:35:27.450 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.451 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.451 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.451 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.451 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.473 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 77,3  replyHeader:: 77,1002,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers,F  response:: s{68,68,1584087547213,1584087547213,0,32,0,0,0,0,957} 
[DEBUG] 23:35:27.475 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 78,1  replyHeader:: 78,1003,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysUnitService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUnitService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327452,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysUnitService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUnitService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327452 
[DEBUG] 23:35:27.476 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 79,3  replyHeader:: 79,1003,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/configurators,F  response:: s{70,70,1584087547220,1584087547220,0,0,0,0,0,0,70} 
[DEBUG] 23:35:27.476 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 80,12  replyHeader:: 80,1003,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/configurators,T  response:: v{},s{70,70,1584087547220,1584087547220,0,0,0,0,0,0,70} 
[DEBUG] 23:35:27.477 [main] org.nutz.ioc.impl.NutIoc - Get '6eli8i51lui5pr1o6957p88b35'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.477 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=6eli8i51lui5pr1o6957p88b35
[DEBUG] 23:35:27.477 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(6eli8i51lui5pr1o6957p88b35) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.477 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'6eli8i51lui5pr1o6957p88b35'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.477 [main] org.nutz.ioc.impl.ScopeContext - Save object '6eli8i51lui5pr1o6957p88b35' to [app] 
[DEBUG] 23:35:27.477 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.478 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.478 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.478 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.478 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.526 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 81,3  replyHeader:: 81,1003,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers,F  response:: s{84,84,1584087547407,1584087547407,0,32,0,0,0,0,960} 
[DEBUG] 23:35:27.528 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 82,1  replyHeader:: 82,1004,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteMsg%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CsaveMsg%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327479,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteMsg%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CsaveMsg%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327479 
[DEBUG] 23:35:27.529 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 83,3  replyHeader:: 83,1004,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/configurators,F  response:: s{86,86,1584087547412,1584087547412,0,0,0,0,0,0,86} 
[DEBUG] 23:35:27.529 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 84,12  replyHeader:: 84,1004,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/configurators,T  response:: v{},s{86,86,1584087547412,1584087547412,0,0,0,0,0,0,86} 
[DEBUG] 23:35:27.530 [main] org.nutz.ioc.impl.NutIoc - Get 'rj34ak8ddujh9qh7p54vmqp3ho'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.530 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=rj34ak8ddujh9qh7p54vmqp3ho
[DEBUG] 23:35:27.530 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(rj34ak8ddujh9qh7p54vmqp3ho) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.530 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'rj34ak8ddujh9qh7p54vmqp3ho'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.530 [main] org.nutz.ioc.impl.ScopeContext - Save object 'rj34ak8ddujh9qh7p54vmqp3ho' to [app] 
[DEBUG] 23:35:27.530 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.530 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.531 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.531 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.531 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.555 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 85,3  replyHeader:: 85,1004,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageIndexService/providers,F  response:: s{60,60,1584087547115,1584087547115,0,32,0,0,0,0,981} 
[DEBUG] 23:35:27.557 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 86,1  replyHeader:: 86,1005,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageIndexService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageIndexService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageIndexService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetMessageIndexList%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CdeleteMessageIndex%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveOrUpdate%252CgetMessageIndexOne%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327532,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageIndexService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageIndexService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageIndexService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetMessageIndexList%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CdeleteMessageIndex%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveOrUpdate%252CgetMessageIndexOne%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327532 
[DEBUG] 23:35:27.558 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 87,3  replyHeader:: 87,1005,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageIndexService/configurators,F  response:: s{62,62,1584087547120,1584087547120,0,0,0,0,0,0,62} 
[DEBUG] 23:35:27.558 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 88,12  replyHeader:: 88,1005,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageIndexService/configurators,T  response:: v{},s{62,62,1584087547120,1584087547120,0,0,0,0,0,0,62} 
[DEBUG] 23:35:27.559 [main] org.nutz.ioc.impl.NutIoc - Get 'rd4r8iskrmgqdr0370etdjp6a1'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.559 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=rd4r8iskrmgqdr0370etdjp6a1
[DEBUG] 23:35:27.559 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(rd4r8iskrmgqdr0370etdjp6a1) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.559 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'rd4r8iskrmgqdr0370etdjp6a1'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.559 [main] org.nutz.ioc.impl.ScopeContext - Save object 'rd4r8iskrmgqdr0370etdjp6a1' to [app] 
[DEBUG] 23:35:27.559 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.560 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.560 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.560 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.560 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.607 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 89,3  replyHeader:: 89,1005,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageTemplateService/providers,F  response:: s{12,12,1584087546309,1584087546309,0,32,0,0,0,0,962} 
[DEBUG] 23:35:27.609 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 90,1  replyHeader:: 90,1006,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageTemplateService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageTemplateService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageTemplateService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252Cinit%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetMessageTemplateByTemplateId%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetNo%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327561,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageTemplateService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageTemplateService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageTemplateService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252Cinit%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetMessageTemplateByTemplateId%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetNo%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327561 
[DEBUG] 23:35:27.610 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 91,3  replyHeader:: 91,1006,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageTemplateService/configurators,F  response:: s{14,14,1584087546314,1584087546314,0,0,0,0,0,0,14} 
[DEBUG] 23:35:27.611 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 92,12  replyHeader:: 92,1006,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageTemplateService/configurators,T  response:: v{},s{14,14,1584087546314,1584087546314,0,0,0,0,0,0,14} 
[DEBUG] 23:35:27.611 [main] org.nutz.ioc.impl.NutIoc - Get 'pf20tf0k14h17qmpk2v1c89s73'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.611 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=pf20tf0k14h17qmpk2v1c89s73
[DEBUG] 23:35:27.611 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(pf20tf0k14h17qmpk2v1c89s73) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.611 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'pf20tf0k14h17qmpk2v1c89s73'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.611 [main] org.nutz.ioc.impl.ScopeContext - Save object 'pf20tf0k14h17qmpk2v1c89s73' to [app] 
[DEBUG] 23:35:27.612 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.612 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.612 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.612 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.612 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.662 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 93,3  replyHeader:: 93,1006,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttService/providers,F  response:: s{56,56,1584087547072,1584087547072,0,32,0,0,0,0,966} 
[DEBUG] 23:35:27.665 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 94,1  replyHeader:: 94,1007,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAttService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAttService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CfindByPath%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CfindByUrl%252CupdateIgnoreNull%252ClistPageLinks%252CupdateUrlToPath%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327613,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAttService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAttService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CfindByPath%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CfindByUrl%252CupdateIgnoreNull%252ClistPageLinks%252CupdateUrlToPath%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327613 
[DEBUG] 23:35:27.665 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 95,3  replyHeader:: 95,1007,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttService/configurators,F  response:: s{58,58,1584087547078,1584087547078,0,0,0,0,0,0,58} 
[DEBUG] 23:35:27.666 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 96,12  replyHeader:: 96,1007,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttService/configurators,T  response:: v{},s{58,58,1584087547078,1584087547078,0,0,0,0,0,0,58} 
[DEBUG] 23:35:27.666 [main] org.nutz.ioc.impl.NutIoc - Get '0qlofm5034j3sq9goj55po73ee'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.666 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=0qlofm5034j3sq9goj55po73ee
[DEBUG] 23:35:27.666 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(0qlofm5034j3sq9goj55po73ee) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.666 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'0qlofm5034j3sq9goj55po73ee'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.666 [main] org.nutz.ioc.impl.ScopeContext - Save object '0qlofm5034j3sq9goj55po73ee' to [app] 
[DEBUG] 23:35:27.667 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.667 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.668 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.668 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.668 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.714 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 97,3  replyHeader:: 97,1007,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatMemberService/providers,F  response:: s{48,48,1584087546948,1584087546948,0,32,0,0,0,0,972} 
[DEBUG] 23:35:27.716 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 98,1  replyHeader:: 98,1008,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatMemberService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.ChatMemberService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.ChatMemberService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252CimportMember%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327669,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatMemberService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.ChatMemberService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.ChatMemberService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252CimportMember%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327669 
[DEBUG] 23:35:27.717 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 99,3  replyHeader:: 99,1008,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatMemberService/configurators,F  response:: s{50,50,1584087546954,1584087546954,0,0,0,0,0,0,50} 
[DEBUG] 23:35:27.718 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 100,12  replyHeader:: 100,1008,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatMemberService/configurators,T  response:: v{},s{50,50,1584087546954,1584087546954,0,0,0,0,0,0,50} 
[DEBUG] 23:35:27.718 [main] org.nutz.ioc.impl.NutIoc - Get 'q8ojlc5jiij7irfmuudlvua7ks'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.718 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=q8ojlc5jiij7irfmuudlvua7ks
[DEBUG] 23:35:27.718 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(q8ojlc5jiij7irfmuudlvua7ks) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.718 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'q8ojlc5jiij7irfmuudlvua7ks'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.718 [main] org.nutz.ioc.impl.ScopeContext - Save object 'q8ojlc5jiij7irfmuudlvua7ks' to [app] 
[DEBUG] 23:35:27.718 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.719 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.719 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.719 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.719 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.755 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 101,3  replyHeader:: 101,1008,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageService/providers,F  response:: s{28,28,1584087546578,1584087546578,0,32,0,0,0,0,969} 
[DEBUG] 23:35:27.757 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 102,1  replyHeader:: 102,1009,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetTrainClassMessageCnd%252CdeleteMessage%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252CaddMessage%252CgetMessageIndex%252Cdao%252CupdateRead%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CgetDetail%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327720,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetTrainClassMessageCnd%252CdeleteMessage%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252CaddMessage%252CgetMessageIndex%252Cdao%252CupdateRead%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CgetDetail%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327720 
[DEBUG] 23:35:27.758 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 103,3  replyHeader:: 103,1009,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageService/configurators,F  response:: s{30,30,1584087546583,1584087546583,0,0,0,0,0,0,30} 
[DEBUG] 23:35:27.758 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 104,12  replyHeader:: 104,1009,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageService/configurators,T  response:: v{},s{30,30,1584087546583,1584087546583,0,0,0,0,0,0,30} 
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.impl.NutIoc - Get '69f704k5qgho9rslcq56pitj4j'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.impl.NutIoc - 	 >> Load definition name=69f704k5qgho9rslcq56pitj4j
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.loader.combo.ComboIocLoader - Found IocObject(69f704k5qgho9rslcq56pitj4j) in DubboConfigIocLoader@961859592
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.impl.NutIoc - 	 >> Make...'69f704k5qgho9rslcq56pitj4j'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.impl.ScopeContext - Save object '69f704k5qgho9rslcq56pitj4j' to [app] 
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.aop.impl.DefaultMirrorFactory - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.impl.NutIoc - Get 'dubbo_iobjs'<>
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 23:35:27.759 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 23:35:27.760 [main] org.nutz.ioc.impl.NutIoc - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 23:35:27.804 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 105,3  replyHeader:: 105,1009,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttBusiService/providers,F  response:: s{52,52,1584087547011,1584087547011,0,32,0,0,0,0,968} 
[DEBUG] 23:35:27.807 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 106,1  replyHeader:: 106,1010,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttBusiService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAttBusiService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAttBusiService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327761,,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttBusiService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAttBusiService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAttBusiService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327761 
[DEBUG] 23:35:27.807 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 107,3  replyHeader:: 107,1010,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttBusiService/configurators,F  response:: s{54,54,1584087547018,1584087547018,0,0,0,0,0,0,54} 
[DEBUG] 23:35:27.808 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 108,12  replyHeader:: 108,1010,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttBusiService/configurators,T  response:: v{},s{54,54,1584087547018,1584087547018,0,0,0,0,0,0,54} 
[ERROR] 23:35:27.814 [main] org.nutz.boot.NbApp - something happen!!
java.net.UnknownHostException: study: study: No address associated with hostname
	at java.net.InetAddress.getLocalHost(InetAddress.java:1506)
	at org.nutz.boot.starter.logback.exts.LogbackStarter.initLoglevelConfig(LogbackStarter.java:60)
	at org.nutz.boot.starter.logback.exts.LogbackStarter.start(LogbackStarter.java:89)
	at org.nutz.boot.AppContext.startServers(AppContext.java:310)
	at org.nutz.boot.NbApp.execute(NbApp.java:210)
	at org.nutz.boot.NbApp.run(NbApp.java:182)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
Caused by: java.net.UnknownHostException: study: No address associated with hostname
	at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)
	at java.net.InetAddress$2.lookupAllHostAddr(InetAddress.java:929)
	at java.net.InetAddress.getAddressesFromNameService(InetAddress.java:1324)
	at java.net.InetAddress.getLocalHost(InetAddress.java:1501)
	... 6 common frames omitted
[INFO ] 23:35:27.814 [main] org.nutz.ioc.impl.NutIoc - org.nutz.ioc.impl.NutIoc@1803714790 is closing. startup date [20-03-14 23:35:24.327]
[DEBUG] 23:35:27.814 [main] org.nutz.ioc.impl.ScopeContext - Depose object '69f704k5qgho9rslcq56pitj4j' ...
[DEBUG] 23:35:27.818 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 109,2  replyHeader:: 109,1011,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttBusiService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAttBusiService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAttBusiService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327761,-1  response:: null
[DEBUG] 23:35:27.818 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'q8ojlc5jiij7irfmuudlvua7ks' ...
[DEBUG] 23:35:27.821 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 110,2  replyHeader:: 110,1012,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetTrainClassMessageCnd%252CdeleteMessage%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252CaddMessage%252CgetMessageIndex%252Cdao%252CupdateRead%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CgetDetail%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327720,-1  response:: null
[DEBUG] 23:35:27.821 [main] org.nutz.ioc.impl.ScopeContext - Depose object '0qlofm5034j3sq9goj55po73ee' ...
[DEBUG] 23:35:27.822 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 111,2  replyHeader:: 111,1013,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatMemberService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.ChatMemberService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.ChatMemberService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252CimportMember%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327669,-1  response:: null
[DEBUG] 23:35:27.823 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'pf20tf0k14h17qmpk2v1c89s73' ...
[DEBUG] 23:35:27.824 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 112,2  replyHeader:: 112,1014,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAttService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAttService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAttService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CfindByPath%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CfindByUrl%252CupdateIgnoreNull%252ClistPageLinks%252CupdateUrlToPath%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327613,-1  response:: null
[DEBUG] 23:35:27.825 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'rd4r8iskrmgqdr0370etdjp6a1' ...
[DEBUG] 23:35:27.826 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 113,2  replyHeader:: 113,1015,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageTemplateService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageTemplateService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageTemplateService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252Cinit%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetMessageTemplateByTemplateId%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetNo%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327561,-1  response:: null
[DEBUG] 23:35:27.826 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'rj34ak8ddujh9qh7p54vmqp3ho' ...
[DEBUG] 23:35:27.828 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 114,2  replyHeader:: 114,1016,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.MessageIndexService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.MessageIndexService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.MessageIndexService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetMessageIndexList%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CdeleteMessageIndex%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveOrUpdate%252CgetMessageIndexOne%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327532,-1  response:: null
[DEBUG] 23:35:27.828 [main] org.nutz.ioc.impl.ScopeContext - Depose object '6eli8i51lui5pr1o6957p88b35' ...
[DEBUG] 23:35:27.830 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 115,2  replyHeader:: 115,1017,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMsgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteMsg%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252CsaveMsg%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327479,-1  response:: null
[DEBUG] 23:35:27.830 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'vr5vrf012mic2r9i6rlokuct84' ...
[DEBUG] 23:35:27.832 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 116,2  replyHeader:: 116,1018,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUnitService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysUnitService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUnitService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327452,-1  response:: null
[DEBUG] 23:35:27.832 [main] org.nutz.ioc.impl.ScopeContext - Depose object '0qp0pkc5uohhrrrhm8vkpvoqmd' ...
[DEBUG] 23:35:27.834 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 117,2  replyHeader:: 117,1019,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SensitiveWordService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SensitiveWordService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SensitiveWordService%2526methods%253DCheckSensitiveWord%252CinsertRelation%252CinsertOrUpdate%252CisContaintSensitiveWord%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CgetSensitiveWord%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CreplaceSensitiveWord%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327399,-1  response:: null
[DEBUG] 23:35:27.834 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'vr89b5ts3ih4go75317hht1ojr' ...
[DEBUG] 23:35:27.836 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 118,2  replyHeader:: 118,1020,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMsgUserService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMsgUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMsgUserService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CdeleteCache%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetUnreadNum%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252Cdao%252CgetUnreadList%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327371,-1  response:: null
[DEBUG] 23:35:27.836 [main] org.nutz.ioc.impl.ScopeContext - Depose object '7r06eoq34cgrtrpfunof24qudg' ...
[DEBUG] 23:35:27.838 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 119,2  replyHeader:: 119,1021,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.DataIsolationSettingService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.DataIsolationSettingService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.DataIsolationSettingService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CgetSetting%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveSetting%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CremoveCache%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327341,-1  response:: null
[DEBUG] 23:35:27.838 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'tsjg59irp8hrnpkpjcpf14d05j' ...
[DEBUG] 23:35:27.839 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 120,2  replyHeader:: 120,1022,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppConfService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppConfService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppConfService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CgetConfNameList%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327286,-1  response:: null
[DEBUG] 23:35:27.840 [main] org.nutz.ioc.impl.ScopeContext - Depose object '2ipm89m2l2gi9qr1home8kfkf4' ...
[DEBUG] 23:35:27.841 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 121,2  replyHeader:: 121,1023,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysConfigService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysConfigService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysConfigService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CgetAllList%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327232,-1  response:: null
[DEBUG] 23:35:27.842 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'rnfpgbocpcgpdodlke03f3o7v6' ...
[DEBUG] 23:35:27.844 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 122,2  replyHeader:: 122,1024,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRouteService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysRouteService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRouteService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327179,-1  response:: null
[DEBUG] 23:35:27.844 [main] org.nutz.ioc.impl.ScopeContext - Depose object '30uah20dv4iruohg11dakke9vg' ...
[DEBUG] 23:35:27.845 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 123,2  replyHeader:: 123,1025,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysMenuService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysMenuService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysMenuService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CinsertLinks%252CgetParentPath%252CaddChildData%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252CsaveData%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327124,-1  response:: null
[DEBUG] 23:35:27.845 [main] org.nutz.ioc.impl.ScopeContext - Depose object 's41h0o9i4gg3bq1rj7ud0h8k2d' ...
[DEBUG] 23:35:27.847 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 124,2  replyHeader:: 124,1026,0  request:: '/dubbo/cn.wizzer.app.store.modules.services.StoreOrgService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.store.modules.services.StoreOrgService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.store.modules.services.StoreOrgService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetPath%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CsaveStoreOrgExcel%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CgetWholeName%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327095,-1  response:: null
[DEBUG] 23:35:27.848 [main] org.nutz.ioc.impl.ScopeContext - Depose object '7dononvmr4iuros5vvmmobshp0' ...
[DEBUG] 23:35:27.849 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 125,2  replyHeader:: 125,1027,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysDictService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysDictService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysDictService%2526methods%253DinsertRelation%252CinsertOrUpdate%252CgetSubMapByCode%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252CgetSubMapById%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteAndChild%252Csave%252CgetCodeByName%252CinsertLinks%252CgetParentPath%252CgetServerIp%252ClistPageLinks%252CgetEntity%252CupdateWith%252CgetSubListByCode%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CclearCache%252Cdao%252CgetNameByCode%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CgetSubListByPath%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252CgetSubMapByPath%252CgetSubListById%252Cclear%252CgetNameById%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327066,-1  response:: null
[DEBUG] 23:35:27.849 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'tuifcd6rnahsrpc221dd56ttsq' ...
[DEBUG] 23:35:27.852 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 126,2  replyHeader:: 126,1028,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.ChatService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.ChatService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.ChatService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CdeleteAndChild%252Csave%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CsaveStoreOrgExcel%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243327013,-1  response:: null
[DEBUG] 23:35:27.852 [main] org.nutz.ioc.impl.ScopeContext - Depose object '2jj05k9ldsgdvo5cp4da8ig0he' ...
[DEBUG] 23:35:27.854 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 127,2  replyHeader:: 127,1029,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysOutLinkService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysOutLinkService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysOutLinkService%2526methods%253DinsertRelation%252CfindAll%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteById%252CinsertLinks%252CgetParentPath%252Csearch%252CfindById%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252CsaveOrUpdate%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326957,-1  response:: null
[DEBUG] 23:35:27.854 [main] org.nutz.ioc.impl.ScopeContext - Depose object '1fmmhgfp7shner5c8bkga8qiip' ...
[DEBUG] 23:35:27.856 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 128,2  replyHeader:: 128,1030,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysApiService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysApiService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysApiService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CverifyToken%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CgenerateToken%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326893,-1  response:: null
[DEBUG] 23:35:27.857 [main] org.nutz.ioc.impl.ScopeContext - Depose object '7k91epag5gggqpnj1uvvjfioae' ...
[DEBUG] 23:35:27.858 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 129,2  replyHeader:: 129,1031,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysTaskService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326834,-1  response:: null
[DEBUG] 23:35:27.859 [main] org.nutz.ioc.impl.ScopeContext - Depose object '4tm2ab0ouag1lq2v8e63r57al5' ...
[DEBUG] 23:35:27.861 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 130,2  replyHeader:: 130,1032,0  request:: '/dubbo/cn.wizzer.app.audit.modules.services.AuditSetService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.audit.modules.services.AuditSetService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.audit.modules.services.AuditSetService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CisNeedAudit%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326776,-1  response:: null
[DEBUG] 23:35:27.861 [main] org.nutz.ioc.impl.ScopeContext - Depose object '127aaklbvsi6cpt0hdihflnsbc' ...
[DEBUG] 23:35:27.863 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 131,2  replyHeader:: 131,1033,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppTaskService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppTaskService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppTaskService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326710,-1  response:: null
[DEBUG] 23:35:27.864 [main] org.nutz.ioc.impl.ScopeContext - Depose object '5okqbv1fg8htrrm6o96qncgil9' ...
[DEBUG] 23:35:27.866 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 132,2  replyHeader:: 132,1034,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysLogService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysLogService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysLogService%2526methods%253DinsertRelation%252CfindAll%252CinsertOrUpdate%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClogData%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252CfastInsertSysLog%252Cdao%252Cexport%252Cquery%252Ccount%252ClistEntity%252Clist%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252CdropLogTable%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326670,-1  response:: null
[DEBUG] 23:35:27.866 [main] org.nutz.ioc.impl.ScopeContext - Depose object '0ji34ff1a4jijrbi488qnr9785' ...
[DEBUG] 23:35:27.868 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 133,2  replyHeader:: 133,1035,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysAppListService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysAppListService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysAppListService%2526methods%253DupdateWithVersion%252CinsertRelation%252Cdata%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252ClistEntity%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CgetAppNameList%252CupdateIgnoreNull%252ClistPageLinks%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252CgetNutMap%252Cexists%252ClistPageMap%252ClistPage%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326593,-1  response:: null
[DEBUG] 23:35:27.868 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'u2f7e0jsqgh65os1s5o7e4o1e1' ...
[DEBUG] 23:35:27.869 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 134,2  replyHeader:: 134,1036,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysRoleService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysRoleService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysRoleService%2526methods%253DinsertRelation%252Cdel%252CinsertOrUpdate%252CgetDatas%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetPermissionNameList%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPageMap%252ClistPage%252CupdateWithVersion%252Cdata%252CinsertWith%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMenusAndButtons%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326550,-1  response:: null
[DEBUG] 23:35:27.870 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dubboPrototeConfig' ...
[DEBUG] 23:35:27.870 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dubboRegistryConfig' ...
[DEBUG] 23:35:27.870 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dubboApplicationConfig' ...
[DEBUG] 23:35:27.870 [main] org.nutz.ioc.impl.ScopeContext - Depose object 't2sl1u4e1ihe8qhii2i7e0vic5' ...
[DEBUG] 23:35:27.871 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 135,2  replyHeader:: 135,1037,0  request:: '/dubbo/cn.wizzer.app.sys.modules.services.SysUserService/providers/dubbo%253A%252F%252F172.31.72.53%253A13127%252Fcn.wizzer.app.sys.modules.services.SysUserService%253Fanyhost%253Dtrue%2526application%253Dwk-nb-service-sys%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sys.modules.services.SysUserService%2526methods%253DinsertRelation%252CfillMenu%252CinsertOrUpdate%252CdeleteCache%252CgetRoleMenus%252CgetDatas%252CgetMaxId%252CgetSubPath%252CgetField%252CvDelete%252Cfetchx%252Cexecute%252CfetchLinks%252CupdateRelation%252CdeleteById%252CinsertLinks%252CgetParentPath%252ClistPageLinks%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252CgetRoleCodeList%252ClistPageMap%252CdeleteByIds%252ClistPage%252CupdateWithVersion%252Cdata%252ChasChildren%252CinsertWith%252CclearCache%252Cdao%252Cquery%252Ccount%252ClistEntity%252Clist%252CgetMenusAndButtons%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CgetEntityClass%252CfastInsert%252Cupdate%252Cinsert%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetNutMap%2526pid%253D4596%2526revision%253D5.2.7-SNAPSHOT%2526side%253Dprovider%2526threads%253D200%2526timestamp%253D1584243326244,-1  response:: null
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'jedisAgent' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysApiServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysOutLinkServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysDictServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysMsgServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'storeOrgServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysAttBusiServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysMsgUserServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'auditSetServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysTaskServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysAppTaskServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysRoleServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysAppConfServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dataIsolationSettingServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysLogServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysAppListServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'chatServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'chatMemberServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysMenuServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'txREAD_COMMITTED' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysUserServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysUnitServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'messageTemplateServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysRouteServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'messageIndexServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sensitiveWordServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'messageServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysConfigServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sqlManager' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dao' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sysAttServiceImpl' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dubboAnnotationBean' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dubbo_iobjs' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dubboManager' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'loglevelProperty' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'logbackStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'seataStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'sentinelStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'druidWebStatServletStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'druidWebStatFilterStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dataSourceStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.boot.starter.jdbc.DataSourceStarter - shutdown slave datasource count=0
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'nutDaoStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'dubboStarter' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object '$aop_wkcache' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object '$aop_fescar_GlobalTransactional' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object '$aop_fescar_GlobalLock' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object '$aop_async' ...
[DEBUG] 23:35:27.872 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'seataDataSourceHandler' ...
[DEBUG] 23:35:27.873 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'counterService' ...
[DEBUG] 23:35:27.873 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'nbApp' ...
[DEBUG] 23:35:27.873 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'conf' ...
[DEBUG] 23:35:27.873 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'appContext' ...
[DEBUG] 23:35:27.873 [main] org.nutz.ioc.impl.ScopeContext - Depose object 'druidDataSource' ...
[ERROR] 23:35:27.874 [main] org.nutz.boot.NbApp - something happen
java.lang.RuntimeException: java.lang.NoSuchMethodException: Fail to find Method io.seata.rm.datasource.DataSourceProxy->close with params:
[]
	at org.nutz.lang.Lang.wrapThrow(Lang.java:191)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:183)
	at org.nutz.ioc.ObjectProxy.depose(ObjectProxy.java:83)
	at org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:115)
	at org.nutz.ioc.impl.ScopeContext.depose(ScopeContext.java:122)
	at org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:297)
	at org.nutz.boot.AppContext.depose(AppContext.java:299)
	at org.nutz.boot.NbApp._shutdown(NbApp.java:232)
	at org.nutz.boot.NbApp.run(NbApp.java:189)
	at cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher.main(DubboRpcSysMainLauncher.java:39)
Caused by: java.lang.NoSuchMethodException: Fail to find Method io.seata.rm.datasource.DataSourceProxy->close with params:
[]
	at org.nutz.lang.Mirror.findMethod(Mirror.java:1199)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:178)
	... 8 common frames omitted
[DEBUG] 23:35:27.876 [DubboShutdownHook] org.apache.curator.framework.imps.CuratorFrameworkImpl - Closing
[INFO ] 23:35:27.876 [Curator-Framework-0] org.apache.curator.framework.imps.CuratorFrameworkImpl - backgroundOperationsLoop exiting
[DEBUG] 23:35:27.876 [DubboShutdownHook] org.apache.curator.CuratorZookeeperClient - Closing
[DEBUG] 23:35:27.876 [DubboShutdownHook] org.apache.curator.ConnectionState - Closing
[DEBUG] 23:35:27.877 [DubboShutdownHook] org.apache.zookeeper.ZooKeeper - Closing session: 0x100049ccd140012
[DEBUG] 23:35:27.878 [DubboShutdownHook] org.apache.zookeeper.ClientCnxn - Closing client for session: 0x100049ccd140012
[DEBUG] 23:35:27.879 [main-SendThread(172.31.72.57:2181)] org.apache.zookeeper.ClientCnxn - Reading reply sessionid:0x100049ccd140012, packet:: clientPath:null serverPath:null finished:false header:: 136,-11  replyHeader:: 136,1038,0  request:: null response:: null
[DEBUG] 23:35:27.879 [DubboShutdownHook] org.apache.zookeeper.ClientCnxn - Disconnecting client for session: 0x100049ccd140012
[INFO ] 23:35:27.880 [DubboShutdownHook] org.apache.zookeeper.ZooKeeper - Session: 0x100049ccd140012 closed
[INFO ] 23:35:27.880 [main-EventThread] org.apache.zookeeper.ClientCnxn - EventThread shut down for session: 0x100049ccd140012

3 回复

日志到这里后就没有进程了

Caused by: java.net.UnknownHostException: study: No address associated with hostname

主机名是study?检查/etc/hosts,确保有

127.0.0.1 study

给 /etc/hosts 里面加上 study ; 可以了

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