NutzCN Logo
问答 dubbo 端口被占用问题
发布于 1648天前 作者 Hamming 4097 次浏览 复制 上一个帖子 下一个帖子
标签:

无论我换成哪个端口 都是异常问题 求指点 代码地址 https://github.com/TomYule/NutzSite-Dubbo
service配置

nutz.application.name=nutzsite-service
server.port=0
#mysql
jdbc.type=druid
jdbc.url=jdbc:mysql://127.0.0.1:3306/nutzsite?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
jdbc.username=root
#jdbc.password=gptrbrt5683RR
jdbc.password=ikmcy2O1904
jdbc.validationQuery=select 1
jdbc.maxActive=50
jdbc.testWhileIdle=true
jdbc.filters=mergeStat
jdbc.connectionProperties=druid.stat.slowSqlMillis=2000
jdbc.defaultAutoCommit=true


#dubbo.annotation.package=io.nutz.nutzsite.module
dubbo.application.name=dubbo-rpc-service
dubbo.registry.address=zookeeper://127.0.0.1:2181
dubbo.protocol.name=dubbo
dubbo.application.qos.enable=false

web配置

server.port=8080
server.host=0.0.0.0

#mysql
jdbc.type=druid
jdbc.url=jdbc:mysql://127.0.0.1:3306/nutzsite?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
jdbc.username=root
#jdbc.password=gptrbrt5683RR
jdbc.password=ikmcy2O1904
jdbc.validationQuery=select 1
jdbc.maxActive=50
jdbc.testWhileIdle=true
jdbc.filters=mergeStat
jdbc.connectionProperties=druid.stat.slowSqlMillis=2000
jdbc.defaultAutoCommit=true


dubbo.application.name=dubbo-rpc-web
dubbo.registry.address=zookeeper://127.0.0.1:2181
dubbo.protocol.name=dubbo
dubbo.application.qos.enable=false

异常信息如下 ; 不知道是哪里出问题了 求助

 13:49:35.448 org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:855) - Started o.e.j.w.WebAppContext@24876a7e{/,[file:///Users/apple/IdeaProjects/nutzsite-dubbo/web/target/classes/static/, jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-swagger/2.3-SNAPSHOT/nutzboot-starter-swagger-2.3-20190108.025320-83.jar!/static/],AVAILABLE}
[ERROR] 13:49:35.449 org.nutz.boot.NbApp.execute(NbApp.java:220) - something happen!!
java.io.IOException: Failed to bind to /0.0.0.0:8080
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:346)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.server.Server.doStart(Server.java:394)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.nutz.boot.starter.jetty.JettyStarter.start(JettyStarter.java:138)
	at org.nutz.boot.AppContext.startServers(AppContext.java:306)
	at org.nutz.boot.NbApp.execute(NbApp.java:206)
	at org.nutz.boot.NbApp.run(NbApp.java:178)
	at io.nutz.nutzsite.DubboRpcWebLauncher.main(DubboRpcWebLauncher.java:130)
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
	... 11 more
[INFO ] 13:49:35.454 org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:341) - Stopped ServerConnector@3086f480{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
[INFO ] 13:49:35.454 org.eclipse.jetty.server.session.HouseKeeper.stopScavenging(HouseKeeper.java:167) - node0 Stopped scavenging
[INFO ] 13:49:35.455 org.nutz.boot.starter.nutz.mvc.NbMvcLoading.depose(NbMvcLoading.java:54) - Nutz.Mvc[nutz] is deposing ...
[INFO ] 13:49:35.455 org.nutz.boot.starter.nutz.mvc.NbMvcLoading.depose(NbMvcLoading.java:70) - Nutz.Mvc[nutz] is down in 0ms
[INFO ] 13:49:35.457 org.eclipse.jetty.server.handler.ContextHandler$Context.log(ContextHandler.java:2345) - Cleaning up Shiro Environment
[INFO ] 13:49:35.457 org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1045) - Stopped o.e.j.w.WebAppContext@24876a7e{/,[file:///Users/apple/IdeaProjects/nutzsite-dubbo/web/target/classes/static/, jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-swagger/2.3-SNAPSHOT/nutzboot-starter-swagger-2.3-20190108.025320-83.jar!/static/],UNAVAILABLE}
[INFO ] 13:49:35.471 org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:287) - org.nutz.ioc.impl.NutIoc@1340928776 is closing. startup date [19-10-21 13:48:21.960]
[DEBUG] 13:49:35.471 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'swaggerInfo' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'swagger' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'nutFilter' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroFilter' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'whaleFilter' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroRememberMeManager' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroCacheManager' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroWebSessionManager' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroWebSecurityManager' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroEnvironmentLoaderListener' ...
[DEBUG] 13:49:35.472 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'rsnmki0tp6jf7pin5s2k5fqjht' ...
[INFO ] 13:49:35.472 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=3633&side=provider&timestamp=1571636969549, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.482 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 41,2  replyHeader:: 41,360,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.MenuService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.MenuService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.MenuService%2526methods%253Ddao%252CtransMenuName%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252CroleMenuTreeData%252CmenuTreeData%252Csave%252Cupdate%252Cinsert%252CgetMenuList%252Cdelete%252CupdateIgnoreNull%252CgetTrees%252CcheckMenuUnique%252Cfetch%252CgetPermsByUserId%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636969549,-1  response:: null
[INFO ] 13:49:35.482 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=3633&side=provider&timestamp=1571636969549, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.483 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'ugrthujhpigrdrii8tusg29ps2' ...
[INFO ] 13:49:35.483 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.483 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636964503, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.486 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 42,2  replyHeader:: 42,361,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.TaskService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.TaskService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.TaskService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CaddQuartz%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636964503,-1  response:: null
[INFO ] 13:49:35.486 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636964503, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.487 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '4dmsv62m2chinp3u31pa05isp9' ...
[INFO ] 13:49:35.487 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636959449, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.490 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 43,2  replyHeader:: 43,362,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.RoleService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.RoleService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.RoleService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252CcheckRoleNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636959449,-1  response:: null
[INFO ] 13:49:35.491 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636959449, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.491 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '44oi5tbn4kjbqqganpeqaho80e' ...
[INFO ] 13:49:35.491 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636954406, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.494 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 44,2  replyHeader:: 44,363,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ImageService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.ImageService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ImageService%2526methods%253Dsave%252Cupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cget%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636954406,-1  response:: null
[INFO ] 13:49:35.495 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636954406, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.495 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'q4tk6kjgaeiorpo58hhmk0gtmu' ...
[INFO ] 13:49:35.495 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636949362, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.498 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 45,2  replyHeader:: 45,364,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DictService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.DictService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DictService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636949362,-1  response:: null
[INFO ] 13:49:35.498 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636949362, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.499 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '2skiqmp0sqg16r5ji032uukk9m' ...
[INFO ] 13:49:35.499 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636944312, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.502 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 46,2  replyHeader:: 46,365,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DeptService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.DeptService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DeptService%2526methods%253DcheckDeptNameUnique%252Cupdate%252Cinsert%252Cdelete%252CinsertDept%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636944312,-1  response:: null
[INFO ] 13:49:35.502 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636944312, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.502 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'vv7vj0l620i5vppdu4sqhfb75a' ...
[INFO ] 13:49:35.502 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636939263, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.505 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 47,2  replyHeader:: 47,366,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ConfigService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.ConfigService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ConfigService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636939263,-1  response:: null
[INFO ] 13:49:35.505 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636939263, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.506 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'pnju7oruligliochgkdb8mik7n' ...
[INFO ] 13:49:35.506 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=3633&side=provider&timestamp=1571636934217, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.509 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 48,2  replyHeader:: 48,367,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.UserService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.UserService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.UserService%2526methods%253DrecordLoginInfo%252Cdao%252CupdataRelation%252CcheckLoginNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cupdate%252Cinsert%252CgetUserRoleGroup%252Cdelete%252CupdateIgnoreNull%252CresetUserPwd%252Cfetch%252CgetPermsByUserId%252CtableList%252CgetRoleCodeList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636934217,-1  response:: null
[INFO ] 13:49:35.509 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=3633&side=provider&timestamp=1571636934217, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.509 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '2rbdi6l2fajhup7h1mo1uekr4a' ...
[INFO ] 13:49:35.509 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636929163, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.512 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 49,2  replyHeader:: 49,368,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.PostService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.PostService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.PostService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636929163,-1  response:: null
[INFO ] 13:49:35.512 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636929163, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.513 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboPrototeConfig' ...
[DEBUG] 13:49:35.513 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboRegistryConfig' ...
[DEBUG] 13:49:35.514 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboApplicationConfig' ...
[DEBUG] 13:49:35.514 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'p99nm6pudujrlqpubtb8fduc1i' ...
[INFO ] 13:49:35.514 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-web&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636913694, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.518 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 50,2  replyHeader:: 50,369,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.AreaService/providers/dubbo%253A%252F%252F192.168.1.2%253A8080%252Fio.nutz.nutzsite.module.sys.services.AreaService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-web%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.AreaService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D3633%2526side%253Dprovider%2526timestamp%253D1571636913694,-1  response:: null
[INFO ] 13:49:35.518 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-web&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=3633&side=provider&timestamp=1571636913694, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dictServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'postServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'quartzManager' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'taskServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'areaServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'userServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'configServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'deptServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'imageServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'txREAD_COMMITTED' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'menuServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sqlManager' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dao' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'roleServiceImpl' ...
[DEBUG] 13:49:35.519 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboAnnotationBean' ...
[DEBUG] 13:49:35.520 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubbo_iobjs' ...
[DEBUG] 13:49:35.520 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboManager' ...
[INFO ] 13:49:35.520 com.alibaba.dubbo.registry.support.AbstractRegistryFactory.destroyAll(AbstractRegistryFactory.java:64) -  [DUBBO] Close all registries [zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-web&dubbo=2.0.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=3633&qos.enable=false&timestamp=1571636908684], dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.520 com.alibaba.dubbo.registry.support.AbstractRegistry.destroy(AbstractRegistry.java:451) -  [DUBBO] Destroy registry:zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-web&dubbo=2.0.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=3633&qos.enable=false&timestamp=1571636908684, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 13:49:35.520 org.apache.curator.framework.imps.CuratorFrameworkImpl.close(CuratorFrameworkImpl.java:344) - Closing
[INFO ] 13:49:35.521 org.apache.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:937) - backgroundOperationsLoop exiting
[DEBUG] 13:49:35.521 org.apache.curator.CuratorZookeeperClient.close(CuratorZookeeperClient.java:222) - Closing
[DEBUG] 13:49:35.521 org.apache.curator.ConnectionState.close(ConnectionState.java:117) - Closing
[DEBUG] 13:49:35.523 org.apache.zookeeper.ZooKeeper.close(ZooKeeper.java:673) - Closing session: 0x1000006e50c0004
[DEBUG] 13:49:35.523 org.apache.zookeeper.ClientCnxn.close(ClientCnxn.java:1370) - Closing client for session: 0x1000006e50c0004
[DEBUG] 13:49:35.525 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0004, packet:: clientPath:null serverPath:null finished:false header:: 51,-11  replyHeader:: 51,370,0  request:: null response:: null
[DEBUG] 13:49:35.526 org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146) - An exception was thrown while closing send thread for session 0x1000006e50c0004 : Unable to read additional data from server sessionid 0x1000006e50c0004, likely server has closed socket
[DEBUG] 13:49:35.526 org.apache.zookeeper.ClientCnxn.disconnect(ClientCnxn.java:1354) - Disconnecting client for session: 0x1000006e50c0004
[INFO ] 13:49:35.526 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:519) - EventThread shut down for session: 0x1000006e50c0004
[INFO ] 13:49:35.527 org.apache.zookeeper.ZooKeeper.close(ZooKeeper.java:684) - Session: 0x1000006e50c0004 closed
[INFO ] 13:49:35.527 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.destroy(DubboProtocol.java:432) -  [DUBBO] Close dubbo server: /192.168.1.2:8080, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.528 com.alibaba.dubbo.remoting.transport.AbstractServer.close(AbstractServer.java:145) -  [DUBBO] Close NettyServer bind /0.0.0.0:8080, export /192.168.1.2:8080, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.531 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636939263, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.531 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636913694, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.531 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636959449, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.531 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636954406, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.531 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636929163, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.531 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636949362, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.532 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636964503, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.532 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636934217, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.532 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636944312, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:35.532 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8080/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-web&bind.ip=192.168.1.2&bind.port=8080&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=3633&qos.enable=false&side=provider&timestamp=1571636969549, dubbo version: 2.6.5, current host: 192.168.1.2
[ERROR] 13:49:35.532 org.nutz.boot.NbApp.run(NbApp.java:188) - something happen
java.lang.NoSuchMethodError: com.alibaba.dubbo.config.RegistryConfig.destroyAll()V
	at org.nutz.integration.dubbo.DubboManager.depose(DubboManager.java:45)
	at org.nutz.integration.dubbo.DubboManager$FM$depose$cff301be46c87e2fbea60f4ef344bacb.invoke(DubboManager.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:181)
	at org.nutz.ioc.ObjectProxy.depose(ObjectProxy.java:83)
	at org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:110)
	at org.nutz.ioc.impl.ScopeContext.depose(ScopeContext.java:122)
	at org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:297)
	at org.nutz.boot.AppContext.depose(AppContext.java:295)
	at org.nutz.boot.NbApp._shutdown(NbApp.java:228)
	at org.nutz.boot.NbApp.run(NbApp.java:185)
	at io.nutz.nutzsite.DubboRpcWebLauncher.main(DubboRpcWebLauncher.java:130)
[INFO ] 13:49:45.487 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:49:55.490 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:50:05.492 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:50:15.497 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:50:25.501 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 13:50:35.501 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2

14 回复

哪一端报错

web配置 8080 被占用

访问8080看看是哪个进程嘛

我改成 8090 8099 都被占用 新创建 api 模块 启动 也是端口占用

windows? netstat 查一下

日志如下 未启动时 端口没有占用
启动之后 端口被占用

/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/bin/java -agentlib:jdwp=transport=dt_socket,address=127.0.0.1:54619,suspend=y,server=n -javaagent:/Users/apple/Library/Caches/IntelliJIdea2019.1/captureAgent/debugger-agent.jar -Dfile.encoding=UTF-8 -classpath "/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/tools.jar:/Users/apple/IdeaProjects/nutzsite-dubbo/api/target/classes:/Users/apple/IdeaProjects/nutzsite-dubbo/common/target/classes:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-swagger/2.3-SNAPSHOT/nutzboot-starter-swagger-2.3-20190108.025320-83.jar:/Users/apple/.m2/repository/io/swagger/swagger-servlet/1.5.18/swagger-servlet-1.5.18.jar:/Users/apple/.m2/repository/io/swagger/swagger-core/1.5.18/swagger-core-1.5.18.jar:/Users/apple/.m2/repository/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.3/jackson-databind-2.9.3.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.3/jackson-dataformat-yaml-2.9.3.jar:/Users/apple/.m2/repository/org/yaml/snakeyaml/1.18/snakeyaml-1.18.jar:/Users/apple/.m2/repository/io/swagger/swagger-models/1.5.18/swagger-models-1.5.18.jar:/Users/apple/.m2/repository/io/swagger/swagger-annotations/1.5.18/swagger-annotations-1.5.18.jar:/Users/apple/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/Users/apple/.m2/repository/org/reflections/reflections/0.9.11/reflections-0.9.11.jar:/Users/apple/.m2/repository/com/google/guava/guava/20.0/guava-20.0.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-core/2.3-SNAPSHOT/nutzboot-core-2.3-20190108.025252-85.jar:/Users/apple/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-nutz-mvc/2.3-SNAPSHOT/nutzboot-starter-nutz-mvc-2.3-20190108.025434-83.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-nutz-dao/2.3-SNAPSHOT/nutzboot-starter-nutz-dao-2.3-20190108.025316-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-daocache/1.r.67-SNAPSHOT/nutz-plugins-daocache-1.r.67-20181228.030638-40.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-jetty/2.3-SNAPSHOT/nutzboot-starter-jetty-2.3-20190108.025306-83.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.14.v20181114/jetty-servlets-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.14.v20181114/jetty-continuation-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-http/9.4.14.v20181114/jetty-http-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-util/9.4.14.v20181114/jetty-util-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-io/9.4.14.v20181114/jetty-io-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.14.v20181114/jetty-webapp-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-xml/9.4.14.v20181114/jetty-xml-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.14.v20181114/jetty-servlet-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-security/9.4.14.v20181114/jetty-security-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-server/9.4.14.v20181114/jetty-server-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-server/9.4.14.v20181114/websocket-server-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.14.v20181114/websocket-common-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.4.14.v20181114/websocket-api-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-client/9.4.14.v20181114/websocket-client-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-client/9.4.14.v20181114/jetty-client-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-servlet/9.4.14.v20181114/websocket-servlet-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.14.v20181114/javax-websocket-server-impl-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-annotations/9.4.14.v20181114/jetty-annotations-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-plus/9.4.14.v20181114/jetty-plus-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/ow2/asm/asm-commons/6.1.1/asm-commons-6.1.1.jar:/Users/apple/.m2/repository/org/ow2/asm/asm-tree/6.1.1/asm-tree-6.1.1.jar:/Users/apple/.m2/repository/org/ow2/asm/asm-analysis/6.1.1/asm-analysis-6.1.1.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.14.v20181114/javax-websocket-client-impl-9.4.14.v20181114.jar:/Users/apple/.m2/repository/javax/websocket/javax.websocket-client-api/1.0/javax.websocket-client-api-1.0.jar:/Users/apple/.m2/repository/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar:/Users/apple/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-websocket/1.r.67-SNAPSHOT/nutz-plugins-websocket-1.r.67-20181228.030802-39.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-servlet3/2.3-SNAPSHOT/nutzboot-servlet3-2.3-20190108.025303-83.jar:/Users/apple/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar:/Users/apple/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-jdbc/2.3-SNAPSHOT/nutzboot-starter-jdbc-2.3-20190108.025257-84.jar:/Users/apple/.m2/repository/com/alibaba/druid/1.1.12/druid-1.1.12.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-quartz/2.3-SNAPSHOT/nutzboot-starter-quartz-2.3-20190108.025333-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-quartz/1.r.67-SNAPSHOT/nutz-integration-quartz-1.r.67-20181228.030611-40.jar:/Users/apple/.m2/repository/org/quartz-scheduler/quartz/2.3.0/quartz-2.3.0.jar:/Users/apple/.m2/repository/com/mchange/mchange-commons-java/0.2.11/mchange-commons-java-0.2.11.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-dubbo/2.3-SNAPSHOT/nutzboot-starter-dubbo-2.3-20190108.025441-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-dubbo/1.r.67-SNAPSHOT/nutz-integration-dubbo-1.r.67-20181228.030531-40.jar:/Users/apple/.m2/repository/org/apache/curator/curator-framework/4.0.1/curator-framework-4.0.1.jar:/Users/apple/.m2/repository/org/apache/curator/curator-client/4.0.1/curator-client-4.0.1.jar:/Users/apple/.m2/repository/com/alibaba/dubbo/2.6.5/dubbo-2.6.5.jar:/Users/apple/.m2/repository/org/springframework/spring-context/4.3.21.RELEASE/spring-context-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-aop/4.3.21.RELEASE/spring-aop-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-beans/4.3.21.RELEASE/spring-beans-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-core/4.3.21.RELEASE/spring-core-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-expression/4.3.21.RELEASE/spring-expression-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar:/Users/apple/.m2/repository/org/jboss/netty/netty/3.2.5.Final/netty-3.2.5.Final.jar:/Users/apple/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-shiro/2.3-SNAPSHOT/nutzboot-starter-shiro-2.3-20190108.025437-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-shiro/1.r.67-SNAPSHOT/nutz-integration-shiro-1.r.67-20181228.030625-40.jar:/Users/apple/.m2/repository/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar:/Users/apple/.m2/repository/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar:/Users/apple/.m2/repository/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar:/Users/apple/.m2/repository/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar:/Users/apple/.m2/repository/net/sf/ehcache/ehcache/2.10.4/ehcache-2.10.4.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-cache/1.r.67-SNAPSHOT/nutz-plugins-cache-1.r.67-20181228.030618-40.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-jedis/1.r.67-SNAPSHOT/nutz-integration-jedis-1.r.67-20181228.030555-40.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-thymeleaf/2.3-SNAPSHOT/nutzboot-starter-thymeleaf-2.3-20190108.025404-83.jar:/Users/apple/.m2/repository/org/thymeleaf/thymeleaf/3.0.11.RELEASE/thymeleaf-3.0.11.RELEASE.jar:/Users/apple/.m2/repository/ognl/ognl/3.1.12/ognl-3.1.12.jar:/Users/apple/.m2/repository/org/attoparser/attoparser/2.0.5.RELEASE/attoparser-2.0.5.RELEASE.jar:/Users/apple/.m2/repository/org/unbescape/unbescape/1.1.6.RELEASE/unbescape-1.1.6.RELEASE.jar:/Users/apple/.m2/repository/com/h2database/h2/1.4.196/h2-1.4.196.jar:/Users/apple/.m2/repository/mysql/mysql-connector-java/5.1.44/mysql-connector-java-5.1.44.jar:/Users/apple/.m2/repository/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar:/Users/apple/.m2/repository/com/alibaba/fastjson/1.2.60/fastjson-1.2.60.jar:/Users/apple/IdeaProjects/nutzsite-dubbo/service/target/classes:/Users/apple/.m2/repository/io/netty/netty-all/4.1.42.Final/netty-all-4.1.42.Final.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-slog/1.r.68.v20190731/nutz-plugins-slog-1.r.68.v20190731.jar:/Users/apple/.m2/repository/org/apache/poi/poi/3.9/poi-3.9.jar:/Users/apple/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar:/Users/apple/.m2/repository/org/apache/poi/poi-ooxml/3.9/poi-ooxml-3.9.jar:/Users/apple/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/Users/apple/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/Users/apple/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.9/poi-ooxml-schemas-3.9.jar:/Users/apple/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/Users/apple/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/Users/apple/.m2/repository/com/qiniu/qiniu-java-sdk/7.2.11/qiniu-java-sdk-7.2.11.jar:/Users/apple/.m2/repository/com/squareup/okhttp3/okhttp/3.3.1/okhttp-3.3.1.jar:/Users/apple/.m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar:/Users/apple/.m2/repository/com/google/code/gson/gson/2.6.2/gson-2.6.2.jar:/Users/apple/.m2/repository/com/qiniu/happy-dns-java/0.1.4/happy-dns-java-0.1.4.jar:/Users/apple/.m2/repository/org/apache/tika/tika-core/1.22/tika-core-1.22.jar:/Users/apple/.m2/repository/eu/bitwalker/UserAgentUtils/1.19/UserAgentUtils-1.19.jar:/Users/apple/.m2/repository/com/101tec/zkclient/0.10/zkclient-0.10.jar:/Users/apple/.m2/repository/org/apache/zookeeper/zookeeper/3.4.8/zookeeper-3.4.8.jar:/Users/apple/.m2/repository/jline/jline/0.9.94/jline-0.9.94.jar:/Users/apple/.m2/repository/io/netty/netty/3.7.0.Final/netty-3.7.0.Final.jar:/Users/apple/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar:/Users/apple/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:/Users/apple/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/apple/.m2/repository/org/nutz/nutz/1.r.68.v20190731/nutz-1.r.68.v20190731.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar" io.nutz.nutzsite.DubboRpcApiLauncher
Connected to the target VM, address: '127.0.0.1:54619', transport: 'socket'
[INFO ] 16:40:04.888 org.nutz.boot.banner.SimpleBannerPrinter.printBanner(SimpleBannerPrinter.java:34) - 
 _   _ ______                                      ___   
| \ | || ___ \  ______ ______ ______ ______ ______| \ \  
|  \| || |_/ / |______|______|______|______|______| |\ \ 
| . ` || ___ \  ______ ______ ______ ______ ______| | > >
| |\  || |_/ / |______|______|______|______|______| |/ / 
\_| \_/\____/                                     |_/_/  
  
:: Nutz Boot ::   (2.3-SNAPSHOT)

[DEBUG] 16:40:05.010 org.nutz.resource.Scans.printLocations(Scans.java:527) - Locations count=146 time use 104ms
[DEBUG] 16:40:05.029 org.nutz.resource.Scans.scan(Scans.java:280) - Found 1 resource by src( custom/ ) , regex( ^.+[.]properties$ )
[DEBUG] 16:40:05.030 org.nutz.ioc.impl.PropertiesProxy.setPaths(PropertiesProxy.java:106) - load properties from jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-core/2.3-SNAPSHOT/nutzboot-core-2.3-20190108.025252-85.jar!/custom/emtry.properties
[DEBUG] 16:40:05.031 org.nutz.boot.config.impl.PropertiesConfigureLoader.init(PropertiesConfigureLoader.java:40) - load /Users/apple/IdeaProjects/nutzsite-dubbo/api/target/classes/application.properties
[DEBUG] 16:40:05.128 org.nutz.resource.Scans.scan(Scans.java:280) - Found 1 resource by src( ioc/ ) , regex( ^(.+[.])(js|json)$ )
[DEBUG] 16:40:05.129 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:49) - loading [emtry.json]
[DEBUG] 16:40:05.139 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:57) - Loaded 0 bean define from path=[ioc/] --> []
[DEBUG] 16:40:05.254 org.nutz.castor.Castors.reload(Castors.java:116) - Using 107 castor for Castors
[DEBUG] 16:40:05.269 org.nutz.ioc.aop.SimpleAopMaker.<init>(SimpleAopMaker.java:79) - Load AopConfigure for anno=org.nutz.aop.interceptor.async.Async by type=org.nutz.aop.interceptor.async.AsyncAopIocLoader
[INFO ] 16:40:05.275 org.nutz.ioc.loader.annotation.AnnotationIocLoader.<init>(AnnotationIocLoader.java:51) -  > scan 'io.nutz.nutzsite'
[DEBUG] 16:40:05.318 org.nutz.resource.Scans.scan(Scans.java:280) - Found 88 resource by src( io/nutz/nutzsite/ ) , regex( ^.+[.]class$ )
[INFO ] 16:40:05.391 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'uploadController                        ' - io.nutz.nutzsite.module.open.file.UploadController
[INFO ] 16:40:05.411 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'swaggerDemoModule                       ' - io.nutz.nutzsite.module.open.api.SwaggerDemoModule
[INFO ] 16:40:05.430 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dubboRpcApiLauncher                     ' - io.nutz.nutzsite.DubboRpcApiLauncher
[INFO ] 16:40:05.432 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dubboRpcServiceLauncher                 ' - io.nutz.nutzsite.DubboRpcServiceLauncher
[INFO ] 16:40:05.451 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'userOnlineServiceImpl                   ' - io.nutz.nutzsite.module.monitor.services.impl.UserOnlineServiceImpl
[INFO ] 16:40:05.458 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'slogService                             ' - io.nutz.nutzsite.module.monitor.services.impl.OperLogServiceImpl
[INFO ] 16:40:05.464 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'logininforServiceImpl                   ' - io.nutz.nutzsite.module.monitor.services.impl.LogininforServiceImpl
[INFO ] 16:40:05.484 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'roleServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.RoleServiceImpl
[INFO ] 16:40:05.485 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'userServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.UserServiceImpl
[INFO ] 16:40:05.487 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'imageServiceImpl                        ' - io.nutz.nutzsite.module.sys.services.impl.ImageServiceImpl
[INFO ] 16:40:05.488 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'postServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.PostServiceImpl
[INFO ] 16:40:05.488 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'areaServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.AreaServiceImpl
[INFO ] 16:40:05.489 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'taskServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.TaskServiceImpl
[INFO ] 16:40:05.490 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dictServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.DictServiceImpl
[INFO ] 16:40:05.491 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'deptServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.DeptServiceImpl
[INFO ] 16:40:05.492 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'menuServiceImpl                         ' - io.nutz.nutzsite.module.sys.services.impl.MenuServiceImpl
[INFO ] 16:40:05.494 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'configServiceImpl                       ' - io.nutz.nutzsite.module.sys.services.impl.ConfigServiceImpl
[INFO ] 16:40:05.496 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'asyncFactory                            ' - io.nutz.nutzsite.common.manager.factory.AsyncFactory
[INFO ] 16:40:05.497 org.nutz.ioc.loader.annotation.AnnotationIocLoader.<init>(AnnotationIocLoader.java:51) -  > scan 'org.nutz.boot.starter'
[DEBUG] 16:40:05.501 org.nutz.resource.Scans.scan(Scans.java:280) - Found 34 resource by src( org/nutz/boot/starter/ ) , regex( ^.+[.]class$ )
[INFO ] 16:40:05.536 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'swaggerServletStarter                   ' - org.nutz.boot.starter.swagger.SwaggerServletStarter
[DEBUG] 16:40:05.539 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : SwaggerServletStarter.createSwagger(...) define as name=swagger
[DEBUG] 16:40:05.540 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : SwaggerServletStarter.createSwaggerInfo(...) define as name=swaggerInfo
[INFO ] 16:40:05.540 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'whaleFilterStarter                      ' - org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter
[DEBUG] 16:40:05.542 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : WhaleFilterStarter.createNutFilter(...) define as name=whaleFilter
[INFO ] 16:40:05.546 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'nutFilterStarter                        ' - org.nutz.boot.starter.nutz.mvc.NutFilterStarter
[DEBUG] 16:40:05.547 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : NutFilterStarter.createNutFilter(...) define as name=nutFilter
[INFO ] 16:40:05.548 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'nutDaoStarter                           ' - org.nutz.boot.starter.nutz.dao.NutDaoStarter
[DEBUG] 16:40:05.553 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : NutDaoStarter.getDao(...) define as name=dao
[DEBUG] 16:40:05.556 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : NutDaoStarter.getSqlManager(...) define as name=sqlManager
[DEBUG] 16:40:05.557 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : NutDaoStarter.createCacheSerializer(...) define as name=daoCacheSerializer
[DEBUG] 16:40:05.557 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : NutDaoStarter.createDaoCacheInterceptor(...) define as name=daoCacheInterceptor
[INFO ] 16:40:05.557 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'jettyStarter                            ' - org.nutz.boot.starter.jetty.JettyStarter
[DEBUG] 16:40:05.573 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : JettyStarter.getJettyServer(...) define as name=jettyServer
[INFO ] 16:40:05.573 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'nbServletContextListener                ' - org.nutz.boot.starter.servlet3.NbServletContextListener
[INFO ] 16:40:05.575 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dataSourceStarter                       ' - org.nutz.boot.starter.jdbc.DataSourceStarter
[DEBUG] 16:40:05.575 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : DataSourceStarter.getDataSource(...) define as name=dataSource
[DEBUG] 16:40:05.576 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : DataSourceStarter.createDruidDataSource(...) define as name=druidDataSource
[DEBUG] 16:40:05.576 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : DataSourceStarter.createHikariCPDataSource(...) define as name=hikariDataSource
[INFO ] 16:40:05.576 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'druidWebStatFilterStarter               ' - org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter
[INFO ] 16:40:05.577 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'druidWebStatServletStarter              ' - org.nutz.boot.starter.jdbc.DruidWebStatServletStarter
[INFO ] 16:40:05.577 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'quartzStarter                           ' - org.nutz.boot.starter.quartz.QuartzStarter
[INFO ] 16:40:05.579 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'dubboStarter                            ' - org.nutz.boot.starter.dubbo.DubboStarter
[INFO ] 16:40:05.580 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'shiroFilterStarter                      ' - org.nutz.boot.starter.shiro.ShiroFilterStarter
[DEBUG] 16:40:05.583 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroFilterStarter.createShiroFilter(...) define as name=shiroFilter
[INFO ] 16:40:05.584 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add 'shiroEnvStarter                         ' - org.nutz.boot.starter.shiro.ShiroEnvStarter
[DEBUG] 16:40:05.587 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.getCacheManager(...) define as name=shiroCacheManager
[DEBUG] 16:40:05.591 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.createShiroEnvironmentLoaderListener(...) define as name=shiroEnvironmentLoaderListener
[DEBUG] 16:40:05.593 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.createWebEnvironment(...) define as name=shiroWebEnvironment
[DEBUG] 16:40:05.594 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.createRememberMeManager(...) define as name=shiroRememberMeManager
[DEBUG] 16:40:05.594 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.getWebSessionManager(...) define as name=shiroWebSessionManager
[DEBUG] 16:40:05.594 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.getShiroLcacheCacheManager(...) define as name=shiroLcacheCacheManager
[DEBUG] 16:40:05.598 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.getShiroEhcacheCacheManager(...) define as name=shiroEhcacheCacheManager
[DEBUG] 16:40:05.599 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.getRedisLcacheCacheManager(...) define as name=shiroRedisCacheManager
[DEBUG] 16:40:05.600 org.nutz.ioc.loader.annotation.AnnotationIocLoader.handleIocBeanMethod(AnnotationIocLoader.java:254) - Found @IocBean method : ShiroEnvStarter.getWebSecurityManager(...) define as name=shiroWebSecurityManager
[INFO ] 16:40:05.600 org.nutz.ioc.loader.annotation.AnnotationIocLoader.addClass(AnnotationIocLoader.java:99) -    > add '$views_thymeleaf                        ' - org.nutz.boot.starter.thymeleaf.ThymeleafViewMakerStarter
[DEBUG] 16:40:05.602 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-swagger/2.3-SNAPSHOT/nutzboot-starter-swagger-2.3-20190108.025320-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.602 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-nutz-mvc/2.3-SNAPSHOT/nutzboot-starter-nutz-mvc-2.3-20190108.025434-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.603 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-nutz-dao/2.3-SNAPSHOT/nutzboot-starter-nutz-dao-2.3-20190108.025316-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.603 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-jetty/2.3-SNAPSHOT/nutzboot-starter-jetty-2.3-20190108.025306-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.603 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-jdbc/2.3-SNAPSHOT/nutzboot-starter-jdbc-2.3-20190108.025257-84.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.604 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-quartz/2.3-SNAPSHOT/nutzboot-starter-quartz-2.3-20190108.025333-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.604 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-dubbo/2.3-SNAPSHOT/nutzboot-starter-dubbo-2.3-20190108.025441-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.604 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-shiro/2.3-SNAPSHOT/nutzboot-starter-shiro-2.3-20190108.025437-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[DEBUG] 16:40:05.605 org.nutz.boot.NbApp.prepareStarterClassList(NbApp.java:411) - Found jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-thymeleaf/2.3-SNAPSHOT/nutzboot-starter-thymeleaf-2.3-20190108.025404-83.jar!/META-INF/nutz/org.nutz.boot.starter.NbStarter
[INFO ] 16:40:05.613 org.nutz.ioc.impl.NutIoc.<init>(NutIoc.java:130) - ... NutIoc init complete
[DEBUG] 16:40:05.614 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'appContext' to [app] 
[DEBUG] 16:40:05.614 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'conf' to [app] 
[DEBUG] 16:40:05.614 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'nbApp' to [app] 
[DEBUG] 16:40:05.616 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'counterService' to [app] 
[DEBUG] 16:40:05.623 org.nutz.ioc.loader.json.JsonLoader.<init>(JsonLoader.java:57) - Loaded 0 bean define from path=[] --> []
[INFO ] 16:40:05.668 org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:1208) - Using default implementation for ThreadExecutor
[INFO ] 16:40:05.688 org.quartz.core.SchedulerSignalerImpl.<init>(SchedulerSignalerImpl.java:61) - Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
[INFO ] 16:40:05.689 org.quartz.core.QuartzScheduler.<init>(QuartzScheduler.java:229) - Quartz Scheduler v.2.3.0 created.
[INFO ] 16:40:05.690 org.quartz.simpl.RAMJobStore.initialize(RAMJobStore.java:155) - RAMJobStore initialized.
[INFO ] 16:40:05.691 org.quartz.core.QuartzScheduler.initialize(QuartzScheduler.java:294) - Scheduler meta-data: Quartz Scheduler (v2.3.0) 'NutzbootScheduler' with instanceId 'NON_CLUSTERED'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 8 threads.
  Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.

[INFO ] 16:40:05.691 org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:1362) - Quartz scheduler 'NutzbootScheduler' initialized from an externally provided properties instance.
[INFO ] 16:40:05.691 org.quartz.impl.StdSchedulerFactory.instantiate(StdSchedulerFactory.java:1366) - Quartz scheduler version: 2.3.0
[INFO ] 16:40:05.692 org.quartz.core.QuartzScheduler.setJobFactory(QuartzScheduler.java:2287) - JobFactory set to: org.nutz.integration.quartz.NutQuartzJobFactory@43599640
[DEBUG] 16:40:05.692 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'scheduler' to [app] 
[DEBUG] 16:40:05.695 org.nutz.boot.starter.dubbo.DubboIocLoaderStarter.getIocLoader(DubboIocLoaderStarter.java:34) - using dubbo configure from PropertiesProxy
[INFO ] 16:40:05.726  - using logger: com.alibaba.dubbo.common.logger.log4j.Log4jLoggerAdapter
[DEBUG] 16:40:05.771 org.nutz.ioc.impl.PropertiesProxy.make(PropertiesProxy.java:406) - no such field(name=qos.enable) at object class=com.alibaba.dubbo.config.ApplicationConfig, skip
[DEBUG] 16:40:05.855 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'swaggerServletStarter'<class org.nutz.boot.starter.swagger.SwaggerServletStarter>
[DEBUG] 16:40:05.856 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 16:40:05.857 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=$aop_async
[DEBUG] 16:40:05.857 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:05.857 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'$aop_async'<interface org.nutz.ioc.aop.config.AopConfigration>
[DEBUG] 16:40:05.870 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '$aop_async' to [app] 
[DEBUG] 16:40:05.877 org.nutz.ioc.aop.SimpleAopMaker.<init>(SimpleAopMaker.java:79) - Load AopConfigure for anno=org.nutz.ioc.aop.Aop by type=org.nutz.ioc.aop.config.impl.AnnotationAopConfigration
[DEBUG] 16:40:05.877 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=swaggerServletStarter
[DEBUG] 16:40:05.878 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(swaggerServletStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.878 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'swaggerServletStarter'<class org.nutz.boot.starter.swagger.SwaggerServletStarter>
[DEBUG] 16:40:05.878 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'swaggerServletStarter' to [app] 
[DEBUG] 16:40:05.879 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.swagger.SwaggerServletStarter without AOP
[DEBUG] 16:40:05.905 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.906 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 16:40:05.906 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutFilterStarter'<class org.nutz.boot.starter.nutz.mvc.NutFilterStarter>
[DEBUG] 16:40:05.906 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=nutFilterStarter
[DEBUG] 16:40:05.906 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(nutFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.906 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'nutFilterStarter'<class org.nutz.boot.starter.nutz.mvc.NutFilterStarter>
[DEBUG] 16:40:05.906 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'nutFilterStarter' to [app] 
[DEBUG] 16:40:05.907 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.nutz.mvc.NutFilterStarter without AOP
[DEBUG] 16:40:05.913 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.914 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 16:40:05.914 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'whaleFilterStarter'<class org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter>
[DEBUG] 16:40:05.914 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=whaleFilterStarter
[DEBUG] 16:40:05.914 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(whaleFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.914 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'whaleFilterStarter'<class org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter>
[DEBUG] 16:40:05.914 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'whaleFilterStarter' to [app] 
[DEBUG] 16:40:05.914 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.nutz.mvc.WhaleFilterStarter without AOP
[DEBUG] 16:40:05.922 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.922 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 16:40:05.923 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=nutDaoStarter
[DEBUG] 16:40:05.923 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(nutDaoStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.923 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'nutDaoStarter'<class org.nutz.boot.starter.nutz.dao.NutDaoStarter>
[DEBUG] 16:40:05.923 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'nutDaoStarter' to [app] 
[DEBUG] 16:40:05.924 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.nutz.dao.NutDaoStarter without AOP
[DEBUG] 16:40:05.927 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.928 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'jettyStarter'<class org.nutz.boot.starter.jetty.JettyStarter>
[DEBUG] 16:40:05.928 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=jettyStarter
[DEBUG] 16:40:05.928 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(jettyStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.928 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'jettyStarter'<class org.nutz.boot.starter.jetty.JettyStarter>
[DEBUG] 16:40:05.928 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'jettyStarter' to [app] 
[DEBUG] 16:40:05.929 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.jetty.JettyStarter without AOP
[DEBUG] 16:40:05.944 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.944 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 16:40:05.944 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dataSourceStarter
[DEBUG] 16:40:05.944 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dataSourceStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.945 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dataSourceStarter'<class org.nutz.boot.starter.jdbc.DataSourceStarter>
[DEBUG] 16:40:05.945 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dataSourceStarter' to [app] 
[DEBUG] 16:40:05.945 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.jdbc.DataSourceStarter without AOP
[DEBUG] 16:40:05.952 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.952 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 16:40:05.952 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=druidWebStatFilterStarter
[DEBUG] 16:40:05.952 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(druidWebStatFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.952 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'druidWebStatFilterStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter>
[DEBUG] 16:40:05.952 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'druidWebStatFilterStarter' to [app] 
[DEBUG] 16:40:05.953 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.jdbc.DruidWebStatFilterStarter without AOP
[DEBUG] 16:40:05.957 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.957 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 16:40:05.957 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=druidWebStatServletStarter
[DEBUG] 16:40:05.957 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(druidWebStatServletStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.957 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'druidWebStatServletStarter'<class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter>
[DEBUG] 16:40:05.957 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'druidWebStatServletStarter' to [app] 
[DEBUG] 16:40:05.957 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.jdbc.DruidWebStatServletStarter without AOP
[DEBUG] 16:40:05.962 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.963 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'quartzStarter'<class org.nutz.boot.starter.quartz.QuartzStarter>
[DEBUG] 16:40:05.963 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=quartzStarter
[DEBUG] 16:40:05.966 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(quartzStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.966 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'quartzStarter'<class org.nutz.boot.starter.quartz.QuartzStarter>
[DEBUG] 16:40:05.966 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'quartzStarter' to [app] 
[DEBUG] 16:40:05.967 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.quartz.QuartzStarter without AOP
[DEBUG] 16:40:05.970 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.970 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 16:40:05.970 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'scheduler'<interface org.quartz.Scheduler>
[DEBUG] 16:40:05.970 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 16:40:05.971 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboStarter
[DEBUG] 16:40:05.971 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.971 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboStarter'<class org.nutz.boot.starter.dubbo.DubboStarter>
[DEBUG] 16:40:05.971 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboStarter' to [app] 
[DEBUG] 16:40:05.971 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.dubbo.DubboStarter without AOP
[DEBUG] 16:40:05.973 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroFilterStarter'<class org.nutz.boot.starter.shiro.ShiroFilterStarter>
[DEBUG] 16:40:05.973 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroFilterStarter
[DEBUG] 16:40:05.973 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroFilterStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.973 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroFilterStarter'<class org.nutz.boot.starter.shiro.ShiroFilterStarter>
[DEBUG] 16:40:05.973 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroFilterStarter' to [app] 
[DEBUG] 16:40:05.973 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.shiro.ShiroFilterStarter without AOP
[DEBUG] 16:40:05.978 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.978 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvStarter'<class org.nutz.boot.starter.shiro.ShiroEnvStarter>
[DEBUG] 16:40:05.978 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroEnvStarter
[DEBUG] 16:40:05.978 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroEnvStarter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.978 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroEnvStarter'<class org.nutz.boot.starter.shiro.ShiroEnvStarter>
[DEBUG] 16:40:05.978 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroEnvStarter' to [app] 
[DEBUG] 16:40:05.979 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.shiro.ShiroEnvStarter without AOP
[DEBUG] 16:40:05.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 16:40:05.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '$views_thymeleaf'<class org.nutz.boot.starter.thymeleaf.ThymeleafViewMakerStarter>
[DEBUG] 16:40:05.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=$views_thymeleaf
[DEBUG] 16:40:05.985 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($views_thymeleaf) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:05.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'$views_thymeleaf'<class org.nutz.boot.starter.thymeleaf.ThymeleafViewMakerStarter>
[DEBUG] 16:40:05.986 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '$views_thymeleaf' to [app] 
[DEBUG] 16:40:05.986 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.thymeleaf.ThymeleafViewMakerStarter without AOP
[DEBUG] 16:40:05.988 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<class org.nutz.ioc.impl.PropertiesProxy>
[DEBUG] 16:40:05.988 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 16:40:05.988 org.nutz.boot.starter.thymeleaf.ThymeleafViewMakerStarter.init(ThymeleafViewMakerStarter.java:35) - thymeleaf init ....
[DEBUG] 16:40:05.988 org.nutz.boot.starter.thymeleaf.ThymeleafViewMakerStarter.init(ThymeleafViewMakerStarter.java:45) - thymeleaf init complete
[INFO ] 16:40:06.006 org.eclipse.jetty.util.log.Log.initialized(Log.java:193) - Logging initialized @1848ms to org.eclipse.jetty.util.log.Slf4jLog
[DEBUG] 16:40:06.174 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nbServletContextListener'<class org.nutz.boot.starter.servlet3.NbServletContextListener>
[DEBUG] 16:40:06.175 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=nbServletContextListener
[DEBUG] 16:40:06.175 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(nbServletContextListener) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:06.175 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'nbServletContextListener'<class org.nutz.boot.starter.servlet3.NbServletContextListener>
[DEBUG] 16:40:06.175 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'nbServletContextListener' to [app] 
[DEBUG] 16:40:06.176 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.boot.starter.servlet3.NbServletContextListener without AOP
[DEBUG] 16:40:06.178 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'appContext'<class org.nutz.boot.AppContext>
[DEBUG] 16:40:06.295 org.nutz.resource.Scans.scan(Scans.java:280) - Found 88 resource by src( io/nutz/nutzsite/ ) , regex( ^.+[.]class$ )
[DEBUG] 16:40:06.298 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 16:40:06.298 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'jettyStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 16:40:06.299 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'quartzStarter'<interface org.nutz.boot.starter.ServerFace>
[DEBUG] 16:40:06.299 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 16:40:06.299 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboManager
[DEBUG] 16:40:06.299 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboManager) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:06.301 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboManager'<class org.nutz.integration.dubbo.DubboManager>
[DEBUG] 16:40:06.301 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboManager' to [app] 
[DEBUG] 16:40:06.302 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.DubboManager without AOP
[DEBUG] 16:40:06.305 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:06.305 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubbo_iobjs
[DEBUG] 16:40:06.306 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubbo_iobjs) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:06.306 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubbo_iobjs'<>
[DEBUG] 16:40:06.306 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubbo_iobjs' to [app] 
[DEBUG] 16:40:06.308 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class java.util.HashMap without AOP
[DEBUG] 16:40:06.308 org.nutz.integration.dubbo.DubboManager.init(DubboManager.java:31) - dubbo obj count=6
[DEBUG] 16:40:06.309 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 16:40:06.309 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboAnnotationBean
[DEBUG] 16:40:06.309 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboAnnotationBean) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:06.309 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboAnnotationBean'<class org.nutz.integration.dubbo.AnnotationBean>
[DEBUG] 16:40:06.309 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboAnnotationBean' to [app] 
[DEBUG] 16:40:06.310 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.AnnotationBean without AOP
[DEBUG] 16:40:06.310 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:06.323 org.nutz.resource.Scans.scan(Scans.java:280) - Found 88 resource by src( io/nutz/nutzsite/ ) , regex( ^.+[.]class$ )
[DEBUG] 16:40:11.478 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.rpc;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Protocol$Adaptive implements com.alibaba.dubbo.rpc.Protocol {
public void destroy() {throw new UnsupportedOperationException("method public abstract void com.alibaba.dubbo.rpc.Protocol.destroy() of interface com.alibaba.dubbo.rpc.Protocol is not adaptive method!");
}
public int getDefaultPort() {throw new UnsupportedOperationException("method public abstract int com.alibaba.dubbo.rpc.Protocol.getDefaultPort() of interface com.alibaba.dubbo.rpc.Protocol is not adaptive method!");
}
public com.alibaba.dubbo.rpc.Exporter export(com.alibaba.dubbo.rpc.Invoker arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.Protocol) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.Protocol extension = (com.alibaba.dubbo.rpc.Protocol)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.Protocol.class).getExtension(extName);
return extension.export(arg0);
}
public com.alibaba.dubbo.rpc.Invoker refer(java.lang.Class arg0, com.alibaba.dubbo.common.URL arg1) throws com.alibaba.dubbo.rpc.RpcException {
if (arg1 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg1;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.Protocol) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.Protocol extension = (com.alibaba.dubbo.rpc.Protocol)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.Protocol.class).getExtension(extName);
return extension.refer(arg0, arg1);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[WARN ] 16:40:11.486 com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory.getExtension(SpringExtensionFactory.java:63) -  [DUBBO] No spring extension (bean) named:defaultCompiler, try to find an extension (bean) of type java.lang.String, dubbo version: 2.6.5, current host: 192.168.1.2
[WARN ] 16:40:11.486 com.alibaba.dubbo.config.spring.extension.SpringExtensionFactory.getExtension(SpringExtensionFactory.java:81) -  [DUBBO] No spring extension (bean) named:defaultCompiler, type:java.lang.String found, stop get bean., dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:11.578 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.rpc;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ProxyFactory$Adaptive implements com.alibaba.dubbo.rpc.ProxyFactory {
public java.lang.Object getProxy(com.alibaba.dubbo.rpc.Invoker arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getProxy(arg0);
}
public java.lang.Object getProxy(com.alibaba.dubbo.rpc.Invoker arg0, boolean arg1) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.Invoker argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getProxy(arg0, arg1);
}
public com.alibaba.dubbo.rpc.Invoker getInvoker(java.lang.Object arg0, java.lang.Class arg1, com.alibaba.dubbo.common.URL arg2) throws com.alibaba.dubbo.rpc.RpcException {
if (arg2 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg2;
String extName = url.getParameter("proxy", "javassist");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.ProxyFactory) name from url(" + url.toString() + ") use keys([proxy])");
com.alibaba.dubbo.rpc.ProxyFactory extension = (com.alibaba.dubbo.rpc.ProxyFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.ProxyFactory.class).getExtension(extName);
return extension.getInvoker(arg0, arg1, arg2);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:11.595 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:11.595 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:11.595 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:11.595 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:11.595 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:11.595 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(asyncFactory) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcServiceLauncher) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(roleServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(imageServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(configServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.596 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userOnlineServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.597 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(areaServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.597 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'areaServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.AreaServiceImpl>
[DEBUG] 16:40:11.597 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=areaServiceImpl
[DEBUG] 16:40:11.597 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(areaServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:11.597 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'areaServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.AreaServiceImpl>
[DEBUG] 16:40:11.597 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'areaServiceImpl' to [app] 
[DEBUG] 16:40:11.597 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:11.597 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dao
[DEBUG] 16:40:11.598 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dao) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:11.598 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dao'<>
[DEBUG] 16:40:11.598 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dao' to [app] 
[DEBUG] 16:40:11.598 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 16:40:11.598 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dataSource
[DEBUG] 16:40:11.598 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:11.598 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dataSource'<interface javax.sql.DataSource>
[DEBUG] 16:40:11.598 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dataSource' to [app] 
[DEBUG] 16:40:11.599 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSourceStarter'<>
[DEBUG] 16:40:11.601 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 16:40:11.601 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=druidDataSource
[DEBUG] 16:40:11.601 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(druidDataSource) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:11.601 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'druidDataSource'<interface javax.sql.DataSource>
[DEBUG] 16:40:11.601 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'druidDataSource' to [app] 
[DEBUG] 16:40:11.602 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSourceStarter'<>
[DEBUG] 16:40:11.642 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 16:40:11.643 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=sqlManager
[DEBUG] 16:40:11.643 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(sqlManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:40:11.643 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 16:40:11.643 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'sqlManager' to [app] 
[DEBUG] 16:40:11.643 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<>
[DEBUG] 16:40:11.650 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.dao.impl.NutDao without AOP
[DEBUG] 16:40:11.650 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dataSource'<interface javax.sql.DataSource>
[DEBUG] 16:40:11.651 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'sqlManager'<interface org.nutz.dao.SqlManager>
[DEBUG] 16:40:11.651 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutDaoStarter'<>
[DEBUG] 16:40:11.754 org.nutz.dao.jdbc.Jdbcs.<clinit>(Jdbcs.java:90) - Jdbcs init complete
[INFO ] 16:40:11.754 org.nutz.dao.jdbc.Jdbcs.getExpert(Jdbcs.java:103) - Get Connection from DataSource for JdbcExpert, if you lock at here, check your database server and configure
[INFO ] 16:40:11.873 com.alibaba.druid.pool.DruidDataSource.init(DruidDataSource.java:947) - {dataSource-1} inited
[DEBUG] 16:40:12.116 org.nutz.dao.impl.DaoSupport.setDataSource(DaoSupport.java:190) - select expert : org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert
[DEBUG] 16:40:12.121 org.nutz.dao.impl.DaoSupport$1.invoke(DaoSupport.java:201) - JDBC Driver --> mysql-connector-java-5.1.44 ( Revision: b3cda4f864902ffdde495b9df93937c3e20009be )
[DEBUG] 16:40:12.121 org.nutz.dao.impl.DaoSupport$1.invoke(DaoSupport.java:202) - JDBC Name   --> MySQL Connector Java
[DEBUG] 16:40:12.121 org.nutz.dao.impl.DaoSupport$1.invoke(DaoSupport.java:204) - JDBC URL    --> jdbc:mysql://127.0.0.1:3306/nutzsite?useUnicode=true&allowPublicKeyRetrieval=true&characterEncoding=utf8&useSSL=false&serverTimezone=Asia/Shanghai
[DEBUG] 16:40:12.215 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_client=utf8mb4
[DEBUG] 16:40:12.216 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_connection=utf8mb4
[DEBUG] 16:40:12.216 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_database=utf8
[DEBUG] 16:40:12.216 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_filesystem=binary
[DEBUG] 16:40:12.216 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_results=
[DEBUG] 16:40:12.216 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_server=utf8mb4
[DEBUG] 16:40:12.216 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_set_system=utf8
[DEBUG] 16:40:12.217 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:212) - Mysql : character_sets_dir=/usr/local/mysql-8.0.15-macos10.14-x86_64/share/charsets/
[DEBUG] 16:40:12.218 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:219) - Mysql : binlog_format=ROW
[DEBUG] 16:40:12.219 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:226) - Mysql : database=nutzsite
[DEBUG] 16:40:12.220 org.nutz.dao.impl.jdbc.mysql.MysqlJdbcExpert.checkDataSource(MysqlJdbcExpert.java:232) - Mysql : user=root@localhost
[DEBUG] 16:40:12.247 org.nutz.dao.impl.DaoSupport.setDataSource(DaoSupport.java:223) - Database info --> MYSQL:[MySQL - 8.0.15]
[DEBUG] 16:40:12.251 org.nutz.resource.Scans.scan(Scans.java:280) - Found 0 resource by src( sqls/ ) , regex( .(sql|sqlx|sqls)$ )
[DEBUG] 16:40:12.251 org.nutz.dao.impl.DaoSupport.setSqlManager(DaoSupport.java:123) - SqlManager Sql count=0
[DEBUG] 16:40:12.252 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.AreaServiceImpl without AOP
[DEBUG] 16:40:12.252 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.289 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Area
[DEBUG] 16:40:12.291 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.292 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(asyncFactory) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcServiceLauncher) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(roleServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(imageServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(configServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userOnlineServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(areaServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dictServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(taskServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'taskServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.TaskServiceImpl>
[DEBUG] 16:40:12.293 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=taskServiceImpl
[DEBUG] 16:40:12.293 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(taskServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.293 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'taskServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.TaskServiceImpl>
[DEBUG] 16:40:12.293 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'taskServiceImpl' to [app] 
[DEBUG] 16:40:12.294 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.294 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.TaskServiceImpl without AOP
[DEBUG] 16:40:12.294 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.295 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Task
[DEBUG] 16:40:12.296 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'quartzManager'<interface org.nutz.integration.quartz.QuartzManager>
[DEBUG] 16:40:12.296 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=quartzManager
[DEBUG] 16:40:12.296 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(quartzManager) in JsonLoader(paths=[])
[DEBUG] 16:40:12.296 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'quartzManager'<interface org.nutz.integration.quartz.QuartzManager>
[DEBUG] 16:40:12.296 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'quartzManager' to [app] 
[DEBUG] 16:40:12.297 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.quartz.QuartzManagerImpl without AOP
[DEBUG] 16:40:12.305 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'scheduler'<>
[DEBUG] 16:40:12.306 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.306 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.307 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.307 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'menuServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.MenuServiceImpl>
[DEBUG] 16:40:12.307 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=menuServiceImpl
[DEBUG] 16:40:12.308 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.308 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'menuServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.MenuServiceImpl>
[DEBUG] 16:40:12.308 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'menuServiceImpl' to [app] 
[DEBUG] 16:40:12.308 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.308 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 16:40:12.308 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=txREAD_COMMITTED
[DEBUG] 16:40:12.308 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.309 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'txREAD_COMMITTED'<interface org.nutz.aop.MethodInterceptor>
[DEBUG] 16:40:12.309 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'txREAD_COMMITTED' to [app] 
[DEBUG] 16:40:12.320 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.325 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Menu
[DEBUG] 16:40:12.325 org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:64) - name=roleService not found, search for type=io.nutz.nutzsite.module.sys.services.RoleService
[DEBUG] 16:40:12.325 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.325 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.325 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.325 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(asyncFactory) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcServiceLauncher) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(roleServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'roleServiceImpl'<interface io.nutz.nutzsite.module.sys.services.RoleService>
[DEBUG] 16:40:12.326 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=roleServiceImpl
[DEBUG] 16:40:12.326 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(roleServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.326 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'roleServiceImpl'<interface io.nutz.nutzsite.module.sys.services.RoleService>
[DEBUG] 16:40:12.327 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'roleServiceImpl' to [app] 
[DEBUG] 16:40:12.327 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.327 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.RoleServiceImpl without AOP
[DEBUG] 16:40:12.327 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.330 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Role
[DEBUG] 16:40:12.330 org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:64) - name=menuService not found, search for type=io.nutz.nutzsite.module.sys.services.MenuService
[DEBUG] 16:40:12.330 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'menuServiceImpl'<interface io.nutz.nutzsite.module.sys.services.MenuService>
[DEBUG] 16:40:12.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.331 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(asyncFactory) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcServiceLauncher) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(roleServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(imageServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(configServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userOnlineServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.332 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(areaServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.333 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dictServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.333 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dictServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.DictServiceImpl>
[DEBUG] 16:40:12.333 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dictServiceImpl
[DEBUG] 16:40:12.333 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dictServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.333 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dictServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.DictServiceImpl>
[DEBUG] 16:40:12.333 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dictServiceImpl' to [app] 
[DEBUG] 16:40:12.333 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.333 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.DictServiceImpl without AOP
[DEBUG] 16:40:12.333 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.334 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Dict
[DEBUG] 16:40:12.335 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.335 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.335 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.335 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.335 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.335 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.335 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(asyncFactory) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcServiceLauncher) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(roleServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(imageServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(configServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'configServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.ConfigServiceImpl>
[DEBUG] 16:40:12.336 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=configServiceImpl
[DEBUG] 16:40:12.336 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(configServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.336 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'configServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.ConfigServiceImpl>
[DEBUG] 16:40:12.336 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'configServiceImpl' to [app] 
[DEBUG] 16:40:12.337 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.337 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.ConfigServiceImpl without AOP
[DEBUG] 16:40:12.337 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.338 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Config
[DEBUG] 16:40:12.339 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.339 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.339 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.339 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.339 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.340 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.340 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.340 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.340 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.340 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.340 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.340 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'deptServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.DeptServiceImpl>
[DEBUG] 16:40:12.340 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=deptServiceImpl
[DEBUG] 16:40:12.340 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.340 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'deptServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.DeptServiceImpl>
[DEBUG] 16:40:12.340 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'deptServiceImpl' to [app] 
[DEBUG] 16:40:12.340 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.340 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.DeptServiceImpl without AOP
[DEBUG] 16:40:12.341 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.344 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Dept
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.345 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'postServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.PostServiceImpl>
[DEBUG] 16:40:12.345 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=postServiceImpl
[DEBUG] 16:40:12.345 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.346 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'postServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.PostServiceImpl>
[DEBUG] 16:40:12.346 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'postServiceImpl' to [app] 
[DEBUG] 16:40:12.346 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.346 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.PostServiceImpl without AOP
[DEBUG] 16:40:12.346 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.347 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Post
[DEBUG] 16:40:12.347 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'roleServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.RoleServiceImpl>
[DEBUG] 16:40:12.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.348 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.349 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.349 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'userServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.UserServiceImpl>
[DEBUG] 16:40:12.349 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=userServiceImpl
[DEBUG] 16:40:12.349 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.349 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'userServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.UserServiceImpl>
[DEBUG] 16:40:12.349 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'userServiceImpl' to [app] 
[DEBUG] 16:40:12.349 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.349 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.UserServiceImpl without AOP
[DEBUG] 16:40:12.349 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.360 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.User
[DEBUG] 16:40:12.360 org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:64) - name=roleService not found, search for type=io.nutz.nutzsite.module.sys.services.RoleService
[DEBUG] 16:40:12.360 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'roleServiceImpl'<interface io.nutz.nutzsite.module.sys.services.RoleService>
[DEBUG] 16:40:12.360 org.nutz.ioc.val.ReferTypeValue.get(ReferTypeValue.java:64) - name=menuService not found, search for type=io.nutz.nutzsite.module.sys.services.MenuService
[DEBUG] 16:40:12.360 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'menuServiceImpl'<interface io.nutz.nutzsite.module.sys.services.MenuService>
[DEBUG] 16:40:12.361 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREPEATABLE_READ) in TransIocLoader@478182173
[DEBUG] 16:40:12.361 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txSERIALIZABLE) in TransIocLoader@478182173
[DEBUG] 16:40:12.361 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txNONE) in TransIocLoader@478182173
[DEBUG] 16:40:12.361 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_UNCOMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.361 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(txREAD_COMMITTED) in TransIocLoader@478182173
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject($aop_async) in AsyncAopIocLoader@1414845278
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(userServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(uploadController) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(postServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(menuServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(deptServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(asyncFactory) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcServiceLauncher) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(roleServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(imageServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.362 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'imageServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.ImageServiceImpl>
[DEBUG] 16:40:12.362 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=imageServiceImpl
[DEBUG] 16:40:12.363 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(imageServiceImpl) in AnnotationIocLoader(packages=[io.nutz.nutzsite])
[DEBUG] 16:40:12.363 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'imageServiceImpl'<class io.nutz.nutzsite.module.sys.services.impl.ImageServiceImpl>
[DEBUG] 16:40:12.363 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'imageServiceImpl' to [app] 
[DEBUG] 16:40:12.363 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.363 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.nutz.nutzsite.module.sys.services.impl.ImageServiceImpl without AOP
[DEBUG] 16:40:12.363 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<>
[DEBUG] 16:40:12.365 org.nutz.service.EntityService.<init>(EntityService.java:41) - Get TypeParams for self : io.nutz.nutzsite.module.sys.models.Image
[DEBUG] 16:40:12.365 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '7o5e3qt6ugjp3rlfd2co2jub8i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:12.365 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=7o5e3qt6ugjp3rlfd2co2jub8i
[DEBUG] 16:40:12.365 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(7o5e3qt6ugjp3rlfd2co2jub8i) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:12.365 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'7o5e3qt6ugjp3rlfd2co2jub8i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:12.365 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '7o5e3qt6ugjp3rlfd2co2jub8i' to [app] 
[DEBUG] 16:40:12.365 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:40:12.366 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:12.412 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:12.412 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboApplicationConfig
[DEBUG] 16:40:12.412 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboApplicationConfig) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:12.412 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:12.413 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboApplicationConfig' to [app] 
[DEBUG] 16:40:12.415 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class com.alibaba.dubbo.config.ApplicationConfig without AOP
[DEBUG] 16:40:12.415 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:12.415 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboRegistryConfig
[DEBUG] 16:40:12.415 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRegistryConfig) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:12.415 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:12.415 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboRegistryConfig' to [app] 
[DEBUG] 16:40:12.416 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class com.alibaba.dubbo.config.RegistryConfig without AOP
[DEBUG] 16:40:12.417 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 16:40:12.417 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboPrototeConfig
[DEBUG] 16:40:12.417 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboPrototeConfig) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:12.417 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[DEBUG] 16:40:12.417 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboPrototeConfig' to [app] 
[DEBUG] 16:40:12.417 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class com.alibaba.dubbo.config.ProtocolConfig without AOP
[DEBUG] 16:40:22.550 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.cache;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class CacheFactory$Adaptive implements com.alibaba.dubbo.cache.CacheFactory {
public com.alibaba.dubbo.cache.Cache getCache(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.rpc.Invocation arg1) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
if (arg1 == null) throw new IllegalArgumentException("invocation == null");
String methodName = arg1.getMethodName();
String extName = url.getMethodParameter(methodName, "cache", "lru");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.cache.CacheFactory) name from url(" + url.toString() + ") use keys([cache])");
com.alibaba.dubbo.cache.CacheFactory extension = (com.alibaba.dubbo.cache.CacheFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.cache.CacheFactory.class).getExtension(extName);
return extension.getCache(arg0, arg1);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.559 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.monitor;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class MonitorFactory$Adaptive implements com.alibaba.dubbo.monitor.MonitorFactory {
public com.alibaba.dubbo.monitor.Monitor getMonitor(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.monitor.MonitorFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.monitor.MonitorFactory extension = (com.alibaba.dubbo.monitor.MonitorFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.monitor.MonitorFactory.class).getExtension(extName);
return extension.getMonitor(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.565 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.validation;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Validation$Adaptive implements com.alibaba.dubbo.validation.Validation {
public com.alibaba.dubbo.validation.Validator getValidator(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("validation", "jvalidation");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.validation.Validation) name from url(" + url.toString() + ") use keys([validation])");
com.alibaba.dubbo.validation.Validation extension = (com.alibaba.dubbo.validation.Validation)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.validation.Validation.class).getExtension(extName);
return extension.getValidator(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:22.572 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.DictService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:22.573 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.DictService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647217440, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:22.573 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.DictService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647217440 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647212423, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.580 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Cluster$Adaptive implements com.alibaba.dubbo.rpc.cluster.Cluster {
public com.alibaba.dubbo.rpc.Invoker join(com.alibaba.dubbo.rpc.cluster.Directory arg0) throws com.alibaba.dubbo.rpc.RpcException {
if (arg0 == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.cluster.Directory argument == null");
if (arg0.getUrl() == null) throw new IllegalArgumentException("com.alibaba.dubbo.rpc.cluster.Directory argument getUrl() == null");com.alibaba.dubbo.common.URL url = arg0.getUrl();
String extName = url.getParameter("cluster", "failover");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.Cluster) name from url(" + url.toString() + ") use keys([cluster])");
com.alibaba.dubbo.rpc.cluster.Cluster extension = (com.alibaba.dubbo.rpc.cluster.Cluster)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.Cluster.class).getExtension(extName);
return extension.join(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.585 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.registry;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class RegistryFactory$Adaptive implements com.alibaba.dubbo.registry.RegistryFactory {
public com.alibaba.dubbo.registry.Registry getRegistry(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = ( url.getProtocol() == null ? "dubbo" : url.getProtocol() );
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.registry.RegistryFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.registry.RegistryFactory extension = (com.alibaba.dubbo.registry.RegistryFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.registry.RegistryFactory.class).getExtension(extName);
return extension.getRegistry(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:22.589 com.alibaba.dubbo.qos.protocol.QosProtocolWrapper.startQosServer(QosProtocolWrapper.java:87) -  [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: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.605 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.remoting;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Transporter$Adaptive implements com.alibaba.dubbo.remoting.Transporter {
public com.alibaba.dubbo.remoting.Client connect(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.remoting.ChannelHandler arg1) throws com.alibaba.dubbo.remoting.RemotingException {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("client", url.getParameter("transporter", "netty"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Transporter) name from url(" + url.toString() + ") use keys([client, transporter])");
com.alibaba.dubbo.remoting.Transporter extension = (com.alibaba.dubbo.remoting.Transporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Transporter.class).getExtension(extName);
return extension.connect(arg0, arg1);
}
public com.alibaba.dubbo.remoting.Server bind(com.alibaba.dubbo.common.URL arg0, com.alibaba.dubbo.remoting.ChannelHandler arg1) throws com.alibaba.dubbo.remoting.RemotingException {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("server", url.getParameter("transporter", "netty"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Transporter) name from url(" + url.toString() + ") use keys([server, transporter])");
com.alibaba.dubbo.remoting.Transporter extension = (com.alibaba.dubbo.remoting.Transporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Transporter.class).getExtension(extName);
return extension.bind(arg0, arg1);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.635 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.remoting;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class Dispatcher$Adaptive implements com.alibaba.dubbo.remoting.Dispatcher {
public com.alibaba.dubbo.remoting.ChannelHandler dispatch(com.alibaba.dubbo.remoting.ChannelHandler arg0, com.alibaba.dubbo.common.URL arg1) {
if (arg1 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg1;
String extName = url.getParameter("dispatcher", url.getParameter("dispather", url.getParameter("channel.handler", "all")));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.Dispatcher) name from url(" + url.toString() + ") use keys([dispatcher, dispather, channel.handler])");
com.alibaba.dubbo.remoting.Dispatcher extension = (com.alibaba.dubbo.remoting.Dispatcher)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.Dispatcher.class).getExtension(extName);
return extension.dispatch(arg0, arg1);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.643 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.common.threadpool;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ThreadPool$Adaptive implements com.alibaba.dubbo.common.threadpool.ThreadPool {
public java.util.concurrent.Executor getExecutor(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("threadpool", "fixed");
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.common.threadpool.ThreadPool) name from url(" + url.toString() + ") use keys([threadpool])");
com.alibaba.dubbo.common.threadpool.ThreadPool extension = (com.alibaba.dubbo.common.threadpool.ThreadPool)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.common.threadpool.ThreadPool.class).getExtension(extName);
return extension.getExecutor(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.675 com.alibaba.dubbo.remoting.transport.netty.NettyHelper$DubboLogger.debug(NettyHelper.java:73) -  [DUBBO] Couldn't determine the NIO constraint level from the system properties; using the safest level (2), dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:22.733 com.alibaba.dubbo.remoting.transport.AbstractServer.<init>(AbstractServer.java:65) -  [DUBBO] Start NettyServer bind /0.0.0.0:8090, export /192.168.1.2:8090, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:22.759 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.remoting.zookeeper;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ZookeeperTransporter$Adaptive implements com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter {
public com.alibaba.dubbo.remoting.zookeeper.ZookeeperClient connect(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getParameter("client", url.getParameter("transporter", "curator"));
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter) name from url(" + url.toString() + ") use keys([client, transporter])");
com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter extension = (com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.remoting.zookeeper.ZookeeperTransporter.class).getExtension(extName);
return extension.connect(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:22.773 com.alibaba.dubbo.registry.support.AbstractRegistry.loadProperties(AbstractRegistry.java:200) -  [DUBBO] Load registry store file /Users/apple/.dubbo/dubbo-registry-dubbo-rpc-client-127.0.0.1:2181.cache, data: {io.nutz.nutzsite.module.sys.services.DeptService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643412322, io.nutz.nutzsite.module.sys.services.TaskService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643407262, io.nutz.nutzsite.module.sys.services.PostService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643381974, io.nutz.nutzsite.module.sys.services.RoleService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643387029, io.nutz.nutzsite.module.sys.services.ConfigService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643397137, io.nutz.nutzsite.module.sys.services.MenuService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=4945&side=provider&timestamp=1571643392094, io.nutz.demo.dubbo.rpc.service.TimeService=empty://192.168.1.2/io.nutz.demo.dubbo.rpc.service.TimeService?application=dubbo-rpc-client&category=configurators&dubbo=2.0.2&interface=io.nutz.demo.dubbo.rpc.service.TimeService&methods=now&pid=3684&qos.enable=false&side=consumer&timestamp=1571209919394 empty://192.168.1.2/io.nutz.demo.dubbo.rpc.service.TimeService?application=dubbo-rpc-client&category=routers&dubbo=2.0.2&interface=io.nutz.demo.dubbo.rpc.service.TimeService&methods=now&pid=3684&qos.enable=false&side=consumer&timestamp=1571209919394 dubbo://192.168.1.2:14215/io.nutz.demo.dubbo.rpc.service.TimeService?anyhost=true&application=dubbo-rpc-service&dubbo=2.0.2&generic=false&interface=io.nutz.demo.dubbo.rpc.service.TimeService&methods=now&pid=3682&side=provider&timestamp=1571209905536, io.nutz.nutzsite.module.sys.services.AreaService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643376896, io.nutz.nutzsite.module.sys.services.UserService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=4945&side=provider&timestamp=1571643402199, io.nutz.nutzsite.module.sys.services.DictService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643360961, io.nutz.nutzsite.module.sys.services.ImageService=empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=4945&side=provider&timestamp=1571643417373}, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:27.909 org.apache.curator.utils.Compatibility.<clinit>(Compatibility.java:41) - Running in ZooKeeper 3.4.x compatibility mode
[INFO ] 16:40:27.942 org.apache.curator.framework.imps.CuratorFrameworkImpl.start(CuratorFrameworkImpl.java:290) - Starting
[DEBUG] 16:40:27.944 org.apache.curator.CuratorZookeeperClient.start(CuratorZookeeperClient.java:207) - Starting
[DEBUG] 16:40:27.944 org.apache.curator.ConnectionState.start(ConnectionState.java:109) - Starting
[DEBUG] 16:40:27.944 org.apache.curator.ConnectionState.reset(ConnectionState.java:194) - reset
[INFO ] 16:40:32.957 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:zookeeper.version=3.4.8--1, built on 02/06/2016 03:18 GMT
[INFO ] 16:40:32.957 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:host.name=appledeimac
[INFO ] 16:40:32.957 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.version=1.8.0_201
[INFO ] 16:40:32.957 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.vendor=Oracle Corporation
[INFO ] 16:40:32.957 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.home=/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre
[INFO ] 16:40:32.957 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.class.path=/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/charsets.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/deploy.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/cldrdata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/dnsns.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/jaccess.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/jfxrt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/localedata.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/nashorn.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/sunec.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/sunjce_provider.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/sunpkcs11.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/ext/zipfs.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/javaws.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jce.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jfr.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jfxswt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/jsse.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/management-agent.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/plugin.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/resources.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/jre/lib/rt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/ant-javafx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/dt.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/javafx-mx.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/jconsole.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/packager.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/sa-jdi.jar:/Library/Java/JavaVirtualMachines/jdk1.8.0_201.jdk/Contents/Home/lib/tools.jar:/Users/apple/IdeaProjects/nutzsite-dubbo/api/target/classes:/Users/apple/IdeaProjects/nutzsite-dubbo/common/target/classes:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-swagger/2.3-SNAPSHOT/nutzboot-starter-swagger-2.3-20190108.025320-83.jar:/Users/apple/.m2/repository/io/swagger/swagger-servlet/1.5.18/swagger-servlet-1.5.18.jar:/Users/apple/.m2/repository/io/swagger/swagger-core/1.5.18/swagger-core-1.5.18.jar:/Users/apple/.m2/repository/org/apache/commons/commons-lang3/3.2.1/commons-lang3-3.2.1.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.9.3/jackson-annotations-2.9.3.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.9.3/jackson-databind-2.9.3.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.9.3/jackson-core-2.9.3.jar:/Users/apple/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.9.3/jackson-dataformat-yaml-2.9.3.jar:/Users/apple/.m2/repository/org/yaml/snakeyaml/1.18/snakeyaml-1.18.jar:/Users/apple/.m2/repository/io/swagger/swagger-models/1.5.18/swagger-models-1.5.18.jar:/Users/apple/.m2/repository/io/swagger/swagger-annotations/1.5.18/swagger-annotations-1.5.18.jar:/Users/apple/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar:/Users/apple/.m2/repository/org/reflections/reflections/0.9.11/reflections-0.9.11.jar:/Users/apple/.m2/repository/com/google/guava/guava/20.0/guava-20.0.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-core/2.3-SNAPSHOT/nutzboot-core-2.3-20190108.025252-85.jar:/Users/apple/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-nutz-mvc/2.3-SNAPSHOT/nutzboot-starter-nutz-mvc-2.3-20190108.025434-83.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-nutz-dao/2.3-SNAPSHOT/nutzboot-starter-nutz-dao-2.3-20190108.025316-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-daocache/1.r.67-SNAPSHOT/nutz-plugins-daocache-1.r.67-20181228.030638-40.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-jetty/2.3-SNAPSHOT/nutzboot-starter-jetty-2.3-20190108.025306-83.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-servlets/9.4.14.v20181114/jetty-servlets-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-continuation/9.4.14.v20181114/jetty-continuation-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-http/9.4.14.v20181114/jetty-http-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-util/9.4.14.v20181114/jetty-util-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-io/9.4.14.v20181114/jetty-io-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-webapp/9.4.14.v20181114/jetty-webapp-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-xml/9.4.14.v20181114/jetty-xml-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-servlet/9.4.14.v20181114/jetty-servlet-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-security/9.4.14.v20181114/jetty-security-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-server/9.4.14.v20181114/jetty-server-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-server/9.4.14.v20181114/websocket-server-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-common/9.4.14.v20181114/websocket-common-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-api/9.4.14.v20181114/websocket-api-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-client/9.4.14.v20181114/websocket-client-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-client/9.4.14.v20181114/jetty-client-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/websocket-servlet/9.4.14.v20181114/websocket-servlet-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/javax-websocket-server-impl/9.4.14.v20181114/javax-websocket-server-impl-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-annotations/9.4.14.v20181114/jetty-annotations-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/eclipse/jetty/jetty-plus/9.4.14.v20181114/jetty-plus-9.4.14.v20181114.jar:/Users/apple/.m2/repository/org/ow2/asm/asm-commons/6.1.1/asm-commons-6.1.1.jar:/Users/apple/.m2/repository/org/ow2/asm/asm-tree/6.1.1/asm-tree-6.1.1.jar:/Users/apple/.m2/repository/org/ow2/asm/asm-analysis/6.1.1/asm-analysis-6.1.1.jar:/Users/apple/.m2/repository/org/eclipse/jetty/websocket/javax-websocket-client-impl/9.4.14.v20181114/javax-websocket-client-impl-9.4.14.v20181114.jar:/Users/apple/.m2/repository/javax/websocket/javax.websocket-client-api/1.0/javax.websocket-client-api-1.0.jar:/Users/apple/.m2/repository/javax/websocket/javax.websocket-api/1.0/javax.websocket-api-1.0.jar:/Users/apple/.m2/repository/org/slf4j/jul-to-slf4j/1.7.25/jul-to-slf4j-1.7.25.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-websocket/1.r.67-SNAPSHOT/nutz-plugins-websocket-1.r.67-20181228.030802-39.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-servlet3/2.3-SNAPSHOT/nutzboot-servlet3-2.3-20190108.025303-83.jar:/Users/apple/.m2/repository/javax/annotation/javax.annotation-api/1.2/javax.annotation-api-1.2.jar:/Users/apple/.m2/repository/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-jdbc/2.3-SNAPSHOT/nutzboot-starter-jdbc-2.3-20190108.025257-84.jar:/Users/apple/.m2/repository/com/alibaba/druid/1.1.12/druid-1.1.12.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-quartz/2.3-SNAPSHOT/nutzboot-starter-quartz-2.3-20190108.025333-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-quartz/1.r.67-SNAPSHOT/nutz-integration-quartz-1.r.67-20181228.030611-40.jar:/Users/apple/.m2/repository/org/quartz-scheduler/quartz/2.3.0/quartz-2.3.0.jar:/Users/apple/.m2/repository/com/mchange/mchange-commons-java/0.2.11/mchange-commons-java-0.2.11.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-dubbo/2.3-SNAPSHOT/nutzboot-starter-dubbo-2.3-20190108.025441-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-dubbo/1.r.67-SNAPSHOT/nutz-integration-dubbo-1.r.67-20181228.030531-40.jar:/Users/apple/.m2/repository/org/apache/curator/curator-framework/4.0.1/curator-framework-4.0.1.jar:/Users/apple/.m2/repository/org/apache/curator/curator-client/4.0.1/curator-client-4.0.1.jar:/Users/apple/.m2/repository/com/alibaba/dubbo/2.6.5/dubbo-2.6.5.jar:/Users/apple/.m2/repository/org/springframework/spring-context/4.3.21.RELEASE/spring-context-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-aop/4.3.21.RELEASE/spring-aop-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-beans/4.3.21.RELEASE/spring-beans-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-core/4.3.21.RELEASE/spring-core-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/springframework/spring-expression/4.3.21.RELEASE/spring-expression-4.3.21.RELEASE.jar:/Users/apple/.m2/repository/org/javassist/javassist/3.24.0-GA/javassist-3.24.0-GA.jar:/Users/apple/.m2/repository/org/jboss/netty/netty/3.2.5.Final/netty-3.2.5.Final.jar:/Users/apple/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.25/jcl-over-slf4j-1.7.25.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-shiro/2.3-SNAPSHOT/nutzboot-starter-shiro-2.3-20190108.025437-83.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-shiro/1.r.67-SNAPSHOT/nutz-integration-shiro-1.r.67-20181228.030625-40.jar:/Users/apple/.m2/repository/org/apache/shiro/shiro-web/1.3.2/shiro-web-1.3.2.jar:/Users/apple/.m2/repository/org/apache/shiro/shiro-core/1.3.2/shiro-core-1.3.2.jar:/Users/apple/.m2/repository/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar:/Users/apple/.m2/repository/org/apache/shiro/shiro-ehcache/1.3.2/shiro-ehcache-1.3.2.jar:/Users/apple/.m2/repository/net/sf/ehcache/ehcache/2.10.4/ehcache-2.10.4.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-cache/1.r.67-SNAPSHOT/nutz-plugins-cache-1.r.67-20181228.030618-40.jar:/Users/apple/.m2/repository/org/nutz/nutz-integration-jedis/1.r.67-SNAPSHOT/nutz-integration-jedis-1.r.67-20181228.030555-40.jar:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-thymeleaf/2.3-SNAPSHOT/nutzboot-starter-thymeleaf-2.3-20190108.025404-83.jar:/Users/apple/.m2/repository/org/thymeleaf/thymeleaf/3.0.11.RELEASE/thymeleaf-3.0.11.RELEASE.jar:/Users/apple/.m2/repository/ognl/ognl/3.1.12/ognl-3.1.12.jar:/Users/apple/.m2/repository/org/attoparser/attoparser/2.0.5.RELEASE/attoparser-2.0.5.RELEASE.jar:/Users/apple/.m2/repository/org/unbescape/unbescape/1.1.6.RELEASE/unbescape-1.1.6.RELEASE.jar:/Users/apple/.m2/repository/com/h2database/h2/1.4.196/h2-1.4.196.jar:/Users/apple/.m2/repository/mysql/mysql-connector-java/5.1.44/mysql-connector-java-5.1.44.jar:/Users/apple/.m2/repository/org/jsoup/jsoup/1.11.3/jsoup-1.11.3.jar:/Users/apple/.m2/repository/com/alibaba/fastjson/1.2.60/fastjson-1.2.60.jar:/Users/apple/IdeaProjects/nutzsite-dubbo/service/target/classes:/Users/apple/.m2/repository/io/netty/netty-all/4.1.42.Final/netty-all-4.1.42.Final.jar:/Users/apple/.m2/repository/org/nutz/nutz-plugins-slog/1.r.68.v20190731/nutz-plugins-slog-1.r.68.v20190731.jar:/Users/apple/.m2/repository/org/apache/poi/poi/3.9/poi-3.9.jar:/Users/apple/.m2/repository/commons-codec/commons-codec/1.5/commons-codec-1.5.jar:/Users/apple/.m2/repository/org/apache/poi/poi-ooxml/3.9/poi-ooxml-3.9.jar:/Users/apple/.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar:/Users/apple/.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar:/Users/apple/.m2/repository/org/apache/poi/poi-ooxml-schemas/3.9/poi-ooxml-schemas-3.9.jar:/Users/apple/.m2/repository/org/apache/xmlbeans/xmlbeans/2.3.0/xmlbeans-2.3.0.jar:/Users/apple/.m2/repository/stax/stax-api/1.0.1/stax-api-1.0.1.jar:/Users/apple/.m2/repository/com/qiniu/qiniu-java-sdk/7.2.11/qiniu-java-sdk-7.2.11.jar:/Users/apple/.m2/repository/com/squareup/okhttp3/okhttp/3.3.1/okhttp-3.3.1.jar:/Users/apple/.m2/repository/com/squareup/okio/okio/1.8.0/okio-1.8.0.jar:/Users/apple/.m2/repository/com/google/code/gson/gson/2.6.2/gson-2.6.2.jar:/Users/apple/.m2/repository/com/qiniu/happy-dns-java/0.1.4/happy-dns-java-0.1.4.jar:/Users/apple/.m2/repository/org/apache/tika/tika-core/1.22/tika-core-1.22.jar:/Users/apple/.m2/repository/eu/bitwalker/UserAgentUtils/1.19/UserAgentUtils-1.19.jar:/Users/apple/.m2/repository/com/101tec/zkclient/0.10/zkclient-0.10.jar:/Users/apple/.m2/repository/org/apache/zookeeper/zookeeper/3.4.8/zookeeper-3.4.8.jar:/Users/apple/.m2/repository/jline/jline/0.9.94/jline-0.9.94.jar:/Users/apple/.m2/repository/io/netty/netty/3.7.0.Final/netty-3.7.0.Final.jar:/Users/apple/.m2/repository/org/slf4j/slf4j-log4j12/1.7.25/slf4j-log4j12-1.7.25.jar:/Users/apple/.m2/repository/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar:/Users/apple/.m2/repository/log4j/log4j/1.2.17/log4j-1.2.17.jar:/Users/apple/.m2/repository/org/nutz/nutz/1.r.68.v20190731/nutz-1.r.68.v20190731.jar:/Applications/IntelliJ IDEA.app/Contents/lib/idea_rt.jar:/Users/apple/Library/Caches/IntelliJIdea2019.1/captureAgent/debugger-agent.jar
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.library.path=/Users/apple/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.io.tmpdir=/var/folders/pk/j26kgdcn53q7f0jdj8c_hlh40000gn/T/
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:java.compiler=<NA>
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:os.name=Mac OS X
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:os.arch=x86_64
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:os.version=10.14.5
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:user.name=apple
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:user.home=/Users/apple
[INFO ] 16:40:32.958 org.apache.zookeeper.Environment.logEnv(Environment.java:100) - Client environment:user.dir=/Users/apple/IdeaProjects/nutzsite-dubbo
[INFO ] 16:40:32.959 org.apache.zookeeper.ZooKeeper.<init>(ZooKeeper.java:438) - Initiating client connection, connectString=127.0.0.1:2181 sessionTimeout=60000 watcher=org.apache.curator.ConnectionState@3bbf841e
[DEBUG] 16:40:32.962 org.apache.zookeeper.ClientCnxn.<clinit>(ClientCnxn.java:117) - zookeeper.disableAutoWatchReset is false
[INFO ] 16:40:32.976 org.apache.zookeeper.ClientCnxn$SendThread.logStartConnect(ClientCnxn.java:1032) - Opening socket connection to server 127.0.0.1/127.0.0.1:2181. Will not attempt to authenticate using SASL (unknown error)
[INFO ] 16:40:32.982 org.apache.curator.framework.imps.CuratorFrameworkImpl.start(CuratorFrameworkImpl.java:332) - Default schema
[INFO ] 16:40:32.983 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:32.985 org.apache.zookeeper.ClientCnxn$SendThread.primeConnection(ClientCnxn.java:876) - Socket connection established to 127.0.0.1/127.0.0.1:2181, initiating session
[DEBUG] 16:40:32.987 org.apache.zookeeper.ClientCnxn$SendThread.primeConnection(ClientCnxn.java:949) - Session establishment request sent on 127.0.0.1/127.0.0.1:2181
[INFO ] 16:40:33.001 org.apache.zookeeper.ClientCnxn$SendThread.onConnected(ClientCnxn.java:1299) - Session establishment complete on server 127.0.0.1/127.0.0.1:2181, sessionid = 0x1000006e50c0006, negotiated timeout = 40000
[DEBUG] 16:40:33.004 org.apache.curator.ConnectionState.process(ConnectionState.java:174) - Negotiated session timeout: 40000
[INFO ] 16:40:33.010 org.apache.curator.framework.state.ConnectionStateManager.postState(ConnectionStateManager.java:237) - State change: CONNECTED
[DEBUG] 16:40:33.011 org.apache.curator.framework.imps.CuratorFrameworkImpl.unSleepBackgroundOperations(CuratorFrameworkImpl.java:1004) - Clearing sleep for 0 operations
[DEBUG] 16:40:33.024 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 1,3  replyHeader:: 1,393,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DictService/providers,F  response:: s{237,237,1571629500004,1571629500004,0,12,0,0,11,0,391} 
[DEBUG] 16:40:33.035 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 2,1  replyHeader:: 2,394,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DictService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.DictService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DictService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647217440,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.DictService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.DictService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DictService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647217440 
[INFO ] 16:40:33.036 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:33.038 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 3,3  replyHeader:: 3,394,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DictService/configurators,F  response:: s{239,239,1571629500016,1571629500016,0,0,0,0,11,0,239} 
[DEBUG] 16:40:33.045 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 4,12  replyHeader:: 4,394,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DictService/configurators,T  response:: v{},s{239,239,1571629500016,1571629500016,0,0,0,0,11,0,239} 
[INFO ] 16:40:33.047 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:33.047 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:33.048 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:33.053 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class RouterFactory$Adaptive implements com.alibaba.dubbo.rpc.cluster.RouterFactory {
public com.alibaba.dubbo.rpc.cluster.Router getRouter(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getProtocol();
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.RouterFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.cluster.RouterFactory extension = (com.alibaba.dubbo.rpc.cluster.RouterFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.RouterFactory.class).getExtension(extName);
return extension.getRouter(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:33.059 com.alibaba.dubbo.common.extension.ExtensionLoader.createAdaptiveExtensionClassCode(ExtensionLoader.java:942) -  [DUBBO] package com.alibaba.dubbo.rpc.cluster;
import com.alibaba.dubbo.common.extension.ExtensionLoader;
public class ConfiguratorFactory$Adaptive implements com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory {
public com.alibaba.dubbo.rpc.cluster.Configurator getConfigurator(com.alibaba.dubbo.common.URL arg0) {
if (arg0 == null) throw new IllegalArgumentException("url == null");
com.alibaba.dubbo.common.URL url = arg0;
String extName = url.getProtocol();
if(extName == null) throw new IllegalStateException("Fail to get extension(com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory) name from url(" + url.toString() + ") use keys([protocol])");
com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory extension = (com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory)ExtensionLoader.getExtensionLoader(com.alibaba.dubbo.rpc.cluster.ConfiguratorFactory.class).getExtension(extName);
return extension.getConfigurator(arg0);
}
}, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:33.065 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '0e3aaudih4hpsrjfmi9ughs5jp'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:33.065 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=0e3aaudih4hpsrjfmi9ughs5jp
[DEBUG] 16:40:33.066 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(0e3aaudih4hpsrjfmi9ughs5jp) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:33.066 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'0e3aaudih4hpsrjfmi9ughs5jp'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:33.066 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '0e3aaudih4hpsrjfmi9ughs5jp' to [app] 
[DEBUG] 16:40:33.066 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:40:33.066 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:33.066 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:33.067 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:33.067 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:40:38.118 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.RoleService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:38.118 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.RoleService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647233069, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:38.118 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.RoleService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647233069 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647233068, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:38.119 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:38.121 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 5,3  replyHeader:: 5,394,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.RoleService/providers,F  response:: s{265,265,1571629500494,1571629500494,0,12,0,0,11,0,388} 
[DEBUG] 16:40:38.127 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 6,1  replyHeader:: 6,395,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.RoleService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.RoleService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.RoleService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252CcheckRoleNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647233069,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.RoleService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.RoleService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.RoleService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252CcheckRoleNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647233069 
[INFO ] 16:40:38.128 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:38.130 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 7,3  replyHeader:: 7,395,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.RoleService/configurators,F  response:: s{267,267,1571629500505,1571629500505,0,0,0,0,11,0,267} 
[DEBUG] 16:40:38.132 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 8,12  replyHeader:: 8,395,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.RoleService/configurators,T  response:: v{},s{267,267,1571629500505,1571629500505,0,0,0,0,11,0,267} 
[INFO ] 16:40:38.132 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:38.133 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:38.133 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:38.133 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '5obnajdqe0hnlql1n67oh665qb'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:38.133 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=5obnajdqe0hnlql1n67oh665qb
[DEBUG] 16:40:38.133 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(5obnajdqe0hnlql1n67oh665qb) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:38.133 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'5obnajdqe0hnlql1n67oh665qb'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:38.133 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '5obnajdqe0hnlql1n67oh665qb' to [app] 
[DEBUG] 16:40:38.133 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:40:38.134 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:38.134 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:38.134 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:38.134 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:40:43.163 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.UserService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:43.163 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.UserService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647238137, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:43.164 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.UserService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647238137 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647238137, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:43.164 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:43.169 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 9,3  replyHeader:: 9,395,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.UserService/providers,F  response:: s{233,233,1571629499869,1571629499869,0,12,0,0,11,0,385} 
[DEBUG] 16:40:43.176 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 10,1  replyHeader:: 10,396,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.UserService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.UserService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.UserService%2526methods%253DrecordLoginInfo%252Cdao%252CupdataRelation%252CcheckLoginNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cupdate%252Cinsert%252CgetUserRoleGroup%252Cdelete%252CupdateIgnoreNull%252CresetUserPwd%252Cfetch%252CgetPermsByUserId%252CtableList%252CgetRoleCodeList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647238137,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.UserService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.UserService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.UserService%2526methods%253DrecordLoginInfo%252Cdao%252CupdataRelation%252CcheckLoginNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cupdate%252Cinsert%252CgetUserRoleGroup%252Cdelete%252CupdateIgnoreNull%252CresetUserPwd%252Cfetch%252CgetPermsByUserId%252CtableList%252CgetRoleCodeList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647238137 
[INFO ] 16:40:43.177 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:43.179 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 11,3  replyHeader:: 11,396,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.UserService/configurators,F  response:: s{235,235,1571629499883,1571629499883,0,0,0,0,11,0,235} 
[DEBUG] 16:40:43.183 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 12,12  replyHeader:: 12,396,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.UserService/configurators,T  response:: v{},s{235,235,1571629499883,1571629499883,0,0,0,0,11,0,235} 
[INFO ] 16:40:43.183 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:43.185 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:43.185 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:43.186 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '3n0hu6vc14gjupqngbg0cvjm8o'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:43.186 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=3n0hu6vc14gjupqngbg0cvjm8o
[DEBUG] 16:40:43.186 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(3n0hu6vc14gjupqngbg0cvjm8o) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:43.186 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'3n0hu6vc14gjupqngbg0cvjm8o'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:43.186 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '3n0hu6vc14gjupqngbg0cvjm8o' to [app] 
[DEBUG] 16:40:43.186 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:40:43.186 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:43.186 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:43.186 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:43.187 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:40:48.219 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.ImageService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:48.220 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.ImageService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647243188, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:48.220 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.ImageService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647243188 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647243188, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:48.220 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:48.223 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 13,3  replyHeader:: 13,396,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ImageService/providers,F  response:: s{245,245,1571629500186,1571629500186,0,12,0,0,11,0,382} 
[DEBUG] 16:40:48.230 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 14,1  replyHeader:: 14,397,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ImageService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.ImageService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ImageService%2526methods%253Dsave%252Cupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cget%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647243188,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.ImageService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.ImageService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ImageService%2526methods%253Dsave%252Cupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cget%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647243188 
[INFO ] 16:40:48.231 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:48.233 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 15,3  replyHeader:: 15,397,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ImageService/configurators,F  response:: s{247,247,1571629500202,1571629500202,0,0,0,0,11,0,247} 
[DEBUG] 16:40:48.236 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 16,12  replyHeader:: 16,397,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ImageService/configurators,T  response:: v{},s{247,247,1571629500202,1571629500202,0,0,0,0,11,0,247} 
[INFO ] 16:40:48.237 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:48.237 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:48.237 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:48.237 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'u31qbeqom6hlvqbgd3bsij1q6r'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:48.237 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=u31qbeqom6hlvqbgd3bsij1q6r
[DEBUG] 16:40:48.238 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(u31qbeqom6hlvqbgd3bsij1q6r) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:48.238 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'u31qbeqom6hlvqbgd3bsij1q6r'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:48.238 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'u31qbeqom6hlvqbgd3bsij1q6r' to [app] 
[DEBUG] 16:40:48.238 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:40:48.238 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:48.238 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:48.238 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:48.238 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:40:53.255 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.MenuService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:53.255 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.MenuService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647248240, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:53.255 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.MenuService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647248240 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647248240, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:53.256 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:53.258 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 17,3  replyHeader:: 17,397,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.MenuService/providers,F  response:: s{241,241,1571629500062,1571629500062,0,12,0,0,11,0,387} 
[DEBUG] 16:40:53.262 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 18,1  replyHeader:: 18,398,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.MenuService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.MenuService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.MenuService%2526methods%253Ddao%252CtransMenuName%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252CroleMenuTreeData%252CmenuTreeData%252Csave%252Cupdate%252Cinsert%252CgetMenuList%252Cdelete%252CupdateIgnoreNull%252CgetTrees%252CcheckMenuUnique%252Cfetch%252CgetPermsByUserId%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647248240,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.MenuService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.MenuService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.MenuService%2526methods%253Ddao%252CtransMenuName%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252CroleMenuTreeData%252CmenuTreeData%252Csave%252Cupdate%252Cinsert%252CgetMenuList%252Cdelete%252CupdateIgnoreNull%252CgetTrees%252CcheckMenuUnique%252Cfetch%252CgetPermsByUserId%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647248240 
[INFO ] 16:40:53.262 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:53.264 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 19,3  replyHeader:: 19,398,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.MenuService/configurators,F  response:: s{243,243,1571629500081,1571629500081,0,0,0,0,11,0,243} 
[DEBUG] 16:40:53.266 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 20,12  replyHeader:: 20,398,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.MenuService/configurators,T  response:: v{},s{243,243,1571629500081,1571629500081,0,0,0,0,11,0,243} 
[INFO ] 16:40:53.267 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:53.267 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:53.267 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:53.267 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '0fc412t3ogitto9dlebpkqje5i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:53.267 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=0fc412t3ogitto9dlebpkqje5i
[DEBUG] 16:40:53.267 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(0fc412t3ogitto9dlebpkqje5i) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:53.268 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'0fc412t3ogitto9dlebpkqje5i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:53.268 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '0fc412t3ogitto9dlebpkqje5i' to [app] 
[DEBUG] 16:40:53.268 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:40:53.268 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:53.268 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:53.268 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:53.268 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:40:58.300 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.ConfigService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:58.300 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.ConfigService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647253274, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:58.300 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.ConfigService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647253274 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647253274, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:40:58.301 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:58.305 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 21,3  replyHeader:: 21,398,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ConfigService/providers,F  response:: s{257,257,1571629500366,1571629500366,0,12,0,0,11,0,386} 
[DEBUG] 16:40:58.313 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 22,1  replyHeader:: 22,399,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ConfigService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.ConfigService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ConfigService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647253274,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.ConfigService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.ConfigService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ConfigService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647253274 
[INFO ] 16:40:58.313 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:58.315 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 23,3  replyHeader:: 23,399,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ConfigService/configurators,F  response:: s{259,259,1571629500383,1571629500383,0,0,0,0,11,0,259} 
[DEBUG] 16:40:58.316 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 24,12  replyHeader:: 24,399,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ConfigService/configurators,T  response:: v{},s{259,259,1571629500383,1571629500383,0,0,0,0,11,0,259} 
[INFO ] 16:40:58.317 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:58.317 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:58.317 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:40:58.317 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '4gvharnvi2h6ao3kp5rptm7k4g'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:58.317 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=4gvharnvi2h6ao3kp5rptm7k4g
[DEBUG] 16:40:58.317 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(4gvharnvi2h6ao3kp5rptm7k4g) in DubboConfigIocLoader@2014563089
[DEBUG] 16:40:58.318 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'4gvharnvi2h6ao3kp5rptm7k4g'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:40:58.318 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '4gvharnvi2h6ao3kp5rptm7k4g' to [app] 
[DEBUG] 16:40:58.318 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:40:58.318 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:40:58.318 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:40:58.318 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:40:58.318 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:41:03.341 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.PostService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:03.341 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.PostService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647258320, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:03.341 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.PostService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647258320 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647258320, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:03.341 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:03.344 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 25,3  replyHeader:: 25,399,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.PostService/providers,F  response:: s{261,261,1571629500437,1571629500437,0,12,0,0,11,0,389} 
[DEBUG] 16:41:03.350 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 26,1  replyHeader:: 26,400,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.PostService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.PostService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.PostService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647258320,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.PostService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.PostService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.PostService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647258320 
[INFO ] 16:41:03.350 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:03.352 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 27,3  replyHeader:: 27,400,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.PostService/configurators,F  response:: s{263,263,1571629500452,1571629500452,0,0,0,0,11,0,263} 
[DEBUG] 16:41:03.353 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 28,12  replyHeader:: 28,400,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.PostService/configurators,T  response:: v{},s{263,263,1571629500452,1571629500452,0,0,0,0,11,0,263} 
[INFO ] 16:41:03.353 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:03.354 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:03.354 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:03.354 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '5i78a8m860jbtps128v5magm8p'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:41:03.354 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=5i78a8m860jbtps128v5magm8p
[DEBUG] 16:41:03.354 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(5i78a8m860jbtps128v5magm8p) in DubboConfigIocLoader@2014563089
[DEBUG] 16:41:03.354 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'5i78a8m860jbtps128v5magm8p'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:41:03.354 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '5i78a8m860jbtps128v5magm8p' to [app] 
[DEBUG] 16:41:03.354 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:41:03.355 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:41:03.355 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:41:03.355 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:41:03.355 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:41:08.388 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.DeptService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:08.388 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.DeptService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647263357, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:08.388 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.DeptService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647263357 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647263357, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:08.389 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:08.391 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 29,3  replyHeader:: 29,400,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DeptService/providers,F  response:: s{249,249,1571629500249,1571629500249,0,12,0,0,11,0,383} 
[DEBUG] 16:41:08.398 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 30,1  replyHeader:: 30,401,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DeptService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.DeptService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DeptService%2526methods%253DcheckDeptNameUnique%252Cupdate%252Cinsert%252Cdelete%252CinsertDept%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647263357,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.DeptService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.DeptService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DeptService%2526methods%253DcheckDeptNameUnique%252Cupdate%252Cinsert%252Cdelete%252CinsertDept%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647263357 
[INFO ] 16:41:08.398 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:08.400 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 31,3  replyHeader:: 31,401,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DeptService/configurators,F  response:: s{251,251,1571629500264,1571629500264,0,0,0,0,11,0,251} 
[DEBUG] 16:41:08.401 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 32,12  replyHeader:: 32,401,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DeptService/configurators,T  response:: v{},s{251,251,1571629500264,1571629500264,0,0,0,0,11,0,251} 
[INFO ] 16:41:08.401 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:08.401 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:08.401 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:08.402 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '4pm1pmmd0khsvododplba2lumf'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:41:08.402 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=4pm1pmmd0khsvododplba2lumf
[DEBUG] 16:41:08.402 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(4pm1pmmd0khsvododplba2lumf) in DubboConfigIocLoader@2014563089
[DEBUG] 16:41:08.402 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'4pm1pmmd0khsvododplba2lumf'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:41:08.402 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '4pm1pmmd0khsvododplba2lumf' to [app] 
[DEBUG] 16:41:08.402 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:41:08.403 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:41:08.403 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:41:08.403 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:41:08.403 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:41:13.427 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.AreaService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:13.427 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.AreaService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647268405, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:13.428 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.AreaService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647268405 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647268404, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:13.428 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:13.436 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 33,3  replyHeader:: 33,401,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.AreaService/providers,F  response:: s{269,269,1571629500553,1571629500553,0,12,0,0,11,0,390} 
[DEBUG] 16:41:13.439 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 34,1  replyHeader:: 34,402,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.AreaService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.AreaService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.AreaService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647268405,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.AreaService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.AreaService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.AreaService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647268405 
[INFO ] 16:41:13.440 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:13.441 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 35,3  replyHeader:: 35,402,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.AreaService/configurators,F  response:: s{271,271,1571629500563,1571629500563,0,0,0,0,11,0,271} 
[DEBUG] 16:41:13.443 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 36,12  replyHeader:: 36,402,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.AreaService/configurators,T  response:: v{},s{271,271,1571629500563,1571629500563,0,0,0,0,11,0,271} 
[INFO ] 16:41:13.443 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:13.444 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:13.444 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:13.444 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '4vlftmrooihjhrn3eihi2b7rd0'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:41:13.444 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=4vlftmrooihjhrn3eihi2b7rd0
[DEBUG] 16:41:13.444 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(4vlftmrooihjhrn3eihi2b7rd0) in DubboConfigIocLoader@2014563089
[DEBUG] 16:41:13.444 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'4vlftmrooihjhrn3eihi2b7rd0'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 16:41:13.444 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '4vlftmrooihjhrn3eihi2b7rd0' to [app] 
[DEBUG] 16:41:13.445 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 16:41:13.445 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 16:41:13.445 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 16:41:13.445 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 16:41:13.445 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 16:41:18.470 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:539) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.TaskService to local registry, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:18.470 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service io.nutz.nutzsite.module.sys.services.TaskService to url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647273447, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:18.470 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service io.nutz.nutzsite.module.sys.services.TaskService url dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647273447 to registry registry://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&pid=5571&qos.enable=false&registry=zookeeper&timestamp=1571647273447, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:18.471 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:18.473 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 37,3  replyHeader:: 37,402,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.TaskService/providers,F  response:: s{253,253,1571629500314,1571629500314,0,12,0,0,11,0,384} 
[DEBUG] 16:41:18.480 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 38,1  replyHeader:: 38,403,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.TaskService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.TaskService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.TaskService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CaddQuartz%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647273447,#3139322e3136382e312e32,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/io.nutz.nutzsite.module.sys.services.TaskService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.TaskService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.TaskService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CaddQuartz%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647273447 
[INFO ] 16:41:18.481 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:18.483 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 39,3  replyHeader:: 39,403,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.TaskService/configurators,F  response:: s{255,255,1571629500326,1571629500326,0,0,0,0,11,0,255} 
[DEBUG] 16:41:18.485 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 40,12  replyHeader:: 40,403,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.TaskService/configurators,T  response:: v{},s{255,255,1571629500326,1571629500326,0,0,0,0,11,0,255} 
[INFO ] 16:41:18.485 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447, urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:18.485 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:367) -  [DUBBO] original override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447], dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:18.486 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:369) -  [DUBBO] subscribe url: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447, override urls: [empty://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447], dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:18.488 org.eclipse.jetty.server.Server.doStart(Server.java:370) - jetty-9.4.14.v20181114; built: 2018-11-14T21:20:31.478Z; git: c4550056e785fb5665914545889f21dc136ad9e6; jvm 1.8.0_201-b09
[WARN ] 16:41:18.596 org.eclipse.jetty.annotations.AnnotationParser.asmVersion(AnnotationParser.java:92) - Unknown ASM version, assuming ASM7
[INFO ] 16:41:18.596 org.eclipse.jetty.annotations.AnnotationConfiguration.scanForAnnotations(AnnotationConfiguration.java:489) - Scanning elapsed time=0ms
[INFO ] 16:41:18.601 org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitServlet(StandardDescriptorProcessor.java:283) - NO JSP Support for /, did not find org.eclipse.jetty.jsp.JettyJspServlet
[INFO ] 16:41:18.609 org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:365) - DefaultSessionIdManager workerName=node0
[INFO ] 16:41:18.610 org.eclipse.jetty.server.session.DefaultSessionIdManager.doStart(DefaultSessionIdManager.java:370) - No SessionScavenger set, using defaults
[INFO ] 16:41:18.611 org.eclipse.jetty.server.session.HouseKeeper.startScavenging(HouseKeeper.java:149) - node0 Scavenging every 660000ms
[DEBUG] 16:41:18.623 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'swaggerServletStarter'<interface org.nutz.boot.starter.WebServletFace>
[DEBUG] 16:41:18.623 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidWebStatServletStarter'<interface org.nutz.boot.starter.WebServletFace>
[DEBUG] 16:41:18.625 org.nutz.boot.starter.servlet3.NbServletContextListener.lambda$contextInitialized$0(NbServletContextListener.java:98) - add Servlet name=swagger pathSpec=/swagger/swagger.json
[DEBUG] 16:41:18.627 org.nutz.boot.starter.servlet3.NbServletContextListener.lambda$contextInitialized$0(NbServletContextListener.java:98) - add Servlet name=druid pathSpec=/druid/*
[INFO ] 16:41:18.627 org.nutz.boot.starter.jdbc.DruidWebStatServletStarter.getInitParameters(DruidWebStatServletStarter.java:71) - druid stat view random user=druid password=3q0o4de91cg6mrf57v21nrm23s
[DEBUG] 16:41:18.628 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvStarter'<interface org.nutz.boot.starter.WebEventListenerFace>
[DEBUG] 16:41:18.628 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvironmentLoaderListener'<class org.apache.shiro.web.env.EnvironmentLoaderListener>
[DEBUG] 16:41:18.629 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroEnvironmentLoaderListener
[DEBUG] 16:41:18.629 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroEnvironmentLoaderListener) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.629 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroEnvironmentLoaderListener'<class org.apache.shiro.web.env.EnvironmentLoaderListener>
[DEBUG] 16:41:18.629 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroEnvironmentLoaderListener' to [app] 
[DEBUG] 16:41:18.630 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.apache.shiro.web.env.EnvironmentLoaderListener without AOP
[DEBUG] 16:41:18.630 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvStarter'<>
[INFO ] 16:41:18.630 org.eclipse.jetty.server.handler.ContextHandler$Context.log(ContextHandler.java:2345) - Initializing Shiro environment
[INFO ] 16:41:18.630 org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:128) - Starting Shiro environment initialization.
[DEBUG] 16:41:18.635 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroWebSecurityManager'<interface org.apache.shiro.web.mgt.WebSecurityManager>
[DEBUG] 16:41:18.635 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroWebSecurityManager
[DEBUG] 16:41:18.636 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroWebSecurityManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.636 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroWebSecurityManager'<interface org.apache.shiro.web.mgt.WebSecurityManager>
[DEBUG] 16:41:18.636 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroWebSecurityManager' to [app] 
[DEBUG] 16:41:18.636 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvStarter'<>
[DEBUG] 16:41:18.909 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroWebSessionManager'<interface org.apache.shiro.web.session.mgt.WebSessionManager>
[DEBUG] 16:41:18.909 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroWebSessionManager
[DEBUG] 16:41:18.909 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroWebSessionManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.910 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroWebSessionManager'<interface org.apache.shiro.web.session.mgt.WebSessionManager>
[DEBUG] 16:41:18.910 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroWebSessionManager' to [app] 
[DEBUG] 16:41:18.910 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvStarter'<>
[DEBUG] 16:41:18.947 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroCacheManager'<interface org.apache.shiro.cache.CacheManager>
[DEBUG] 16:41:18.947 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroCacheManager
[DEBUG] 16:41:18.947 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroCacheManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.947 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroCacheManager'<interface org.apache.shiro.cache.CacheManager>
[DEBUG] 16:41:18.947 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroCacheManager' to [app] 
[DEBUG] 16:41:18.947 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvStarter'<>
[DEBUG] 16:41:18.949 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroRememberMeManager'<interface org.apache.shiro.mgt.RememberMeManager>
[DEBUG] 16:41:18.950 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroRememberMeManager
[DEBUG] 16:41:18.950 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroRememberMeManager) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.950 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroRememberMeManager'<interface org.apache.shiro.mgt.RememberMeManager>
[DEBUG] 16:41:18.950 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroRememberMeManager' to [app] 
[DEBUG] 16:41:18.950 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroEnvStarter'<>
[DEBUG] 16:41:18.962 org.nutz.boot.starter.shiro.NbResourceBasedWebEnvironment.createFilterChainResolver(NbResourceBasedWebEnvironment.java:80) - ioc name=shiroFilterChainResolver not found, fallback to shiro.ini.urls
[DEBUG] 16:41:18.962 org.nutz.boot.starter.shiro.NbResourceBasedWebEnvironment.createFilterChainResolver(NbResourceBasedWebEnvironment.java:82) - shiro ini urls  ---> 
[urls]

[DEBUG] 16:41:18.968 org.apache.shiro.config.Ini.load(Ini.java:351) - Parsing [urls]
[DEBUG] 16:41:18.971 org.apache.shiro.config.IniFactorySupport.resolveIni(IniFactorySupport.java:91) - Null or empty Ini instance.  Falling back to the default classpath:shiro.ini file.
[DEBUG] 16:41:18.971 org.apache.shiro.io.ResourceUtils.loadFromClassPath(ResourceUtils.java:159) - Opening resource from class path [shiro.ini]
[DEBUG] 16:41:18.972 org.apache.shiro.config.IniFactorySupport.createInstance(IniFactorySupport.java:113) - No populated Ini available.  Creating a default instance.
[DEBUG] 16:41:18.975 org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:136) - Published WebEnvironment as ServletContext attribute with name [org.apache.shiro.web.env.EnvironmentLoader.ENVIRONMENT_ATTRIBUTE_KEY]
[INFO ] 16:41:18.975 org.apache.shiro.web.env.EnvironmentLoader.initEnvironment(EnvironmentLoader.java:141) - Shiro environment initialized in 344 ms.
[DEBUG] 16:41:18.976 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidWebStatFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 16:41:18.976 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'whaleFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 16:41:18.976 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 16:41:18.976 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroFilterStarter'<interface org.nutz.boot.starter.WebFilterFace>
[DEBUG] 16:41:18.979 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'whaleFilter'<class org.nutz.mvc.WhaleFilter>
[DEBUG] 16:41:18.979 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=whaleFilter
[DEBUG] 16:41:18.979 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(whaleFilter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.979 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'whaleFilter'<class org.nutz.mvc.WhaleFilter>
[DEBUG] 16:41:18.979 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'whaleFilter' to [app] 
[DEBUG] 16:41:18.980 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.mvc.WhaleFilter without AOP
[DEBUG] 16:41:18.980 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'whaleFilterStarter'<>
[DEBUG] 16:41:18.980 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'whaleFilter'<class org.nutz.mvc.WhaleFilter>
[DEBUG] 16:41:18.981 org.nutz.boot.starter.servlet3.NbServletContextListener.lambda$contextInitialized$2(NbServletContextListener.java:128) - add filter name=whale pathSpec=/*
[DEBUG] 16:41:18.984 org.nutz.boot.starter.servlet3.NbServletContextListener.lambda$contextInitialized$2(NbServletContextListener.java:128) - add filter name=druid pathSpec=/*
[DEBUG] 16:41:18.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroFilter'<class org.apache.shiro.web.servlet.ShiroFilter>
[DEBUG] 16:41:18.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=shiroFilter
[DEBUG] 16:41:18.985 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(shiroFilter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.985 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'shiroFilter'<class org.apache.shiro.web.servlet.ShiroFilter>
[DEBUG] 16:41:18.985 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'shiroFilter' to [app] 
[DEBUG] 16:41:18.986 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.apache.shiro.web.servlet.ShiroFilter without AOP
[DEBUG] 16:41:18.986 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroFilterStarter'<>
[DEBUG] 16:41:18.987 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'shiroFilter'<class org.apache.shiro.web.servlet.ShiroFilter>
[DEBUG] 16:41:18.987 org.nutz.boot.starter.servlet3.NbServletContextListener.lambda$contextInitialized$2(NbServletContextListener.java:128) - add filter name=shiro pathSpec=/*
[DEBUG] 16:41:18.987 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutFilter'<class org.nutz.mvc.NutFilter>
[DEBUG] 16:41:18.987 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=nutFilter
[DEBUG] 16:41:18.987 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(nutFilter) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:18.987 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'nutFilter'<class org.nutz.mvc.NutFilter>
[DEBUG] 16:41:18.987 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'nutFilter' to [app] 
[DEBUG] 16:41:18.988 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.mvc.NutFilter without AOP
[DEBUG] 16:41:18.989 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutFilterStarter'<>
[DEBUG] 16:41:18.990 org.nutz.resource.Scans.scan(Scans.java:280) - Found 1 resource by src( org/nutz/conf/NutzDefaultConfig.js ) , regex( \.(js|json)$ )
[DEBUG] 16:41:18.992 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'nutFilter'<class org.nutz.mvc.NutFilter>
[DEBUG] 16:41:18.992 org.nutz.boot.starter.servlet3.NbServletContextListener.lambda$contextInitialized$2(NbServletContextListener.java:128) - add filter name=nutz pathSpec=/*
[DEBUG] 16:41:18.993 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'swaggerServletStarter'<interface org.nutz.boot.starter.WebServletFace>
[DEBUG] 16:41:18.993 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'druidWebStatServletStarter'<interface org.nutz.boot.starter.WebServletFace>
[INFO ] 16:41:19.002 org.nutz.mvc.NutFilter._init(NutFilter.java:85) - NutFilter[nutz] starting ...
[DEBUG] 16:41:19.005 org.nutz.resource.Scans.printLocations(Scans.java:527) - Locations count=147 time use 1ms
[DEBUG] 16:41:19.006 org.nutz.mvc.config.AbstractNutConfig.createLoading(AbstractNutConfig.java:67) - Loading by class org.nutz.boot.starter.nutz.mvc.NbMvcLoading
[INFO ] 16:41:19.009 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:55) - Nutz Version : 1.r.68.v20190731 
[INFO ] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:56) - Nutz.Mvc[nutz] is initializing ...
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:60) - Web Container Information:
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:61) -  - Default Charset : UTF-8
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:62) -  - Current . path  : /Users/apple/IdeaProjects/nutzsite-dubbo/.
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:63) -  - Java Version    : 1.8.0_201
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:64) -  - File separator  : /
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:65) -  - Timezone        : Asia/Shanghai
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:66) -  - OS              : Mac OS X x86_64
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:67) -  - ServerInfo      : jetty/9.4.14.v20181114
[DEBUG] 16:41:19.010 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:68) -  - Servlet API     : 3.1
[DEBUG] 16:41:19.011 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:73) -  - ContextPath     : 
[DEBUG] 16:41:19.011 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:74) -  - context.tempdir : /Users/apple/IdeaProjects/nutzsite-dubbo/temp
[DEBUG] 16:41:19.011 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:75) -  - MainModule      : io.nutz.nutzsite.DubboRpcApiLauncher
[INFO ] 16:41:19.011 org.nutz.mvc.config.AbstractNutConfig.getAppRoot(AbstractNutConfig.java:82) - /WEB-INF/ not Found?!
[DEBUG] 16:41:19.011 org.nutz.mvc.impl.NutLoading.createContext(NutLoading.java:239) - >> app.root = ./webapp
[INFO ] 16:41:19.014 org.nutz.mvc.impl.NutLoading.evalUrlMapping(NutLoading.java:159) - Build URL mapping by org.nutz.mvc.impl.UrlMappingImpl ...
[DEBUG] 16:41:19.015 org.nutz.mvc.impl.NutLoading.createViewMakers(NutLoading.java:356) - add ViewMaker from Ioc by name=$views_thymeleaf
[DEBUG] 16:41:19.015 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '$views_thymeleaf'<interface org.nutz.mvc.ViewMaker>
[DEBUG] 16:41:19.015 org.nutz.mvc.impl.NutLoading.createViewMakers(NutLoading.java:369) - @Views(ThymeleafViewMakerStarter.class,DefaultViewMaker.class)
[DEBUG] 16:41:19.018 org.nutz.mvc.impl.NutLoading.createChainMaker(NutLoading.java:267) - @ChainBy(org.nutz.mvc.impl.NutActionChainMaker)
[DEBUG] 16:41:19.022 org.nutz.mvc.impl.Loadings.scanModules(Loadings.java:155) - module class location 'file:/Users/apple/IdeaProjects/nutzsite-dubbo/api/target/classes/'
[DEBUG] 16:41:19.022 org.nutz.mvc.impl.Loadings.scanModuleInPackage(Loadings.java:185) -  > scan 'io.nutz.nutzsite'
[DEBUG] 16:41:19.028 org.nutz.resource.Scans.scan(Scans.java:280) - Found 88 resource by src( io/nutz/nutzsite/ ) , regex( ^.+[.]class$ )
[DEBUG] 16:41:19.029 org.nutz.mvc.impl.Loadings.checkModule(Loadings.java:204) -    >> add 'io.nutz.nutzsite.module.open.file.UploadController'
[DEBUG] 16:41:19.030 org.nutz.mvc.impl.Loadings.checkModule(Loadings.java:204) -    >> add 'io.nutz.nutzsite.module.open.api.SwaggerDemoModule'
[DEBUG] 16:41:19.091 org.nutz.mvc.impl.NutLoading.evalUrlMapping(NutLoading.java:196) - Use org.nutz.mvc.impl.NutEntryDeterminer as EntryMethodDeterminer
[INFO ] 16:41:19.140 org.nutz.mvc.impl.NutActionChainMaker.getProcessorByName(NutActionChainMaker.java:72) - Optional processor class not found, disabled : org.nutz.plugins.validation.ValidationProcessor
[DEBUG] 16:41:19.159 org.nutz.mvc.impl.UrlMappingImpl.print(UrlMappingImpl.java:146) -    '/open/file/get/?'          >> (UploadController.java:35).get        : void       | @Ok(raw  ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[INFO ] 16:41:19.174 org.nutz.filepool.NutFilePool.<init>(NutFilePool.java:28) - Init file-pool by: /var/folders/pk/j26kgdcn53q7f0jdj8c_hlh40000gn/T [2000]
[DEBUG] 16:41:19.174 org.nutz.filepool.NutFilePool.<init>(NutFilePool.java:42) - file-pool.home: '/var/folders/pk/j26kgdcn53q7f0jdj8c_hlh40000gn/T'
[INFO ] 16:41:19.175 org.nutz.filepool.NutFilePool.<init>(NutFilePool.java:50) - file-pool.cursor: 0
[DEBUG] 16:41:19.181 org.nutz.mvc.impl.UrlMappingImpl.print(UrlMappingImpl.java:146) -    '/open/file/upload'         >> (UploadController.java:69).upload     : Object     | @Ok(json ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 16:41:19.182 org.nutz.mvc.impl.UrlMappingImpl.print(UrlMappingImpl.java:146) -    '/demo/echo'                >> (SwaggerDemoModule.java:33).echo      : String     | @Ok(raw  ) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[DEBUG] 16:41:19.183 org.nutz.mvc.impl.UrlMappingImpl.print(UrlMappingImpl.java:146) -    '/demo/ping'                >> (SwaggerDemoModule.java:24).ping      : Object     | @Ok(json:full) @Fail(null ) | by 0 Filters | (I:UTF-8/O:UTF-8)
[INFO ] 16:41:19.183 org.nutz.mvc.impl.NutLoading.evalUrlMapping(NutLoading.java:221) - Found 4 module methods
[DEBUG] 16:41:19.183 org.nutz.mvc.impl.NutLoading.evalLocalization(NutLoading.java:307) - Localization: org.nutz.mvc.impl.NutMessageLoader('locales/')  dft<>
[DEBUG] 16:41:19.188 org.nutz.resource.Scans.scan(Scans.java:280) - Found 0 resource by src( locales/ ) , regex( ^.+[.]properties$ )
[DEBUG] 16:41:19.188 org.nutz.mvc.impl.NutMessageLoader.load(NutMessageLoader.java:27) - Load Messages in 0 resource : [[]]
[DEBUG] 16:41:19.188 org.nutz.mvc.impl.NutMessageLoader.load(NutMessageLoader.java:95) - Message Loaded, size = 0
[INFO ] 16:41:19.189 org.nutz.mvc.impl.NutLoading.load(NutLoading.java:141) - Nutz.Mvc[nutz] is up in 178ms
[INFO ] 16:41:19.190 org.nutz.mvc.NutFilter._init(NutFilter.java:117) - exclusionsPrefix  = ^(/druid/)
[INFO ] 16:41:19.190 org.nutz.mvc.NutFilter._init(NutFilter.java:125) - exclusionsPath   = [/swagger/swagger.json]
[DEBUG] 16:41:19.192 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'swagger'<class io.swagger.models.Swagger>
[DEBUG] 16:41:19.192 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=swagger
[DEBUG] 16:41:19.193 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(swagger) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:19.194 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'swagger'<class io.swagger.models.Swagger>
[DEBUG] 16:41:19.194 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'swagger' to [app] 
[DEBUG] 16:41:19.200 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.swagger.models.Swagger without AOP
[DEBUG] 16:41:19.200 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'swaggerServletStarter'<>
[DEBUG] 16:41:19.234 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'swaggerInfo'<class io.swagger.models.Info>
[DEBUG] 16:41:19.234 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=swaggerInfo
[DEBUG] 16:41:19.234 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(swaggerInfo) in AnnotationIocLoader(packages=[org.nutz.boot.starter])
[DEBUG] 16:41:19.234 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'swaggerInfo'<class io.swagger.models.Info>
[DEBUG] 16:41:19.235 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'swaggerInfo' to [app] 
[DEBUG] 16:41:19.236 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class io.swagger.models.Info without AOP
[DEBUG] 16:41:19.236 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'swaggerServletStarter'<>
[DEBUG] 16:41:19.251 org.nutz.resource.Scans.scan(Scans.java:280) - Found 88 resource by src( io/nutz/nutzsite/ ) , regex( ^.+[.]class$ )
[DEBUG] 16:41:19.277 io.swagger.servlet.extensions.ReaderExtensions.<clinit>(ReaderExtensions.java:30) - adding extension io.swagger.servlet.extensions.ServletReaderExtension@5348d83c
[DEBUG] 16:41:19.514 io.swagger.converter.ModelConverterContextImpl.resolveProperty(ModelConverterContextImpl.java:75) - resolveProperty class java.lang.String
[DEBUG] 16:41:19.515 io.swagger.jackson.ModelResolver.resolveProperty(ModelResolver.java:124) - resolveProperty [simple type, class java.lang.String]
[DEBUG] 16:41:19.535 io.swagger.converter.ModelConverterContextImpl.resolveProperty(ModelConverterContextImpl.java:75) - resolveProperty class java.lang.Object
[DEBUG] 16:41:19.535 io.swagger.jackson.ModelResolver.resolveProperty(ModelResolver.java:124) - resolveProperty [simple type, class java.lang.Object]
[INFO ] 16:41:19.585 org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:855) - Started o.e.j.w.WebAppContext@6c0b51da{/,[jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-swagger/2.3-SNAPSHOT/nutzboot-starter-swagger-2.3-20190108.025320-83.jar!/static/],AVAILABLE}
[ERROR] 16:41:19.586 org.nutz.boot.NbApp.execute(NbApp.java:220) - something happen!!
java.io.IOException: Failed to bind to /0.0.0.0:8090
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:346)
	at org.eclipse.jetty.server.ServerConnector.open(ServerConnector.java:308)
	at org.eclipse.jetty.server.AbstractNetworkConnector.doStart(AbstractNetworkConnector.java:80)
	at org.eclipse.jetty.server.ServerConnector.doStart(ServerConnector.java:236)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.eclipse.jetty.server.Server.doStart(Server.java:394)
	at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:68)
	at org.nutz.boot.starter.jetty.JettyStarter.start(JettyStarter.java:138)
	at org.nutz.boot.AppContext.startServers(AppContext.java:306)
	at org.nutz.boot.NbApp.execute(NbApp.java:206)
	at org.nutz.boot.NbApp.run(NbApp.java:178)
	at io.nutz.nutzsite.DubboRpcApiLauncher.main(DubboRpcApiLauncher.java:10)
Caused by: java.net.BindException: Address already in use
	at sun.nio.ch.Net.bind0(Native Method)
	at sun.nio.ch.Net.bind(Net.java:433)
	at sun.nio.ch.Net.bind(Net.java:425)
	at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelImpl.java:223)
	at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
	at org.eclipse.jetty.server.ServerConnector.openAcceptChannel(ServerConnector.java:342)
	... 11 more
[INFO ] 16:41:19.597 org.eclipse.jetty.server.AbstractConnector.doStop(AbstractConnector.java:341) - Stopped ServerConnector@2fd9fb34{HTTP/1.1,[http/1.1]}{0.0.0.0:8090}
[INFO ] 16:41:19.597 org.eclipse.jetty.server.session.HouseKeeper.stopScavenging(HouseKeeper.java:167) - node0 Stopped scavenging
[INFO ] 16:41:19.598 org.nutz.boot.starter.nutz.mvc.NbMvcLoading.depose(NbMvcLoading.java:54) - Nutz.Mvc[nutz] is deposing ...
[INFO ] 16:41:19.599 org.nutz.boot.starter.nutz.mvc.NbMvcLoading.depose(NbMvcLoading.java:70) - Nutz.Mvc[nutz] is down in 1ms
[INFO ] 16:41:19.600 org.eclipse.jetty.server.handler.ContextHandler$Context.log(ContextHandler.java:2345) - Cleaning up Shiro Environment
[INFO ] 16:41:19.600 org.eclipse.jetty.server.handler.ContextHandler.doStop(ContextHandler.java:1045) - Stopped o.e.j.w.WebAppContext@6c0b51da{/,[jar:file:/Users/apple/.m2/repository/org/nutz/nutzboot-starter-swagger/2.3-SNAPSHOT/nutzboot-starter-swagger-2.3-20190108.025320-83.jar!/static/],UNAVAILABLE}
[INFO ] 16:41:19.620 org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:287) - org.nutz.ioc.impl.NutIoc@1374115999 is closing. startup date [19-10-21 16:40:05.611]
[DEBUG] 16:41:19.620 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'swaggerInfo' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'swagger' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'nutFilter' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroFilter' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'whaleFilter' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroRememberMeManager' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroCacheManager' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroWebSessionManager' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroWebSecurityManager' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'shiroEnvironmentLoaderListener' ...
[DEBUG] 16:41:19.621 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '4vlftmrooihjhrn3eihi2b7rd0' ...
[INFO ] 16:41:19.621 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.631 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 41,2  replyHeader:: 41,404,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.TaskService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.TaskService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.TaskService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CaddQuartz%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647273447,-1  response:: null
[INFO ] 16:41:19.632 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647273447, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.634 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.635 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '4pm1pmmd0khsvododplba2lumf' ...
[INFO ] 16:41:19.635 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.638 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 42,2  replyHeader:: 42,405,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.AreaService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.AreaService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.AreaService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647268405,-1  response:: null
[INFO ] 16:41:19.638 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647268405, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.639 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '5i78a8m860jbtps128v5magm8p' ...
[INFO ] 16:41:19.639 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.643 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 43,2  replyHeader:: 43,406,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DeptService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.DeptService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DeptService%2526methods%253DcheckDeptNameUnique%252Cupdate%252Cinsert%252Cdelete%252CinsertDept%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CgetTrees%252CvDelete%252CfetchLinks%252CfastInsert%252CselectTree%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647263357,-1  response:: null
[INFO ] 16:41:19.643 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647263357, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.643 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '4gvharnvi2h6ao3kp5rptm7k4g' ...
[INFO ] 16:41:19.643 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.646 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 44,2  replyHeader:: 44,407,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.PostService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.PostService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.PostService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647258320,-1  response:: null
[INFO ] 16:41:19.646 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647258320, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.647 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '0fc412t3ogitto9dlebpkqje5i' ...
[INFO ] 16:41:19.647 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.649 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 45,2  replyHeader:: 45,408,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ConfigService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.ConfigService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ConfigService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647253274,-1  response:: null
[INFO ] 16:41:19.650 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647253274, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.650 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'u31qbeqom6hlvqbgd3bsij1q6r' ...
[INFO ] 16:41:19.650 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.652 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 46,2  replyHeader:: 46,409,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.MenuService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.MenuService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.MenuService%2526methods%253Ddao%252CtransMenuName%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252CroleMenuTreeData%252CmenuTreeData%252Csave%252Cupdate%252Cinsert%252CgetMenuList%252Cdelete%252CupdateIgnoreNull%252CgetTrees%252CcheckMenuUnique%252Cfetch%252CgetPermsByUserId%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647248240,-1  response:: null
[INFO ] 16:41:19.653 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&side=provider&timestamp=1571647248240, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.653 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '3n0hu6vc14gjupqngbg0cvjm8o' ...
[INFO ] 16:41:19.653 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.656 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 47,2  replyHeader:: 47,410,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.ImageService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.ImageService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.ImageService%2526methods%253Dsave%252Cupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cget%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647243188,-1  response:: null
[INFO ] 16:41:19.656 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647243188, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.657 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '5obnajdqe0hnlql1n67oh665qb' ...
[INFO ] 16:41:19.657 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.660 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 48,2  replyHeader:: 48,411,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.UserService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.UserService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.UserService%2526methods%253DrecordLoginInfo%252Cdao%252CupdataRelation%252CcheckLoginNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cupdate%252Cinsert%252CgetUserRoleGroup%252Cdelete%252CupdateIgnoreNull%252CresetUserPwd%252Cfetch%252CgetPermsByUserId%252CtableList%252CgetRoleCodeList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647238137,-1  response:: null
[INFO ] 16:41:19.660 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&side=provider&timestamp=1571647238137, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.660 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '0e3aaudih4hpsrjfmi9ughs5jp' ...
[INFO ] 16:41:19.660 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.665 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 49,2  replyHeader:: 49,412,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.RoleService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.RoleService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.RoleService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252CcheckRoleNameUnique%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647233069,-1  response:: null
[INFO ] 16:41:19.665 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647233069, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.666 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboPrototeConfig' ...
[DEBUG] 16:41:19.666 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboRegistryConfig' ...
[DEBUG] 16:41:19.666 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboApplicationConfig' ...
[DEBUG] 16:41:19.666 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object '7o5e3qt6ugjp3rlfd2co2jub8i' ...
[INFO ] 16:41:19.666 com.alibaba.dubbo.registry.support.AbstractRegistry.unregister(AbstractRegistry.java:284) -  [DUBBO] Unregister: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.669 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 50,2  replyHeader:: 50,413,0  request:: '/dubbo/io.nutz.nutzsite.module.sys.services.DictService/providers/dubbo%253A%252F%252F192.168.1.2%253A8090%252Fio.nutz.nutzsite.module.sys.services.DictService%253Fanyhost%253Dtrue%2526application%253Ddubbo-rpc-client%2526dubbo%253D2.0.2%2526generic%253Dfalse%2526interface%253Dio.nutz.nutzsite.module.sys.services.DictService%2526methods%253Dupdate%252Cinsert%252Cdelete%252Cdao%252CupdateIgnoreNull%252Cquery%252Ccount%252CvDelete%252CfetchLinks%252CfastInsert%252Cfetch%252CtableList%252ClistPage%2526pid%253D5571%2526side%253Dprovider%2526timestamp%253D1571647217440,-1  response:: null
[INFO ] 16:41:19.670 com.alibaba.dubbo.registry.support.AbstractRegistry.unsubscribe(AbstractRegistry.java:317) -  [DUBBO] Unsubscribe: provider://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&category=configurators&check=false&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&side=provider&timestamp=1571647217440, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'imageServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'userServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'postServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'deptServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'configServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dictServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'roleServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'txREAD_COMMITTED' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'menuServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'quartzManager' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'taskServiceImpl' ...
[DEBUG] 16:41:19.670 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'sqlManager' ...
[DEBUG] 16:41:19.671 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dao' ...
[DEBUG] 16:41:19.671 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'areaServiceImpl' ...
[DEBUG] 16:41:19.671 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboAnnotationBean' ...
[DEBUG] 16:41:19.671 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubbo_iobjs' ...
[DEBUG] 16:41:19.671 org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:109) - Depose object 'dubboManager' ...
[INFO ] 16:41:19.671 com.alibaba.dubbo.registry.support.AbstractRegistryFactory.destroyAll(AbstractRegistryFactory.java:64) -  [DUBBO] Close all registries [zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=5571&qos.enable=false&timestamp=1571647212423], dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.671 com.alibaba.dubbo.registry.support.AbstractRegistry.destroy(AbstractRegistry.java:451) -  [DUBBO] Destroy registry:zookeeper://127.0.0.1:2181/com.alibaba.dubbo.registry.RegistryService?application=dubbo-rpc-client&dubbo=2.0.2&interface=com.alibaba.dubbo.registry.RegistryService&pid=5571&qos.enable=false&timestamp=1571647212423, dubbo version: 2.6.5, current host: 192.168.1.2
[DEBUG] 16:41:19.671 org.apache.curator.framework.imps.CuratorFrameworkImpl.close(CuratorFrameworkImpl.java:344) - Closing
[INFO ] 16:41:19.672 org.apache.curator.framework.imps.CuratorFrameworkImpl.backgroundOperationsLoop(CuratorFrameworkImpl.java:937) - backgroundOperationsLoop exiting
[DEBUG] 16:41:19.672 org.apache.curator.CuratorZookeeperClient.close(CuratorZookeeperClient.java:222) - Closing
[DEBUG] 16:41:19.673 org.apache.curator.ConnectionState.close(ConnectionState.java:117) - Closing
[DEBUG] 16:41:19.680 org.apache.zookeeper.ZooKeeper.close(ZooKeeper.java:673) - Closing session: 0x1000006e50c0006
[DEBUG] 16:41:19.680 org.apache.zookeeper.ClientCnxn.close(ClientCnxn.java:1370) - Closing client for session: 0x1000006e50c0006
[DEBUG] 16:41:19.682 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x1000006e50c0006, packet:: clientPath:null serverPath:null finished:false header:: 51,-11  replyHeader:: 51,414,0  request:: null response:: null
[DEBUG] 16:41:19.683 org.apache.zookeeper.ClientCnxn.disconnect(ClientCnxn.java:1354) - Disconnecting client for session: 0x1000006e50c0006
[DEBUG] 16:41:19.683 org.apache.zookeeper.ClientCnxn$SendThread.run(ClientCnxn.java:1146) - An exception was thrown while closing send thread for session 0x1000006e50c0006 : Unable to read additional data from server sessionid 0x1000006e50c0006, likely server has closed socket
[INFO ] 16:41:19.683 org.apache.zookeeper.ClientCnxn$EventThread.run(ClientCnxn.java:519) - EventThread shut down for session: 0x1000006e50c0006
[INFO ] 16:41:19.683 org.apache.zookeeper.ZooKeeper.close(ZooKeeper.java:684) - Session: 0x1000006e50c0006 closed
[INFO ] 16:41:19.684 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol.destroy(DubboProtocol.java:432) -  [DUBBO] Close dubbo server: /192.168.1.2:8090, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.685 com.alibaba.dubbo.remoting.transport.AbstractServer.close(AbstractServer.java:145) -  [DUBBO] Close NettyServer bind /0.0.0.0:8090, export /192.168.1.2:8090, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.687 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ConfigService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ConfigService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647253274, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.RoleService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.RoleService&methods=update,insert,delete,dao,updateIgnoreNull,checkRoleNameUnique,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647233069, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DeptService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DeptService&methods=checkDeptNameUnique,update,insert,delete,insertDept,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647263357, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.TaskService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.TaskService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,addQuartz,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647273447, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.DictService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.DictService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647217440, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.ImageService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.ImageService&methods=save,update,insert,delete,dao,updateIgnoreNull,get,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647243188, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647258320, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.UserService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.UserService&methods=recordLoginInfo,dao,updataRelation,checkLoginNameUnique,query,count,vDelete,fetchLinks,fastInsert,update,insert,getUserRoleGroup,delete,updateIgnoreNull,resetUserPwd,fetch,getPermsByUserId,tableList,getRoleCodeList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647238137, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.MenuService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.MenuService&methods=dao,transMenuName,query,count,vDelete,fetchLinks,fastInsert,roleMenuTreeData,menuTreeData,save,update,insert,getMenuList,delete,updateIgnoreNull,getTrees,checkMenuUnique,fetch,getPermsByUserId,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647248240, dubbo version: 2.6.5, current host: 192.168.1.2
[INFO ] 16:41:19.688 com.alibaba.dubbo.rpc.protocol.AbstractProtocol.destroy(AbstractProtocol.java:76) -  [DUBBO] Unexport service: dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.AreaService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&dubbo=2.0.2&generic=false&interface=io.nutz.nutzsite.module.sys.services.AreaService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,getTrees,vDelete,fetchLinks,fastInsert,selectTree,fetch,tableList,listPage&pid=5571&qos.enable=false&side=provider&timestamp=1571647268405, dubbo version: 2.6.5, current host: 192.168.1.2
[ERROR] 16:41:19.689 org.nutz.boot.NbApp.run(NbApp.java:188) - something happen
java.lang.NoSuchMethodError: com.alibaba.dubbo.config.RegistryConfig.destroyAll()V
	at org.nutz.integration.dubbo.DubboManager.depose(DubboManager.java:45)
	at org.nutz.integration.dubbo.DubboManager$FM$depose$cff301be46c87e2fbea60f4ef344bacb.invoke(DubboManager.java)
	at org.nutz.ioc.impl.ObjectMakerImpl$2.trigger(ObjectMakerImpl.java:181)
	at org.nutz.ioc.ObjectProxy.depose(ObjectProxy.java:83)
	at org.nutz.ioc.impl.ScopeContext.clear(ScopeContext.java:110)
	at org.nutz.ioc.impl.ScopeContext.depose(ScopeContext.java:122)
	at org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:297)
	at org.nutz.boot.AppContext.depose(AppContext.java:295)
	at org.nutz.boot.NbApp._shutdown(NbApp.java:228)
	at org.nutz.boot.NbApp.run(NbApp.java:185)
	at io.nutz.nutzsite.DubboRpcApiLauncher.main(DubboRpcApiLauncher.java:10)
[INFO ] 16:41:29.640 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:506) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.5, current host: 192.168.1.2

版本号 换成 问题解决了 dubbo version: 2.6.5 有问题 dubbo version: 2.6.6 没问题

    <properties>
        <nutzboot.version>2.3.8-SNAPSHOT</nutzboot.version>
        <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
        <zkclient.version>0.11</zkclient.version>
    </properties>

不行 启动 还是端口占用

能请求后台能收到消息 但是

[INFO ] 09:47:39.240 org.nutz.ioc.impl.NutIoc.depose(NutIoc.java:301) - org.nutz.ioc.impl.NutIoc@715504968 is deposed. startup date [19-10-22 09:46:20.212]
[WARN ] 09:47:42.647 com.alibaba.dubbo.remoting.transport.AbstractServer.disconnected(AbstractServer.java:205) -  [DUBBO] All clients has discontected from 0.0.0.0/0.0.0.0:8090. You can graceful shutdown now., dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:42.648 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55398,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:44.805 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55428,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:45.206 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55429,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:45.424 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55430,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:45.612 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55431,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:45.803 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55432,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:45.994 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55435,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:46.175 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55436,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:46.331 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55437,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:46.521 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55438,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:46.713 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55439,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:46.895 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55442,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:47.065 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55443,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:49.058 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:515) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.6, current host: 192.168.1.2
[DEBUG] 09:47:52.427 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x1000003b0440006 after 2ms
[WARN ] 09:47:57.647 com.alibaba.dubbo.remoting.transport.AbstractServer.disconnected(AbstractServer.java:205) -  [DUBBO] All clients has discontected from 0.0.0.0/0.0.0.0:8090. You can graceful shutdown now., dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:57.647 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55444,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:47:59.062 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:515) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.6, current host: 192.168.1.2
[DEBUG] 09:48:05.762 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x1000003b0440006 after 1ms
[INFO ] 09:48:07.073 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55486,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:07.654 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55487,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:07.878 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55488,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:08.056 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55491,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:08.236 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55492,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:08.426 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55494,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:08.630 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55495,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:08.820 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55496,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:09.001 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55499,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:09.067 com.alibaba.dubbo.registry.integration.RegistryProtocol$DestroyableExporter$1.run(RegistryProtocol.java:515) -  [DUBBO] Waiting 10000ms for registry to notify all consumers before unexport. Usually, this is called when you use dubbo API, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:09.179 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55500,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:09.385 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55501,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:09.574 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55502,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:09.779 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55503,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:09.978 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55506,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:10.161 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55507,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:10.342 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55508,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:10.522 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55509,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2
[INFO ] 09:48:10.711 com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.disconnected(DubboProtocol.java:128) -  [DUBBO] disconnected from /0:0:0:0:0:0:0:1:55510,url:dubbo://192.168.1.2:8090/io.nutz.nutzsite.module.sys.services.PostService?anyhost=true&application=dubbo-rpc-client&bind.ip=192.168.1.2&bind.port=8090&channel.readonly.sent=true&codec=dubbo&dubbo=2.0.2&generic=false&heartbeat=60000&interface=io.nutz.nutzsite.module.sys.services.PostService&methods=update,insert,delete,dao,updateIgnoreNull,query,count,vDelete,fetchLinks,fastInsert,fetch,tableList,listPage&pid=1388&qos.enable=false&side=provider&timestamp=1571708791879, dubbo version: 2.6.6, current host: 192.168.1.2

该网页无法正常运作localhost 发送的响应无效。
ERR_INVALID_HTTP_RESPONSE

既然端口被占用, 我觉得要先找出是哪个进程占用的

dubbo 入门到放弃

端口 是自身运行的dubbo程序 占用的;
就好比 我 使用端口 我又调用自己 然后 发现端口占用

不是吧,报的是jetty端口吧?

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