NutzCN Logo
问答 model类字段使用EL错误
发布于 2072天前 作者 伴读小书童 1570 次浏览 复制 上一个帖子 下一个帖子
标签:

----异常----
org.nutz.dao.DaoException: org.nutz.el.ElException: no such key=no
at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithTransaction(NutDaoRunner.java:104)
at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:77)
at org.nutz.dao.impl.sql.run.NutDaoRunner$1.run(NutDaoRunner.java:63)
at org.nutz.trans.Trans.exec(Trans.java:174)

-------model------
@Column
@Comment("模板code")
@ColDefine(type = ColType.VARCHAR, width = 32)
@Prev(els = {@EL("no(view.tableName,'code','SMS_')")})
private String code;

-----初始化注册no
@IocBean(create = "init", depose = "depose")
@Modules(packages = "cn.wizzer")
public class DubboRpcSmsMainLauncher {
private static final Log log = Logs.get();
@Inject("refer:$ioc")
private Ioc ioc;
@Inject
private Dao dao;

public static void main(String[] args) throws Exception {
    NbApp nb = new NbApp().setArgs(args).setPrintProcDoc(true);
    nb.getAppContext().setMainPackage("cn.wizzer");
    nb.run();
}

public void init() {
    //注册主键生成器
    CustomMake.me().register("no", ioc.get(NoGeneratorImpl.class));
10 回复

注册的时节不对吧, 完整日志贴一下

用 插入代码 按钮!!

[DEBUG] 2018-08-21 09:27:57,588 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 2018-08-21 09:27:57,588 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 2018-08-21 09:27:57,588 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 2018-08-21 09:27:57,588 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 2018-08-21 09:27:57,600 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsApiRecordService to local registry, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,600 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsApiRecordService to url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,600 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sms.modules.services.SmsApiRecordService url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589 to registry registry://127.0.0.1:2182/com.alibaba.dubbo.registry.RegistryService?application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&pid=28310&registry=zookeeper&timestamp=1534814877589, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,601 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,601 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 171,3  replyHeader:: 171,17758,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsApiRecordService/providers,F  response:: s{10872,10872,1534214320258,1534214320258,0,86,0,0,9,0,17627} 
[DEBUG] 2018-08-21 09:27:57,603 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 172,1  replyHeader:: 172,17759,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsApiRecordService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsApiRecordService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsApiRecordService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CmonthDao%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CmonthData%252CfastInsert%252CasyncInsert%252CfetchInMonth%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877589,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsApiRecordService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsApiRecordService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsApiRecordService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CmonthDao%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CmonthData%252CfastInsert%252CasyncInsert%252CfetchInMonth%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877589 
[INFO ] 2018-08-21 09:27:57,604 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,604 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 173,3  replyHeader:: 173,17759,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsApiRecordService,F  response:: s{10871,10871,1534214320250,1534214320250,0,4,0,0,9,4,11607} 
[DEBUG] 2018-08-21 09:27:57,605 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 174,1  replyHeader:: 174,17760,-110  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsApiRecordService/configurators,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 2018-08-21 09:27:57,605 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 175,12  replyHeader:: 175,17760,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsApiRecordService/configurators,T  response:: v{},s{10874,10874,1534214320261,1534214320261,0,0,0,0,9,0,10874} 
[INFO ] 2018-08-21 09:27:57,606 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589, urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,607 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,607 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589, override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsApiRecordService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsApiRecordService&methods=updateWithVersion,data,insertRelation,insertWith,monthDao,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,monthData,fastInsert,asyncInsert,fetchInMonth,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877589], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,608 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'utdedqksekhttob6o7rkfe9h40'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,608 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=utdedqksekhttob6o7rkfe9h40
[DEBUG] 2018-08-21 09:27:57,608 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(utdedqksekhttob6o7rkfe9h40) in DubboConfigIocLoader@365181913
[DEBUG] 2018-08-21 09:27:57,608 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'utdedqksekhttob6o7rkfe9h40'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,608 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'utdedqksekhttob6o7rkfe9h40' to [app] 
[DEBUG] 2018-08-21 09:27:57,608 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 2018-08-21 09:27:57,609 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 2018-08-21 09:27:57,609 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 2018-08-21 09:27:57,609 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 2018-08-21 09:27:57,609 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 2018-08-21 09:27:57,635 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsCfgWordsService to local registry, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,635 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsCfgWordsService to url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,635 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sms.modules.services.SmsCfgWordsService url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610 to registry registry://127.0.0.1:2182/com.alibaba.dubbo.registry.RegistryService?application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&pid=28310&registry=zookeeper&timestamp=1534814877610, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,635 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,636 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 176,3  replyHeader:: 176,17760,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsCfgWordsService/providers,F  response:: s{146,146,1532568075024,1532568075024,0,176,0,0,9,0,17624} 
[DEBUG] 2018-08-21 09:27:57,639 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 177,1  replyHeader:: 177,17761,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsCfgWordsService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsCfgWordsService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsCfgWordsService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CcheckResult%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877610,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsCfgWordsService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsCfgWordsService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsCfgWordsService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CcheckResult%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877610 
[INFO ] 2018-08-21 09:27:57,639 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,640 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 178,3  replyHeader:: 178,17761,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsCfgWordsService,F  response:: s{145,145,1532568075022,1532568075022,0,4,0,0,9,4,274} 
[DEBUG] 2018-08-21 09:27:57,641 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 179,1  replyHeader:: 179,17762,-110  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsCfgWordsService/configurators,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 2018-08-21 09:27:57,641 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 180,12  replyHeader:: 180,17762,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsCfgWordsService/configurators,T  response:: v{},s{148,148,1532568075032,1532568075032,0,0,0,0,9,0,148} 
[INFO ] 2018-08-21 09:27:57,641 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610, urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,643 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,643 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610, override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsCfgWordsService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsCfgWordsService&methods=updateWithVersion,data,insertRelation,insertWith,checkResult,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877610], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,643 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '6ndj9d15e6ggcq5q4k61t1u9a2'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,643 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=6ndj9d15e6ggcq5q4k61t1u9a2
[DEBUG] 2018-08-21 09:27:57,643 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(6ndj9d15e6ggcq5q4k61t1u9a2) in DubboConfigIocLoader@365181913
[DEBUG] 2018-08-21 09:27:57,643 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'6ndj9d15e6ggcq5q4k61t1u9a2'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,643 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '6ndj9d15e6ggcq5q4k61t1u9a2' to [app] 
[DEBUG] 2018-08-21 09:27:57,644 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 2018-08-21 09:27:57,644 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 2018-08-21 09:27:57,644 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 2018-08-21 09:27:57,644 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 2018-08-21 09:27:57,644 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 2018-08-21 09:27:57,670 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsSignatureService to local registry, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,670 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsSignatureService to url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,670 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sms.modules.services.SmsSignatureService url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645 to registry registry://127.0.0.1:2182/com.alibaba.dubbo.registry.RegistryService?application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&pid=28310&registry=zookeeper&timestamp=1534814877645, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,671 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,671 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 181,3  replyHeader:: 181,17762,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSignatureService/providers,F  response:: s{170,170,1532568075333,1532568075333,0,176,0,0,9,0,17608} 
[DEBUG] 2018-08-21 09:27:57,673 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 182,1  replyHeader:: 182,17763,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSignatureService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsSignatureService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsSignatureService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252CupdateRedisSign%252Cdelete%252CupdateIgnoreNull%252Cclear%252CdeleteRedisSign%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877645,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSignatureService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsSignatureService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsSignatureService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CfastInsert%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252CupdateRedisSign%252Cdelete%252CupdateIgnoreNull%252Cclear%252CdeleteRedisSign%252CgetEntity%252CupdateWith%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877645 
[INFO ] 2018-08-21 09:27:57,673 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,673 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 183,3  replyHeader:: 183,17763,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSignatureService,F  response:: s{169,169,1532568075332,1532568075332,0,4,0,0,9,4,680} 
[DEBUG] 2018-08-21 09:27:57,674 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 184,1  replyHeader:: 184,17764,-110  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSignatureService/configurators,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 2018-08-21 09:27:57,675 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 185,12  replyHeader:: 185,17764,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSignatureService/configurators,T  response:: v{},s{172,172,1532568075338,1532568075338,0,0,0,0,9,0,172} 
[INFO ] 2018-08-21 09:27:57,675 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645, urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,676 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,676 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645, override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSignatureService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSignatureService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,insertLinks,update,insert,getParentPath,updateRedisSign,delete,updateIgnoreNull,clear,deleteRedisSign,getEntity,updateWith,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877645], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,677 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '47ul64rjpig66q835rd3u6o74i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,677 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=47ul64rjpig66q835rd3u6o74i
[DEBUG] 2018-08-21 09:27:57,677 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(47ul64rjpig66q835rd3u6o74i) in DubboConfigIocLoader@365181913
[DEBUG] 2018-08-21 09:27:57,677 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'47ul64rjpig66q835rd3u6o74i'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,677 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '47ul64rjpig66q835rd3u6o74i' to [app] 
[DEBUG] 2018-08-21 09:27:57,677 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 2018-08-21 09:27:57,677 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 2018-08-21 09:27:57,678 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 2018-08-21 09:27:57,678 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 2018-08-21 09:27:57,678 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 2018-08-21 09:27:57,691 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsSendService to local registry, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,691 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsSendService to url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,691 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sms.modules.services.SmsSendService url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679 to registry registry://127.0.0.1:2182/com.alibaba.dubbo.registry.RegistryService?application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&pid=28310&registry=zookeeper&timestamp=1534814877679, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,692 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,692 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 186,3  replyHeader:: 186,17764,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSendService/providers,F  response:: s{218,218,1532568075695,1532568075695,0,176,0,0,9,0,17614} 
[DEBUG] 2018-08-21 09:27:57,694 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 187,1  replyHeader:: 187,17765,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSendService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsSendService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsSendService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CmanageData%252CinsertOrUpdate%252CgetMobiles%252Cdao%252CsegQuery%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CcheckMobileLegality%252CvDelete%252Clist%252CfetchModelByIdAndTime%252CsynchronizedSendIndustrySms%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchModel%252CfetchLinks%252CupdateRelation%252CreviewMtLog%252CfastInsert%252CsmsData%252CupdateSmsSend%252CfetchModelByMsgIdAndTime%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CsmsTemplateParameterReplace%252CupdateIgnoreNull%252CfetchModelByMsgId%252CinsertSmsSend%252CreviewReport%252CsegUpdate%252Cclear%252CgetEntity%252CupdateWith%252CcheckSmsSignature%252CgetListRecord%252Cfetch%252CretranSend%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877679,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSendService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsSendService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsSendService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CmanageData%252CinsertOrUpdate%252CgetMobiles%252Cdao%252CsegQuery%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CcheckMobileLegality%252CvDelete%252Clist%252CfetchModelByIdAndTime%252CsynchronizedSendIndustrySms%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchModel%252CfetchLinks%252CupdateRelation%252CreviewMtLog%252CfastInsert%252CsmsData%252CupdateSmsSend%252CfetchModelByMsgIdAndTime%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CsmsTemplateParameterReplace%252CupdateIgnoreNull%252CfetchModelByMsgId%252CinsertSmsSend%252CreviewReport%252CsegUpdate%252Cclear%252CgetEntity%252CupdateWith%252CcheckSmsSignature%252CgetListRecord%252Cfetch%252CretranSend%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877679 
[INFO ] 2018-08-21 09:27:57,694 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,694 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 188,3  replyHeader:: 188,17765,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSendService,F  response:: s{217,217,1532568075693,1532568075693,0,4,0,0,9,4,718} 
[DEBUG] 2018-08-21 09:27:57,695 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 189,1  replyHeader:: 189,17766,-110  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSendService/configurators,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 2018-08-21 09:27:57,696 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 190,12  replyHeader:: 190,17766,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsSendService/configurators,T  response:: v{},s{220,220,1532568075700,1532568075700,0,0,0,0,9,0,220} 
[INFO ] 2018-08-21 09:27:57,696 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679, urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,697 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,697 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679, override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsSendService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsSendService&methods=updateWithVersion,data,insertRelation,insertWith,manageData,insertOrUpdate,getMobiles,dao,segQuery,getMaxId,getSubPath,query,count,getField,checkMobileLegality,vDelete,list,fetchModelByIdAndTime,synchronizedSendIndustrySms,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchModel,fetchLinks,updateRelation,reviewMtLog,fastInsert,smsData,updateSmsSend,fetchModelByMsgIdAndTime,insertLinks,update,insert,getParentPath,delete,smsTemplateParameterReplace,updateIgnoreNull,fetchModelByMsgId,insertSmsSend,reviewReport,segUpdate,clear,getEntity,updateWith,checkSmsSignature,getListRecord,fetch,retranSend,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877679], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,697 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get '0bhcub8ar0hjqpdp7pqn60i9hm'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,698 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=0bhcub8ar0hjqpdp7pqn60i9hm
[DEBUG] 2018-08-21 09:27:57,698 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(0bhcub8ar0hjqpdp7pqn60i9hm) in DubboConfigIocLoader@365181913
[DEBUG] 2018-08-21 09:27:57,698 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'0bhcub8ar0hjqpdp7pqn60i9hm'<class com.alibaba.dubbo.config.ServiceConfig>
[DEBUG] 2018-08-21 09:27:57,698 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object '0bhcub8ar0hjqpdp7pqn60i9hm' to [app] 
[DEBUG] 2018-08-21 09:27:57,698 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class org.nutz.integration.dubbo.ServiceBean without AOP
[DEBUG] 2018-08-21 09:27:57,698 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubbo_iobjs'<>
[DEBUG] 2018-08-21 09:27:57,698 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboApplicationConfig'<class com.alibaba.dubbo.config.ApplicationConfig>
[DEBUG] 2018-08-21 09:27:57,699 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRegistryConfig'<class com.alibaba.dubbo.config.RegistryConfig>
[DEBUG] 2018-08-21 09:27:57,699 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboPrototeConfig'<class com.alibaba.dubbo.config.ProtocolConfig>
[INFO ] 2018-08-21 09:27:57,710 com.alibaba.dubbo.config.ServiceConfig.exportLocal(ServiceConfig.java:532) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService to local registry, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,710 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:491) -  [DUBBO] Export dubbo service cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService to url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,710 com.alibaba.dubbo.config.ServiceConfig.doExportUrlsFor1Protocol(ServiceConfig.java:501) -  [DUBBO] Register dubbo service cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService url dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&bind.ip=192.168.1.186&bind.port=11291&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700 to registry registry://127.0.0.1:2182/com.alibaba.dubbo.registry.RegistryService?application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&pid=28310&registry=zookeeper&timestamp=1534814877700, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[INFO ] 2018-08-21 09:27:57,711 com.alibaba.dubbo.registry.support.AbstractRegistry.register(AbstractRegistry.java:273) -  [DUBBO] Register: dubbo://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,711 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 191,3  replyHeader:: 191,17766,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService/providers,F  response:: s{226,226,1532568075757,1532568075757,0,176,0,0,9,0,17629} 
[DEBUG] 2018-08-21 09:27:57,713 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 192,1  replyHeader:: 192,17767,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsDistributorsInfoService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsDistributorsInfoService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CfastInsert%252CaddDistributorsInfo%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetEntity%252CsaveDis%252CupdateWith%252CupdateStatus%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877700,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},1  response:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService/providers/dubbo%253A%252F%252F192.168.1.186%253A11291%252Fcn.wizzer.app.sms.modules.services.SmsDistributorsInfoService%253Fanyhost%253Dtrue%2526application%253Dsms-nb-service-sms%2526dubbo%253D1.0.1-SNAPSHOT%2526generic%253Dfalse%2526interface%253Dcn.wizzer.app.sms.modules.services.SmsDistributorsInfoService%2526methods%253DupdateWithVersion%252Cdata%252CinsertRelation%252CinsertWith%252CinsertOrUpdate%252Cdao%252CgetMaxId%252CgetSubPath%252Cquery%252Ccount%252CgetField%252CvDelete%252Clist%252Cfetchx%252Cexecute%252CupdateAndIncrIfMatch%252CgetMap%252CupdateLinks%252CfetchLinks%252CupdateRelation%252CfastInsert%252CaddDistributorsInfo%252CinsertLinks%252Cupdate%252Cinsert%252CgetParentPath%252Cdelete%252CupdateIgnoreNull%252Cclear%252CgetEntity%252CsaveDis%252CupdateWith%252CupdateStatus%252Cfetch%252Cexists%252ClistPage%2526pid%253D28310%2526revision%253D1.0.1-SNAPSHOT%2526side%253Dprovider%2526timestamp%253D1534814877700 
[INFO ] 2018-08-21 09:27:57,713 com.alibaba.dubbo.registry.support.AbstractRegistry.subscribe(AbstractRegistry.java:298) -  [DUBBO] Subscribe: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,713 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 193,3  replyHeader:: 193,17767,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService,F  response:: s{225,225,1532568075756,1532568075756,0,4,0,0,9,4,695} 
[DEBUG] 2018-08-21 09:27:57,714 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 194,1  replyHeader:: 194,17768,-110  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService/configurators,#3132372e302e302e31,v{s{31,s{'world,'anyone}}},0  response::  
[DEBUG] 2018-08-21 09:27:57,715 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:843) - Reading reply sessionid:0x100f2dcb41400fb, packet:: clientPath:null serverPath:null finished:false header:: 195,12  replyHeader:: 195,17768,0  request:: '/dubbo/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService/configurators,T  response:: v{},s{228,228,1532568075760,1532568075760,0,0,0,0,9,0,228} 
[INFO ] 2018-08-21 09:27:57,715 com.alibaba.dubbo.registry.support.AbstractRegistry.notify(AbstractRegistry.java:387) -  [DUBBO] Notify urls for subscribe url provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700, urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,716 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:366) -  [DUBBO] original override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,716 com.alibaba.dubbo.registry.integration.RegistryProtocol$OverrideListener.notify(RegistryProtocol.java:368) -  [DUBBO] subscribe url: provider://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700, override urls: [empty://192.168.1.186:11291/cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService?anyhost=true&application=sms-nb-service-sms&category=configurators&check=false&dubbo=1.0.1-SNAPSHOT&generic=false&interface=cn.wizzer.app.sms.modules.services.SmsDistributorsInfoService&methods=updateWithVersion,data,insertRelation,insertWith,insertOrUpdate,dao,getMaxId,getSubPath,query,count,getField,vDelete,list,fetchx,execute,updateAndIncrIfMatch,getMap,updateLinks,fetchLinks,updateRelation,fastInsert,addDistributorsInfo,insertLinks,update,insert,getParentPath,delete,updateIgnoreNull,clear,getEntity,saveDis,updateWith,updateStatus,fetch,exists,listPage&pid=28310&revision=1.0.1-SNAPSHOT&side=provider&timestamp=1534814877700], dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:27:57,717 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dubboRpcSmsMainLauncher'<class cn.wizzer.app.sms.commons.core.DubboRpcSmsMainLauncher>
[DEBUG] 2018-08-21 09:27:57,717 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=dubboRpcSmsMainLauncher
[DEBUG] 2018-08-21 09:27:57,717 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(dubboRpcSmsMainLauncher) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 2018-08-21 09:27:57,717 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'dubboRpcSmsMainLauncher'<class cn.wizzer.app.sms.commons.core.DubboRpcSmsMainLauncher>
[DEBUG] 2018-08-21 09:27:57,717 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'dubboRpcSmsMainLauncher' to [app] 
[DEBUG] 2018-08-21 09:27:57,717 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sms.commons.core.DubboRpcSmsMainLauncher without AOP
[DEBUG] 2018-08-21 09:27:57,719 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<interface org.nutz.dao.Dao>
[DEBUG] 2018-08-21 09:27:57,720 org.nutz.resource.Scans.scan(Scans.java:280) - Found 1 resource by src( org/nutz/conf/NutzDefaultConfig.js ) , regex( \.(js|json)$ )
[DEBUG] 2018-08-21 09:27:57,722 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'noGeneratorImpl'<class cn.wizzer.app.sms.commons.ig.NoGeneratorImpl>
[DEBUG] 2018-08-21 09:27:57,723 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=noGeneratorImpl
[DEBUG] 2018-08-21 09:27:57,723 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(noGeneratorImpl) in AnnotationIocLoader(packages=[cn.wizzer])
[DEBUG] 2018-08-21 09:27:57,723 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'noGeneratorImpl'<class cn.wizzer.app.sms.commons.ig.NoGeneratorImpl>
[DEBUG] 2018-08-21 09:27:57,723 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'noGeneratorImpl' to [app] 
[DEBUG] 2018-08-21 09:27:57,723 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class cn.wizzer.app.sms.commons.ig.NoGeneratorImpl without AOP
[DEBUG] 2018-08-21 09:27:57,724 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'dao'<interface org.nutz.dao.Dao>
[DEBUG] 2018-08-21 09:27:57,726 org.nutz.resource.Scans.scan(Scans.java:280) - Found 108 resource by src( cn/wizzer/app/sms/ ) , regex( ^.+[.]class$ )
[DEBUG] 2018-08-21 09:27:57,931 org.nutz.resource.Scans.scan(Scans.java:280) - Found 108 resource by src( cn/wizzer/app/sms/ ) , regex( ^.+[.]class$ )
[DEBUG] 2018-08-21 09:27:57,948 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'rabbitmq_cf'<class com.rabbitmq.client.ConnectionFactory>
[DEBUG] 2018-08-21 09:27:57,949 cn.wizzer.app.sms.commons.core.DubboRpcSmsMainLauncher.init(DubboRpcSmsMainLauncher.java:68) - RabbitMQ:::192.168.1.100
[INFO ] 2018-08-21 09:27:58,009 org.nutz.boot.NbApp.execute(NbApp.java:213) - sms-nb-service-sms started : 23653ms
[DEBUG] 2018-08-21 09:28:06,392 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:28:06,394 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:28:11,062 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x100f2dcb41400fb after 0ms
[DEBUG] 2018-08-21 09:28:16,394 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:28:16,395 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:28:24,407 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x100f2dcb41400fb after 0ms
[DEBUG] 2018-08-21 09:28:26,395 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:28:26,397 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:28:36,397 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:28:36,398 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:28:37,754 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x100f2dcb41400fb after 0ms
[DEBUG] 2018-08-21 09:28:46,398 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:28:46,399 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:28:51,101 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x100f2dcb41400fb after 0ms
[DEBUG] 2018-08-21 09:28:56,400 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:28:56,401 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:29:04,448 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x100f2dcb41400fb after 0ms
[DEBUG] 2018-08-21 09:29:06,401 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:29:06,402 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:29:16,403 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Checking status of 192.168.1.88:27017
[DEBUG] 2018-08-21 09:29:16,404 com.mongodb.diagnostics.logging.SLF4JLogger.debug(SLF4JLogger.java:56) - Updating cluster description to  {type=STANDALONE, servers=[{address=192.168.1.88:27017, type=STANDALONE, roundTripTime=0.7 ms, state=CONNECTED}]
[DEBUG] 2018-08-21 09:29:17,795 org.apache.zookeeper.ClientCnxn$SendThread.readResponse(ClientCnxn.java:742) - Got ping response for sessionid: 0x100f2dcb41400fb after 1ms
[DEBUG] 2018-08-21 09:29:18,164 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:29:18,170 org.nutz.dao.impl.sql.run.NutDaoExecutor.printSQL(NutDaoExecutor.java:388) - SELECT * FROM sms_channel  WHERE delFlag=? AND disabled=?
    |     1 |     2 |
    |-------|-------|
    | false | false |
  For example:> "SELECT * FROM sms_channel  WHERE delFlag=false AND disabled=false"
[DEBUG] 2018-08-21 09:29:18,216 org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:28) - time=46ms, sql=SELECT * FROM sms_channel  WHERE delFlag=false AND disabled=false
[DEBUG] 2018-08-21 09:29:18,311 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:29:18,316 org.nutz.dao.impl.sql.run.NutDaoExecutor.printSQL(NutDaoExecutor.java:388) - SELECT * FROM sms_tpl  WHERE check_status=? AND delFlag=?
    | 1 |     2 |
    |---|-------|
    | 1 | false |
  For example:> "SELECT * FROM sms_tpl  WHERE check_status='1' AND delFlag=false"
[DEBUG] 2018-08-21 09:29:18,349 org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:28) - time=33ms, sql=SELECT * FROM sms_tpl  WHERE check_status='1' AND delFlag=false
[DEBUG] 2018-08-21 09:29:18,366 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:29:18,366 org.nutz.dao.impl.sql.run.NutDaoExecutor.printSQL(NutDaoExecutor.java:388) - SELECT * FROM sms_signature  WHERE check_status=? AND delFlag=?
    | 1 |     2 |
    |---|-------|
    | 1 | false |
  For example:> "SELECT * FROM sms_signature  WHERE check_status='1' AND delFlag=false"
[DEBUG] 2018-08-21 09:29:18,379 org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:28) - time=12ms, sql=SELECT * FROM sms_signature  WHERE check_status='1' AND delFlag=false
[DEBUG] 2018-08-21 09:29:18,400 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcInvocation, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:29:18,403 org.nutz.dao.impl.sql.run.NutDaoExecutor.printSQL(NutDaoExecutor.java:388) - SELECT * FROM sms_cfg_white  WHERE delFlag=?
    |     1 |
    |-------|
    | false |
  For example:> "SELECT * FROM sms_cfg_white  WHERE delFlag=false"
[DEBUG] 2018-08-21 09:29:18,406 org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:28) - time=3ms, sql=SELECT * FROM sms_cfg_white  WHERE delFlag=false
[DEBUG] 2018-08-21 09:29:18,407 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'jedisPool'<class redis.clients.util.Pool>
[DEBUG] 2018-08-21 09:29:18,407 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=jedisPool
[DEBUG] 2018-08-21 09:29:18,407 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(jedisPool) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 2018-08-21 09:29:18,407 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'jedisPool'<class redis.clients.util.Pool>
[DEBUG] 2018-08-21 09:29:18,407 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'jedisPool' to [app] 
[DEBUG] 2018-08-21 09:29:18,410 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'jedisPoolConfig'<>
[DEBUG] 2018-08-21 09:29:18,410 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:192) - 	 >> Load definition name=jedisPoolConfig
[DEBUG] 2018-08-21 09:29:18,410 org.nutz.ioc.loader.combo.ComboIocLoader.printFoundIocBean(ComboIocLoader.java:226) - Found IocObject(jedisPoolConfig) in JsonLoader(paths=[org/nutz/integration/jedis/jedis.js])
[DEBUG] 2018-08-21 09:29:18,410 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:223) - 	 >> Make...'jedisPoolConfig'<>
[DEBUG] 2018-08-21 09:29:18,410 org.nutz.ioc.impl.ScopeContext.save(ScopeContext.java:65) - Save object 'jedisPoolConfig' to [app] 
[DEBUG] 2018-08-21 09:29:18,411 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class redis.clients.jedis.JedisPoolConfig without AOP
[DEBUG] 2018-08-21 09:29:18,426 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,427 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,427 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,427 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,427 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,427 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,428 org.nutz.ioc.aop.impl.DefaultMirrorFactory.getMirror(DefaultMirrorFactory.java:76) - Load class redis.clients.jedis.JedisPool without AOP
[DEBUG] 2018-08-21 09:29:18,429 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'jedisPoolConfig'<>
[DEBUG] 2018-08-21 09:29:18,429 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,430 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,430 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,430 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>
[DEBUG] 2018-08-21 09:29:18,430 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'conf'<>

不全呀, 没体现出哪里调用导致的错误

调用是错误

[DEBUG] 2018-08-21 09:33:50,887 cn.wizzer.app.web.commons.processor.LogTimeProcessor.process(LogTimeProcessor.java:26) - [POST]URI=/platform/sys/menu/child/0e765eb4b7014336943d7f92995cb59f 19ms
[DEBUG] 2018-08-21 09:33:51,023 org.apache.shiro.web.servlet.SimpleCookie.readValue(SimpleCookie.java:389) - Found 'sid' cookie value [rb7nl7sbcchcdqq0953rfcldk0]
[DEBUG] 2018-08-21 09:33:51,029 org.nutz.plugins.cache.impl.lcache.LCache.fire(LCache.java:96) - fire channel=LCache:shiro-activeSessionCache msg=p77876fhc4h3gpjpa82fc17sfe:rb7nl7sbcchcdqq0953rfcldk0
[DEBUG] 2018-08-21 09:33:51,029 org.nutz.plugins.cache.impl.lcache.CachePubSub.onPMessage(CachePubSub.java:15) - channel=LCache:shiro-activeSessionCache, msg=p77876fhc4h3gpjpa82fc17sfe:rb7nl7sbcchcdqq0953rfcldk0
[DEBUG] 2018-08-21 09:33:51,030 org.nutz.mvc.impl.UrlMappingImpl.get(UrlMappingImpl.java:101) - Found mapping for [POST] path=/platform/sms/signature/addDo : SmsSignatureController.addDo(SmsSignatureController.java:92)
[DEBUG] 2018-08-21 09:33:51,031 org.nutz.ioc.impl.NutIoc.get(NutIoc.java:166) - Get 'smsSignatureController'<class cn.wizzer.app.web.modules.controllers.platform.sms.SmsSignatureController>
[DEBUG] 2018-08-21 09:33:51,033 org.apache.shiro.realm.AuthorizingRealm.getAuthorizationCacheLazy(AuthorizingRealm.java:234) - No authorizationCache instance set.  Checking for a cacheManager...
[DEBUG] 2018-08-21 09:33:51,033 org.apache.shiro.realm.AuthorizingRealm.getAuthorizationCacheLazy(AuthorizingRealm.java:248) - No cache or cacheManager properties have been set.  Authorization cache cannot be obtained.
[DEBUG] 2018-08-21 09:33:51,036 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:33:51,039 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:33:51,043 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[DEBUG] 2018-08-21 09:33:51,053 com.alibaba.dubbo.remoting.transport.DecodeHandler.decode(DecodeHandler.java:59) -  [DUBBO] Decode decodeable message com.alibaba.dubbo.rpc.protocol.dubbo.DecodeableRpcResult, dubbo version: 1.0.1-SNAPSHOT, current host: 192.168.1.186
[ERROR] 2018-08-21 09:33:51,053 cn.wizzer.app.web.modules.controllers.platform.sms.SmsSignatureController.addDo(SmsSignatureController.java:107) - org.nutz.el.ElException: no such key=no
org.nutz.dao.DaoException: org.nutz.el.ElException: no such key=no
	at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithTransaction(NutDaoRunner.java:116)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._run(NutDaoRunner.java:89)
	at org.nutz.dao.impl.sql.run.NutDaoRunner$1.run(NutDaoRunner.java:75)
	at org.nutz.trans.Trans.exec(Trans.java:174)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.run(NutDaoRunner.java:73)
	at org.nutz.dao.impl.DaoSupport.run(DaoSupport.java:240)
	at org.nutz.dao.impl.DaoSupport._exec(DaoSupport.java:252)
	at org.nutz.dao.impl.EntityOperator.exec(EntityOperator.java:56)
	at org.nutz.dao.impl.NutDao.insert(NutDao.java:149)
	at cn.wizzer.framework.base.service.BaseServiceImpl.insert(BaseServiceImpl.java:187)
	at com.alibaba.dubbo.common.bytecode.Wrapper39.invokeMethod(Wrapper39.java)
	at com.alibaba.dubbo.rpc.proxy.javassist.JavassistProxyFactory$1.doInvoke(JavassistProxyFactory.java:47)
	at com.alibaba.dubbo.rpc.proxy.AbstractProxyInvoker.invoke(AbstractProxyInvoker.java:76)
	at com.alibaba.dubbo.config.invoker.DelegateProviderMetaDataInvoker.invoke(DelegateProviderMetaDataInvoker.java:52)
	at com.alibaba.dubbo.rpc.protocol.InvokerWrapper.invoke(InvokerWrapper.java:56)
	at com.alibaba.dubbo.rpc.filter.ExceptionFilter.invoke(ExceptionFilter.java:62)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.monitor.support.MonitorFilter.invoke(MonitorFilter.java:75)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.rpc.filter.TimeoutFilter.invoke(TimeoutFilter.java:42)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.rpc.protocol.dubbo.filter.TraceFilter.invoke(TraceFilter.java:78)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.rpc.filter.ContextFilter.invoke(ContextFilter.java:72)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.rpc.filter.GenericFilter.invoke(GenericFilter.java:131)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.rpc.filter.ClassLoaderFilter.invoke(ClassLoaderFilter.java:38)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.rpc.filter.EchoFilter.invoke(EchoFilter.java:38)
	at com.alibaba.dubbo.rpc.protocol.ProtocolFilterWrapper$1.invoke(ProtocolFilterWrapper.java:72)
	at com.alibaba.dubbo.rpc.protocol.dubbo.DubboProtocol$1.reply(DubboProtocol.java:103)
	at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.handleRequest(HeaderExchangeHandler.java:96)
	at com.alibaba.dubbo.remoting.exchange.support.header.HeaderExchangeHandler.received(HeaderExchangeHandler.java:172)
	at com.alibaba.dubbo.remoting.transport.DecodeHandler.received(DecodeHandler.java:51)
	at com.alibaba.dubbo.remoting.transport.dispatcher.ChannelEventRunnable.run(ChannelEventRunnable.java:80)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
Caused by: org.nutz.el.ElException: no such key=no
	at org.nutz.el.opt.object.MethodOpt.fetchMethod(MethodOpt.java:67)
	at org.nutz.el.opt.object.MethodOpt.calculate(MethodOpt.java:48)
	at org.nutz.el.opt.object.InvokeMethodOpt.calculate(InvokeMethodOpt.java:22)
	at org.nutz.el.arithmetic.RPN.calculate(RPN.java:55)
	at org.nutz.el.arithmetic.RPN.calculate(RPN.java:38)
	at org.nutz.el.El.eval(El.java:33)
	at org.nutz.dao.impl.entity.macro.ElFieldMacro.onAfter(ElFieldMacro.java:42)
	at org.nutz.dao.impl.sql.run.NutDaoExecutor.exec(NutDaoExecutor.java:64)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:66)
	at org.nutz.dao.impl.interceptor.DaoTimeInterceptor.filter(DaoTimeInterceptor.java:23)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.impl.interceptor.DaoLogInterceptor.filter(DaoLogInterceptor.java:22)
	at org.nutz.dao.DaoInterceptorChain.doChain(DaoInterceptorChain.java:64)
	at org.nutz.dao.DaoInterceptorChain.invoke(DaoInterceptorChain.java:139)
	at org.nutz.dao.impl.sql.run.NutDaoRunner.runCallback(NutDaoRunner.java:159)
	at org.nutz.dao.impl.sql.run.NutDaoRunner._runWithTransaction(NutDaoRunner.java:105)
	... 38 more
CustomMake.me().register("ig", ioc.get(NoGeneratorImpl.class));

改成ig并核实一下这个语句有没有执行

没有特殊讲究,只是排查一下看看

初始化都正常,我本地测试也没问题。就是部署环境中时好时坏,不知兽可知道需要注意什么点?

看上去是没有问题, 你得多观察一下,找找规律了

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