NutzCN Logo
问答 sys模块启动报错,请求的远程zookeeper、redis、mysql
发布于 710天前 作者 kelvin@live 777 次浏览 复制 上一个帖子 下一个帖子
标签: nutzwk

配置文件在外部
nohup java -jar -Xmx512m -Xms100m -Dnutz.boot.configure.properties.dir=/****/ -jar /****/wcg/wcg-nb-service-sys-1.0.1-wcg.jar >****/info.log 2>&1 &

打包后,部署到服务器1,让sys模块请求服务器2的zookeeper、mysql、redis。然后就是下面的错误

我idea 用同样的配置文件就没问题

17:40:19,955 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml]
17:40:19,955 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy]
17:40:19,955 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/mysql/local/tomcat/wcg/wcg-nb-service-sys-1.0.1-wcg.jar!/logback.xml]
17:40:19,966 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@7006c658 - URL [jar:file:/mysql/local/tomcat/wcg/wcg-nb-service-sys-1.0.1-wcg.jar!/logback.xml] is not of type file
17:40:20,006 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set
17:40:20,007 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender]
17:40:20,009 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT]
17:40:20,048 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - This appender no longer admits a layout as a sub-component, set an encoder instead.
17:40:20,048 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - To ensure compatibility, wrapping your layout in LayoutWrappingEncoder.
17:40:20,048 |-WARN in ch.qos.logback.core.ConsoleAppender[STDOUT] - See also http://logback.qos.ch/codes.html#layoutInsteadOfEncoder for details
17:40:20,048 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
17:40:20,051 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE_INFO]
17:40:20,060 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@872627152 - No compression will be used
17:40:20,061 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@872627152 - Will use the pattern /mysql/local/tomcat/wcg/logs/info-%d{yyyy-MM-dd}-3476.log for the active file
17:40:20,064 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/mysql/local/tomcat/wcg/logs/info-%d{yyyy-MM-dd}-3476.log'.
17:40:20,064 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
17:40:20,066 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Sat May 14 17:40:20 CST 2022
17:40:20,067 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
17:40:20,070 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE_INFO] - Active log file name: /mysql/local/tomcat/wcg/logs/info-2022-05-14-3476.log
17:40:20,070 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE_INFO] - File property is set to [null]
17:40:20,070 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender]
17:40:20,070 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [FILE_ERROR]
17:40:20,071 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1207769059 - No compression will be used
17:40:20,071 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy@1207769059 - Will use the pattern /mysql/local/tomcat/wcg/logs/error-%d{yyyy-MM-dd}-3476.log for the active file
17:40:20,072 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - The date pattern is 'yyyy-MM-dd' from file name pattern '/mysql/local/tomcat/wcg/logs/error-%d{yyyy-MM-dd}-3476.log'.
17:40:20,072 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Roll-over at midnight.
17:40:20,072 |-INFO in c.q.l.core.rolling.DefaultTimeBasedFileNamingAndTriggeringPolicy - Setting initial period to Sat May 14 17:40:20 CST 2022
17:40:20,072 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property
17:40:20,074 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE_ERROR] - Active log file name: /mysql/local/tomcat/wcg/logs/error-2022-05-14-3476.log
17:40:20,074 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[FILE_ERROR] - File property is set to [null]
17:40:20,074 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.classic.AsyncAppender]
17:40:20,075 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ASYNC]
17:40:20,076 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - Could not find an appender named [FILE]. Did you define it below instead of above in the configuration file?
17:40:20,076 |-ERROR in ch.qos.logback.core.joran.action.AppenderRefAction - See http://logback.qos.ch/codes.html#appender_order for more details.
17:40:20,076 |-ERROR in ch.qos.logback.classic.AsyncAppender[ASYNC] - No attached appenders found.
17:40:20,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting additivity of logger [java] to false
17:40:20,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.eclipse.jetty] to INFO
17:40:20,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [org.apache.zookeeper] to INFO
17:40:20,076 |-INFO in ch.qos.logback.classic.joran.action.LoggerAction - Setting level of logger [com.alibaba.dubbo] to INFO
17:40:20,076 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to DEBUG
17:40:20,076 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT]
17:40:20,076 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ASYNC] to Logger[ROOT]
17:40:20,076 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO
17:40:20,076 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE_INFO] to Logger[ROOT]
17:40:20,076 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [FILE_ERROR] to Logger[ROOT]
17:40:20,076 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration.
17:40:20,077 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@7cdbc5d3 - Registering current configuration as safe fallback point

[INFO ] 17:40:20.219 [main] org.nutz.boot.banner.SimpleBannerPrinter - 
 _  _ _   _ _____ ______      ___  __
| \| | | | |_   _|_  /\ \    / / |/ /
| .` | |_| | | |  / /  \ \/\/ /| ' <
|_|\_|\___/  |_| /___|  \_/\_/ |_|\_\

:: Built with NutzWk

[INFO ] 17:40:20.332 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'cn.wizzer'
[INFO ] 17:40:20.374 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dubboRpcSysMainLauncher                 ' - cn.wizzer.app.sys.commons.core.DubboRpcSysMainLauncher
[INFO ] 17:40:20.378 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'kingDeeService                          ' - cn.wizzer.app.sys.commons.jindie.KingDeeService
[INFO ] 17:40:20.384 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysApiServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysApiServiceImpl
[INFO ] 17:40:20.397 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppConfServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppConfServiceImpl
[INFO ] 17:40:20.399 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppListServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppListServiceImpl
[INFO ] 17:40:20.401 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysAppTaskServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysAppTaskServiceImpl
[INFO ] 17:40:20.403 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysConfigServiceImpl                    ' - cn.wizzer.app.sys.modules.services.impl.SysConfigServiceImpl
[INFO ] 17:40:20.405 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysDictServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysDictServiceImpl
[INFO ] 17:40:20.409 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysDraweeServiceImpl                    ' - cn.wizzer.app.sys.modules.services.impl.SysDraweeServiceImpl
[INFO ] 17:40:20.417 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysGoodsServiceImpl                     ' - cn.wizzer.app.sys.modules.services.impl.SysGoodsServiceImpl
[INFO ] 17:40:20.419 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysKingDeeServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysKingDeeServiceImpl
[INFO ] 17:40:20.425 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysLogisticsExecutionServiceImpl        ' - cn.wizzer.app.sys.modules.services.impl.SysLogisticsExecutionServiceImpl
[INFO ] 17:40:20.427 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysLogServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysLogServiceImpl
[INFO ] 17:40:20.429 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMenuServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysMenuServiceImpl
[INFO ] 17:40:20.430 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysMsgServiceImpl
[INFO ] 17:40:20.438 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysMsgUserServiceImpl                   ' - cn.wizzer.app.sys.modules.services.impl.SysMsgUserServiceImpl
[INFO ] 17:40:20.439 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRoleServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysRoleServiceImpl
[INFO ] 17:40:20.441 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysRouteServiceImpl                     ' - cn.wizzer.app.sys.modules.services.impl.SysRouteServiceImpl
[INFO ] 17:40:20.442 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysSiteServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysSiteServiceImpl
[INFO ] 17:40:20.443 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysSmsServiceImpl                       ' - cn.wizzer.app.sys.modules.services.impl.SysSmsServiceImpl
[INFO ] 17:40:20.443 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysStoreroomServiceImpl                 ' - cn.wizzer.app.sys.modules.services.impl.SysStoreroomServiceImpl
[INFO ] 17:40:20.444 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysTaskServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysTaskServiceImpl
[INFO ] 17:40:20.445 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUnitServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUnitServiceImpl
[INFO ] 17:40:20.445 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysUserServiceImpl                      ' - cn.wizzer.app.sys.modules.services.impl.SysUserServiceImpl
[INFO ] 17:40:20.447 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sysWxAccountServiceImpl                 ' - cn.wizzer.app.sys.modules.services.impl.SysWxAccountServiceImpl
[INFO ] 17:40:20.447 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'stringUtils                             ' - cn.wizzer.framework.utils.StringUtils
[INFO ] 17:40:20.451 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'commonUtils                             ' - cn.wizzer.framework.utils.CommonUtils
[INFO ] 17:40:20.461 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'org.nutz.boot.starter'
[INFO ] 17:40:20.468 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dubboStarter                            ' - org.nutz.boot.starter.dubbo.DubboStarter
[INFO ] 17:40:20.469 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'nutDaoStarter                           ' - org.nutz.boot.starter.nutz.dao.NutDaoStarter
[INFO ] 17:40:20.476 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'dataSourceStarter                       ' - org.nutz.boot.starter.jdbc.DataSourceStarter
[INFO ] 17:40:20.476 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'druidWebStatFilterStarter               ' - org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter
[INFO ] 17:40:20.477 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'druidWebStatServletStarter              ' - org.nutz.boot.starter.jdbc.DruidWebStatServletStarter
[INFO ] 17:40:20.478 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'sentinelStarter                         ' - org.nutz.boot.starter.sentinel.SentinelStarter
[INFO ] 17:40:20.479 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'logbackStarter                          ' - org.nutz.boot.starter.logback.exts.LogbackStarter
[INFO ] 17:40:20.479 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelHeartbeatThread                 ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelHeartbeatThread
[INFO ] 17:40:20.481 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelProperty                        ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelProperty
[INFO ] 17:40:20.481 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'loglevelService                         ' - org.nutz.boot.starter.logback.exts.loglevel.LoglevelService
[INFO ] 17:40:20.491 [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.enable                |no        |                    |true      |是否启动monitor页面       |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|10  |druid.web.servlet.jmxPassword           |no        |                    |          |JMX的密码              |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|11  |druid.web.servlet.jmxUrl                |no        |                    |          |读取JMX信息的URL         |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|12  |druid.web.servlet.jmxUsername           |no        |                    |          |JMX的用户名             |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|13  |druid.web.servlet.loginPassword         |no        |                    |随机值,打印在日志中|访问monitor页面的密码      |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|14  |druid.web.servlet.loginUsername         |no        |                    |driud     |访问monitor页面的用户名     |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|15  |druid.web.servlet.resetEnable           |no        |                    |true      |是否允许重置统计结果          |org.nutz.boot.starter.jdbc.DruidWebStatServletStarter|
|16  |jdbc.password                           |no        |                    |          |数据库密码               |org.nutz.boot.starter.jdbc.DataSourceStarter|
|17  |jdbc.type                               |no        |druid,simple,hikari |druid     |连接池类型               |org.nutz.boot.starter.jdbc.DataSourceStarter|
|18  |jdbc.url                                |yes       |                    |          |JDBC URL            |org.nutz.boot.starter.jdbc.DataSourceStarter|
|19  |jdbc.username                           |no        |                    |          |数据库用户名              |org.nutz.boot.starter.jdbc.DataSourceStarter|
|20  |nutz.dao.interceptor.cache.cache4Null   |no        |                    |true      |是否缓存null结果          |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|21  |nutz.dao.interceptor.cache.debug        |no        |                    |false     |打印daocache详细调试日志    |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|22  |nutz.dao.interceptor.cache.enable       |no        |                    |false     |是否使用daocache        |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|23  |nutz.dao.interceptor.cache.enableWhenTrans|no        |                    |false     |事务内是否启用daocache     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|24  |nutz.dao.interceptor.cache.provider.ioc.name|no        |                    |daoCacheProvider|daocache提供者DaoCacheProvider的IocBean名称|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|25  |nutz.dao.interceptor.cache.provider.memory.cacheSize|no        |                    |          |daocache提供者MemoryDaoCacheProvider的默认缓存大小|org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|26  |nutz.dao.interceptor.cache.provider.type|no        |memory,ehcache,jedis,ioc|memory    |daocache提供者         |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|27  |nutz.dao.interceptor.cache.table.names  |no        |                    |          |需要缓存的表名称,英文逗号分隔     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|28  |nutz.dao.interceptor.cache.table.pattern|no        |                    |          |需要缓存的表名称的正则表达式      |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|29  |nutz.dao.interceptor.log.enable         |no        |                    |true      |是否打印dao的SQL日志       |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|30  |nutz.dao.interceptor.time.enable        |no        |                    |false     |是否打印dao的SQL耗时日志     |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|31  |nutz.dao.sqls.path                      |no        |                    |sqls/     |sql目录               |org.nutz.boot.starter.nutz.dao.NutDaoStarter|
|32  |redis.database                          |no        |                    |0         |redis数据库序号          |org.nutz.boot.starter.redis.JedisStarter|
|33  |redis.host                              |no        |                    |127.0.0.1 |redis服务器ip或域名       |org.nutz.boot.starter.redis.JedisStarter|
|34  |redis.max_redir                         |no        |                    |10        |redis集群最大重定向次数      |org.nutz.boot.starter.redis.JedisStarter|
|35  |redis.nodes                             |no        |                    |          |redis集群节点列表         |org.nutz.boot.starter.redis.JedisStarter|
|36  |redis.password                          |no        |                    |          |redis密码             |org.nutz.boot.starter.redis.JedisStarter|
|37  |redis.port                              |no        |                    |6379      |redis服务器端口          |org.nutz.boot.starter.redis.JedisStarter|
|38  |redis.soTimeout                         |no        |                    |0         |redis写超时            |org.nutz.boot.starter.redis.JedisStarter|
|39  |redis.timeout                           |no        |                    |2000      |redis读写超时           |org.nutz.boot.starter.redis.JedisStarter|
|40  |sentinel.channel                        |no        |                    |sentinel  |Sentinel规则存储channel值|org.nutz.boot.starter.sentinel.SentinelStarter|
|41  |sentinel.csp.sentinel.api.port          |no        |                    |8721      |Sentinel客户端端口       |org.nutz.boot.starter.sentinel.SentinelStarter|
|42  |sentinel.csp.sentinel.dashboard.server  |no        |                    |localhost:9090|Sentinel控制台地址       |org.nutz.boot.starter.sentinel.SentinelStarter|
|43  |sentinel.csp.sentinel.heartbeat.client.ip|no        |                    |          |Sentinel客户端IP,不配置则自动获取本地IP|org.nutz.boot.starter.sentinel.SentinelStarter|
|44  |sentinel.csp.sentinel.heartbeat.interval.ms|no        |                    |3000      |Sentinel客户端通信间隔毫秒数  |org.nutz.boot.starter.sentinel.SentinelStarter|
|45  |sentinel.enabled                        |no        |                    |false     |是否启动Sentinel客户端     |org.nutz.boot.starter.sentinel.SentinelStarter|
|46  |sentinel.project.name                   |no        |                    |          |Sentinel客户端名称,不设置则自动获取nutz.application.name|org.nutz.boot.starter.sentinel.SentinelStarter|
|47  |sentinel.rulekey                        |no        |                    |nutzboot  |Sentinel规则存储key值    |org.nutz.boot.starter.sentinel.SentinelStarter|
[INFO ] 17:40:20.496 [main] org.nutz.ioc.impl.NutIoc - ... NutIoc init complete
[INFO ] 17:40:20.505 [main] com.alibaba.dubbo.common.logger.LoggerFactory - using logger: com.alibaba.dubbo.common.logger.slf4j.Slf4jLoggerAdapter
[INFO ] 17:40:20.548 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -  > scan 'org.nutz.plugins.wkcache'
[INFO ] 17:40:20.550 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add '$aop_wkcache                            ' - org.nutz.plugins.wkcache.WkcacheAopConfigure
[INFO ] 17:40:20.551 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheRemoveAllInterceptor             ' - org.nutz.plugins.wkcache.WkcacheRemoveAllInterceptor
[INFO ] 17:40:20.552 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheRemoveEntryInterceptor           ' - org.nutz.plugins.wkcache.WkcacheRemoveEntryInterceptor
[INFO ] 17:40:20.552 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheResultInterceptor                ' - org.nutz.plugins.wkcache.WkcacheResultInterceptor
[INFO ] 17:40:20.552 [main] org.nutz.ioc.loader.annotation.AnnotationIocLoader -    > add 'wkcacheUpdateInterceptor                ' - org.nutz.plugins.wkcache.WkcacheUpdateInterceptor
[WARN ] 17:40:20.649 [main] com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory -  [DUBBO] No spring extension (bean) named:defaultCompiler, try to find an extension (bean) of type java.lang.String, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[WARN ] 17:40:20.650 [main] com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory -  [DUBBO] No spring extension (bean) named:defaultCompiler, type:java.lang.String found, stop get bean., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:20.873 [main] org.nutz.dao.jdbc.Jdbcs - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 17:40:20.933 [main] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} inited
INFO: Sentinel log output type is: file
INFO: Sentinel log charset is: utf-8
INFO: Sentinel log base directory is: /root/logs/csp/
INFO: Sentinel log name use pid is: false
[INFO ] 17:40:21.908 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysKingDeeService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:21.909 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysKingDeeService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:21.909 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysKingDeeService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521221802, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:21.914 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.048 [main] com.alibaba.dubbo.remoting.transport.AbstractServer -  [DUBBO] Start NettyServer bind /0.0.0.0:11637, export /192.168.6.142:11637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.067 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Load registry store file /root/.dubbo/dubbo-registry-wcg-service-sys-114.116.226.211:2181.cache, data: {cn.wizzer.app.sys.modules.services.SysAppConfService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520198097, cn.wizzer.app.sys.modules.services.SysMenuService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520207104, cn.wizzer.app.sys.modules.services.SysTaskService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520191054, cn.wizzer.app.sys.modules.services.SysKingDeeService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520193671, cn.wizzer.app.sys.modules.services.SysRoleService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520192533, cn.wizzer.app.sys.modules.services.SysMsgUserService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520189821, cn.wizzer.app.sys.modules.services.SysDraweeService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520195901, cn.wizzer.app.sys.modules.services.SysAppTaskService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520188904, cn.wizzer.app.sys.modules.services.SysUnitService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520200630, cn.wizzer.app.sys.modules.services.SysDictService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,fetchx,execute,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520196567, cn.wizzer.app.sys.modules.services.SysRouteService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520203321, cn.wizzer.app.sys.modules.services.SysLogService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520204299, cn.wizzer.app.sys.modules.services.SysGoodsService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520207953, cn.wizzer.app.sys.modules.services.SysStoreroomService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520199467, cn.wizzer.app.sys.modules.services.SysAppListService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520207450, cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520198702, cn.wizzer.app.sys.modules.services.SysSiteService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520189618, cn.wizzer.app.sys.modules.services.SysMsgService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520200992, cn.wizzer.app.sys.modules.services.SysSmsService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520197025, cn.wizzer.app.sys.modules.services.SysWxAccountService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520199914, cn.wizzer.app.sys.modules.services.SysConfigService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520201701, cn.wizzer.app.sys.modules.services.SysUserService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,fetchx,execute,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520205932, cn.wizzer.app.sys.modules.services.SysApiService=empty://192.168.6.142:12279/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,fetchx,execute,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,updateAndIncrIfMatch,getMap,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3301&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652520200261}, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.109 [main] org.apache.curator.utils.Compatibility - Running in ZooKeeper 3.4.x compatibility mode
[INFO ] 17:40:22.136 [main] org.apache.curator.framework.imps.CuratorFrameworkImpl - Starting
[INFO ] 17:40:22.141 [main] org.apache.zookeeper.ZooKeeper - Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:host.name=wccy
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.version=1.8.0_231
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.vendor=Oracle Corporation
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.home=/home/java/jdk1.8.0_231/jre
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.class.path=/mysql/local/tomcat/wcg/wcg-nb-service-sys-1.0.1-wcg.jar
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.library.path=/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.io.tmpdir=/tmp
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:java.compiler=<NA>
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.name=Linux
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.arch=amd64
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:os.version=2.6.32-642.el6.x86_64
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.name=root
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.home=/root
[INFO ] 17:40:22.142 [main] org.apache.zookeeper.ZooKeeper - Client environment:user.dir=/mysql/local/tomcat/wcg
[INFO ] 17:40:22.143 [main] org.apache.zookeeper.ZooKeeper - Initiating client connection, connectString=114.116.226.211:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@757d6814
[INFO ] 17:40:22.155 [main] org.apache.curator.framework.imps.CuratorFrameworkImpl - Default schema
[INFO ] 17:40:22.157 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.157 [main-SendThread(114.116.226.211:2181)] org.apache.zookeeper.ClientCnxn - Opening socket connection to server 114.116.226.211/114.116.226.211:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO ] 17:40:22.189 [main-SendThread(114.116.226.211:2181)] org.apache.zookeeper.ClientCnxn - Socket connection established to 114.116.226.211/114.116.226.211:2181, initiating session
[INFO ] 17:40:22.225 [main-SendThread(114.116.226.211:2181)] org.apache.zookeeper.ClientCnxn - Session establishment complete on server 114.116.226.211/114.116.226.211:2181, sessionid = 0x1000001ef4b0009, negotiated timeout = 40000
[INFO ] 17:40:22.236 [main-EventThread] org.apache.curator.framework.state.ConnectionStateManager - State change: CONNECTED
[INFO ] 17:40:22.328 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.400 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.505 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysDictService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.505 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysDictService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.505 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysDictService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521222428, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.506 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.508 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.567 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.626 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.756 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRouteService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.756 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRouteService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.756 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysRouteService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521222637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.757 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.758 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.835 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:22.915 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.022 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysTaskService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.022 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysTaskService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.022 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysTaskService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521222924, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.023 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.024 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.114 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.189 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.250 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMenuService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.250 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMenuService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.251 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysMenuService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521223198, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.252 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.254 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.345 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.421 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.507 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysAppListService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.507 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysAppListService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.507 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysAppListService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521223435, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.507 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.508 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.612 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.687 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.749 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRoleService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.749 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysRoleService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.749 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysRoleService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521223696, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.749 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.751 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.827 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.922 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.981 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysLogService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.981 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysLogService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.982 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysLogService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521223932, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.982 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:23.984 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.078 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.154 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.250 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysAppConfService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.250 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysAppConfService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.250 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysAppConfService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521224166, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.250 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.251 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.331 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.407 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.523 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysDraweeService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.523 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysDraweeService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.523 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysDraweeService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521224416, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.523 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.524 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.704 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.779 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.843 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUserService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.843 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUserService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.843 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysUserService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521224787, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.844 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.846 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:24.930 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.007 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.061 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysApiService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.061 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysApiService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.061 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysApiService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521225015, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.062 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.063 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.143 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.218 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.268 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUnitService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.268 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysUnitService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.268 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysUnitService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521225226, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.269 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.271 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.411 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.484 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.529 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysSiteService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.530 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysSiteService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.530 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysSiteService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521225492, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.530 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.531 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.610 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.685 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.767 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysAppTaskService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.767 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysAppTaskService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.767 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysAppTaskService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521225693, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.768 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.768 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:25.862 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:26.065 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:26.123 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:26.123 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:26.123 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysMsgService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521226075, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:26.124 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:26.124 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:27.089 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:28.066 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:28.118 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysStoreroomService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:28.118 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysStoreroomService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:28.118 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysStoreroomService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521228076, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:28.119 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:28.119 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:28.699 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.070 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.125 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgUserService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.125 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysMsgUserService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.126 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysMsgUserService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521229078, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.126 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.126 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.212 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.633 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.706 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysConfigService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.706 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysConfigService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.706 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysConfigService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521229641, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.706 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.707 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:29.887 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.182 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.222 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysSmsService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.222 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysSmsService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.222 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysSmsService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521230188, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.223 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.224 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.775 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.904 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.947 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysGoodsService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.947 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysGoodsService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.948 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysGoodsService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521230909, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.948 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:30.949 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.028 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.113 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.156 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.156 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.156 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521231119, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.157 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.158 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.229 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.290 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.366 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysWxAccountService to local registry, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.367 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Export dubbo service cn.wizzer.app.sys.modules.services.SysWxAccountService to url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.367 [main] com.alibaba.dubbo.config.AbstractConfig -  [DUBBO] Register dubbo service cn.wizzer.app.sys.modules.services.SysWxAccountService url dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296 to registry registry://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&pid=3476&qos.enable=false&registry=zookeeper&timestamp=1652521231295, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.367 [main] com.alibaba.dubbo.qos.protocol.QosProtocolWrapper -  [DUBBO] qos won't be started because it is disabled. Please check dubbo.application.qos.enable is configured either in system property, dubbo.properties or XML/spring boot configuration., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.367 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Register: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.442 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Subscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.520 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Notify urls for subscribe url provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296, urls: [empty://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[ERROR] 17:40:31.618 [main] org.nutz.boot.NbApp - something happen!!
org.nutz.ioc.IocException: IocBean[loglevelService] throw Exception when creating
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:153)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:241)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:271)
	at org.nutz.ioc.impl.NutIoc.get(NutIoc.java:161)
	at org.nutz.boot.starter.logback.exts.LogbackStarter.start(LogbackStarter.java:97)
	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: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset
	at redis.clients.util.RedisInputStream.ensureFill(RedisInputStream.java:202)
	at redis.clients.util.RedisInputStream.readByte(RedisInputStream.java:40)
	at redis.clients.jedis.Protocol.process(Protocol.java:153)
	at redis.clients.jedis.Protocol.read(Protocol.java:218)
	at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:341)
	at redis.clients.jedis.Connection.getStatusCodeReply(Connection.java:240)
	at redis.clients.jedis.Jedis.setex(Jedis.java:508)
	at org.nutz.integration.jedis.RedisService.setex(RedisService.java:761)
	at org.nutz.boot.starter.logback.exts.loglevel.LoglevelService.saveToRedis(LoglevelService.java:60)
	at org.nutz.boot.starter.logback.exts.loglevel.LoglevelService.init(LoglevelService.java:39)
	at org.nutz.boot.starter.logback.exts.loglevel.LoglevelService$FM$init$f19bf2719ddc51c3f6fbc62fb9096b01.invoke(LoglevelService.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:181)
	at org.nutz.ioc.weaver.DefaultWeaver.onCreate(DefaultWeaver.java:89)
	at org.nutz.ioc.impl.ObjectMakerImpl.make(ObjectMakerImpl.java:141)
	... 8 common frames omitted
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:210)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at java.net.SocketInputStream.read(SocketInputStream.java:127)
	at redis.clients.util.RedisInputStream.ensureFill(RedisInputStream.java:196)
	... 21 common frames omitted
[INFO ] 17:40:31.619 [main] org.nutz.ioc.impl.NutIoc - org.nutz.ioc.impl.NutIoc@1829966070 is closing. startup date [22-05-14 17:40:20.495]
[INFO ] 17:40:31.621 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[WARN ] 17:40:31.668 [jedis.pubsub.logback:loglevel:pubsub] org.nutz.integration.jedis.pubsub.PubSubService - something wrong!! sleep 3s
redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset
	at redis.clients.util.RedisInputStream.ensureFill(RedisInputStream.java:202)
	at redis.clients.util.RedisInputStream.readByte(RedisInputStream.java:40)
	at redis.clients.jedis.Protocol.process(Protocol.java:153)
	at redis.clients.jedis.Protocol.read(Protocol.java:218)
	at redis.clients.jedis.Connection.readProtocolWithCheckingBroken(Connection.java:341)
	at redis.clients.jedis.Connection.getRawObjectMultiBulkReply(Connection.java:288)
	at redis.clients.jedis.JedisPubSub.process(JedisPubSub.java:121)
	at redis.clients.jedis.JedisPubSub.proceedWithPatterns(JedisPubSub.java:108)
	at redis.clients.jedis.Jedis.psubscribe(Jedis.java:2830)
	at org.nutz.integration.jedis.pubsub.PubSubService$1.run(PubSubService.java:31)
Caused by: java.net.SocketException: Connection reset
	at java.net.SocketInputStream.read(SocketInputStream.java:210)
	at java.net.SocketInputStream.read(SocketInputStream.java:141)
	at java.net.SocketInputStream.read(SocketInputStream.java:127)
	at redis.clients.util.RedisInputStream.ensureFill(RedisInputStream.java:196)
	... 9 common frames omitted
[INFO ] 17:40:31.740 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.742 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.742 [Exporter-Unexport-thread-1] com.alibaba.dubbo.registry.integration.RegistryProtocol -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.770 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.770 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.836 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.837 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.874 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.875 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.912 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.913 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.969 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:31.970 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.007 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.008 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.104 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.105 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.219 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.220 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.246 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.247 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.307 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.307 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.672 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.672 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.831 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.832 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.860 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.861 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.935 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.936 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.973 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:32.974 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.011 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.011 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.070 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.071 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.108 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.109 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.145 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.146 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.182 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.182 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.221 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.221 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unregister: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.310 [main] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Unsubscribe: provider://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:33.379 [main] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closing ...
[INFO ] 17:40:33.385 [main] com.alibaba.druid.pool.DruidDataSource - {dataSource-1} closed
[INFO ] 17:40:33.386 [main] org.nutz.ioc.impl.NutIoc - org.nutz.ioc.impl.NutIoc@1829966070 is deposed. startup date [22-05-14 17:40:20.495]
[INFO ] 17:40:34.671 [DubboShutdownHook] com.alibaba.dubbo.config.DubboShutdownHook -  [DUBBO] Run shutdown hook now., dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.671 [DubboShutdownHook] com.alibaba.dubbo.registry.support.AbstractRegistryFactory -  [DUBBO] Close all registries [zookeeper://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=3476&qos.enable=false&timestamp=1652521221802], dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.672 [DubboShutdownHook] com.alibaba.dubbo.registry.zookeeper.ZookeeperRegistry -  [DUBBO] Destroy registry:zookeeper://114.116.226.211:2181/com.alibaba.dubbo.registry.RegistryService?application=wcg-service-sys&dubbo=2.0.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=3476&qos.enable=false&timestamp=1652521221802, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.673 [Curator-Framework-0] org.apache.curator.framework.imps.CuratorFrameworkImpl - backgroundOperationsLoop exiting
[INFO ] 17:40:34.711 [DubboShutdownHook] org.apache.zookeeper.ZooKeeper - Session: 0x1000001ef4b0009 closed
[INFO ] 17:40:34.711 [main-EventThread] org.apache.zookeeper.ClientCnxn - EventThread shut down for session: 0x1000001ef4b0009
[INFO ] 17:40:34.711 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Close dubbo server: /192.168.6.142:11637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.712 [DubboShutdownHook] com.alibaba.dubbo.remoting.transport.AbstractServer -  [DUBBO] Close NettyServer bind /0.0.0.0:11637, export /192.168.6.142:11637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.715 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppTaskService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225693, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.715 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysGoodsService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysGoodsService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,setDefaultGoodsCode,insertLinks,getParentPath,saveGoodsRelationStoreRoom,listPageLinks,getCurrentRoombyGood,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230909, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.715 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRoleService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRoleService&methods=insertRelation,listMap,del,insertOrUpdate,saveMenu,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,userSearch,listPageLinks,getPermissionNameList,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223696, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.716 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysWxAccountService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysWxAccountService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231296, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.716 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,logData,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,fastInsertSysLog,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223932, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.716 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysApiService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysApiService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,createAppkey,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getAppkey,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,updateAppkey,update,insert,delete,updateIgnoreNull,clear,deleteAppkey,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225015, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.716 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDraweeService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDraweeService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getDefaultDrawee,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224416, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.717 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUserService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUserService&methods=insertRelation,listMap,fillMenu,insertOrUpdate,deleteCache,getRoleMenus,getDatas,getMaxId,getSubPath,getField,vDelete,execute,fetchx,createSupplier,fetchLinks,updateRelation,deleteById,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getRoleCodeList,listPageMap,deleteByIds,listPage,updateWithVersion,data,hasChildren,insertWith,clearCache,dao,query,count,listEntity,list,getMenusAndButtons,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224787, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.717 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysRouteService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysRouteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222637, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.717 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysUnitService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysUnitService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225226, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.717 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMenuService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMenuService&methods=insertRelation,listMap,insertOrUpdate,getLeftPathMenu,getMaxId,getSubPath,edit,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,getLeftMenu,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223198, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.717 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysStoreroomService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysStoreroomService&methods=getGoodsRelationStoreRoom,insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,saveRelationGoods,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521228076, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.718 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSmsService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSmsService&methods=generateCode,generateNumber,sendVerifCode&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521230189, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.718 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppListService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppListService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,getAppNameList,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521223435, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.718 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysSiteService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysSiteService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521225492, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.718 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysAppConfService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysAppConfService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getConfNameList,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521224166, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.719 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysLogisticsExecutionService&methods=queryPlansBySourceCode,makeCard&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521231119, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.719 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysKingDeeService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysKingDeeService&methods=syncKingDeeSupplier,loginKingDee,syncGatherSubmit&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521221806, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.719 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysDictService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysDictService&methods=insertRelation,listMap,insertOrUpdate,getSubMapByCode,getMaxId,getSubPath,getField,vDelete,getSubMapById,execute,fetchx,fetchLinks,updateRelation,deleteAndChild,save,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,getSubListByCode,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getNameByCode,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getSubListByPath,update,insert,delete,updateIgnoreNull,getSubMapByPath,getSubListById,clear,getNameById,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222428, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.719 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,deleteMsg,insertLinks,getParentPath,notify,offline,listPageLinks,saveMsg,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,innerMsg,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getMsg,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521226075, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.719 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysMsgUserService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysMsgUserService&methods=insertRelation,listMap,insertOrUpdate,deleteCache,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,getUnreadNum,listPageMap,listPage,updateWithVersion,data,insertWith,clearCache,dao,getUnreadList,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229078, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.720 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysConfigService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysConfigService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,getAllList,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521229641, dubbo version: 1.0.1-wcg, current host: 192.168.6.142
[INFO ] 17:40:34.720 [DubboShutdownHook] com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol -  [DUBBO] Unexport service: dubbo://192.168.6.142:11637/cn.wizzer.app.sys.modules.services.SysTaskService?anyhost=true&application=wcg-service-sys&bind.ip=192.168.6.142&bind.port=11637&dubbo=2.0.2&generic=false&interface=cn.wizzer.app.sys.modules.services.SysTaskService&methods=insertRelation,listMap,insertOrUpdate,getMaxId,getSubPath,getField,vDelete,execute,fetchx,fetchLinks,updateRelation,insertLinks,getParentPath,listPageLinks,getEntity,updateWith,fetch,exists,listPageMap,listPage,updateWithVersion,data,insertWith,dao,query,count,listEntity,list,getMap,updateAndIncrIfMatch,updateLinks,getEntityClass,fastInsert,update,insert,delete,updateIgnoreNull,clear,getNutMap&pid=3476&qos.enable=false&revision=1.0.1-wcg&side=provider&threads=200&timestamp=1652521222924, dubbo version: 1.0.1-wcg, current host: 192.168.6.142

4 回复

确定可以连接 zookeeper 、redis以及mysql

Caused by: redis.clients.jedis.exceptions.JedisConnectionException: java.net.SocketException: Connection reset

我把包放到一起,就可以运行起来,单独拿出来到a服务器就报错了,我看到是redis连接重置了

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